$ jsonschema install https://schemas.sourcemeta.com/jsonschema/draft4/schema schemas/schema.json$ref: "https://schemas.sourcemeta.com/jsonschema/draft4/schema"import schema from "https://schemas.sourcemeta.com/jsonschema/draft4/schema" with { type: "json" };| Identifier | https://schemas.sourcemeta.com/jsonschema/draft4/schema |
|---|---|
| Base Dialect | Draft4 |
| Dialect | http://json-schema.org/draft-04/schema# |
| Health | |
| Size | 0.003929 MB |
This schema declares 0 examples.
This schema has 5 quality errors.
top_level_titleSet a concise non-empty title at the top level of the schema to explain what the definition is about
/properties/$schemasimple_properties_identifiersSet properties to identifier names that can be easily mapped to programming languages (matching [A-Za-z_][A-Za-z0-9_]*)
/definitions/positiveIntegerDefault0/allOf/1/defaultunnecessary_allof_wrapperKeywords inside allOf that do not conflict with the parent schema can be elevated
/properties/defaultempty_object_as_trueThe empty schema {} accepts all values and is equivalent to the boolean schema true
/properties/pattern/formatunknown_format_prefixFor interoperability purposes, the JSON Schema specification advises against the use of format values that are not explicitly defined by the specification