flounderpinto

Results 1 issues of flounderpinto

Given the following JSON schema: ```json { "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "example": { "type": "object", "required": [ "foo", "bar" ], "additionalProperties": false, "properties": { "foo": { "type": "boolean" }, "bar":...