$ jsonschema install https://schemas.sourcemeta.com/jsonschema/2019-09/links schemas/links.json$ref: "https://schemas.sourcemeta.com/jsonschema/2019-09/links"import schema from "https://schemas.sourcemeta.com/jsonschema/2019-09/links" with { type: "json" };| Identifier | https://schemas.sourcemeta.com/jsonschema/2019-09/links |
|---|---|
| Base Dialect | 2019-09 |
| Dialect | https://json-schema.org/draft/2019-09/schema |
| Health | |
| Size | 0.002272 MB |
This schema declares 0 examples.
This schema has 7 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
/allOf/1/$refunnecessary_allof_ref_wrapper_modernWrapping $ref in allOf was only necessary in JSON Schema Draft 7 and older
/allOf/0/requiredunnecessary_allof_wrapperKeywords inside allOf that do not conflict with the parent schema can be elevated
/$defs/noRequiredFields/properties/$commentsimple_properties_identifiersSet properties to identifier names that can be easily mapped to programming languages (matching [A-Za-z_][A-Za-z0-9_]*)
/$defs/noRequiredFields/properties/targetHintsempty_object_as_trueThe empty schema {} accepts all values and is equivalent to the boolean schema true
/allOf/0/required/0required_properties_in_propertiesEvery property listed in the required keyword must be explicitly defined using the properties keyword