json-schema
json-schema copied to clipboard
JSON Schema specifications, reference schemas, and a CommonJS implementation
main.yml
https://github.com/kriszyp/json-schema/compare/master...queilawithaQ:master ``` **This is a basic workflow to help you get started with Actions** ```
I'd like to see some samples (or examples) for using this library. Generally, projects have this in their README.md
Why the meta-schema for [draft-04](http://json-schema.org/draft-04/schema#) does not define the `format` keyword, but then uses it in the `id`, `$schema` and `pattern` property definitions?
RFC 6570 provides a better way to handle undefined variables in URI templates (among other things).
JSON Schema should be possible to self-validate for both 1. meta core schema, and 2. meta hyper-schema To be exact, its the content of "id" field and "$schema" field, which...
"null" is allowed in places where an "object" is required, even one with required properties. Here's a test case: ``` javascript /* * test case for json-schema validation issue with...
I know, I know, this is **_JSON**_ Schema after all (though maybe that could be seen in reference to the format of the schema rather than the input!), but to...
Code?
Where the code?
I was getting an error message formatted as: ``` booleanThe property anExtraOption is not defined in the schema and the schema does not allow additional properties ``` ...which is clearly...
Hi Kris! Replace "maxDecimal" attribute with "divisibleBy" attribute as is reported in draft-02 changes.