$ jsonschema install https://schemas.sourcemeta.com/jsonschema/draft6/schema schemas/schema.json$ref: "https://schemas.sourcemeta.com/jsonschema/draft6/schema"import schema from "https://schemas.sourcemeta.com/jsonschema/draft6/schema" with { type: "json" };| Identifier | https://schemas.sourcemeta.com/jsonschema/draft6/schema |
|---|---|
| Base Dialect | Draft6 |
| Dialect | http://json-schema.org/draft-06/schema# |
| Health | |
| Size | 0.003922 MB |
This schema declares 0 examples.
This schema has 0 direct dependencies and 0 indirect dependencies.
This schema has 1 direct dependent and 1 indirect dependent.
| Type | Dependent |
|---|---|
| Direct | /jsonschema/draft6/hyper-schema |
| Indirect | /jsonschema/draft6/links |
This schema has 8 quality errors.
top_level_descriptionSet a non-empty description at the top level of the schema to explain what the definition is about in detail
top_level_examplesSet a non-empty examples array at the top level of the schema to illustrate the expected data
/properties/$idsimple_properties_identifiersSet `properties` to identifier names that can be easily mapped to programming languages (matching [A-Za-z_][A-Za-z0-9_]*)
/definitions/nonNegativeIntegerDefault0/allOf/1/defaultunnecessary_allof_wrapperKeywords inside `allOf` that do not conflict with the parent schema can be elevated
/properties/constempty_object_as_trueThe empty schema `{}` accepts all values and is equivalent to the boolean schema `true`
/properties/defaultempty_object_as_trueThe empty schema `{}` accepts all values and is equivalent to the boolean schema `true`
/properties/examples/itemsitems_schema_defaultSetting the `items` keyword to the true schema does not add any further constraint
/properties/examples/itemsempty_object_as_trueThe empty schema `{}` accepts all values and is equivalent to the boolean schema `true`