Phil Marsteau
Phil Marsteau
The online tool doesn't understand the http://json-schema.org/draft-03/schema#/properties/required boolean attribute. try: { "type": "object", "properties": { "id": { "type": "string", "required":true, "ipsum": "id" } } } returns: [{"uri":"urn:uuid:da24b2e4-4ab4-4397-bc49-8992177370e4#/properties/id/required","schemaUri":"http://json-schema.org/draft-03/schema#/properties/required","attribute":"type","message":"Instance is not a...
Not an issue, more of a question: I have a bunch of JSON schema draft3 that contains references to other schemas. Is there a way to actually download the tool...