timgkeller
Results
1
issues of
timgkeller
At the moment this code fails: ``` import fastjsonschema schema = { "type": "object", "properties": { "class_name": { "const": "some_class" }, "some_property": { "type": "number", "default": 1 } }, "required":...
bug
enhancement