Identifier | https://schemas.sourcemeta.com/dats/v1.0.0/place_schema.json |
---|---|
Base Dialect | Draft7 |
Dialect | http://json-schema.org/draft-04/schema |
Health | |
Size | 0.002410 MB |
This schema has 3 direct dependencies and 1 indirect dependency.
This schema has 6 quality errors.
/$schema
draft_official_dialect_without_empty_fragmentThe official dialect URI of Draft 7 and older versions must contain the empty fragment
/comment
unknown_keywords_prefixFuture versions of JSON Schema will refuse to evaluate unknown keywords that don't have an x- prefix
/properties/@type/enum
enum_with_typeSetting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
/properties/geometry/enum
enum_with_typeSetting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
/properties/geometry/comment
unknown_keywords_prefixFuture versions of JSON Schema will refuse to evaluate unknown keywords that don't have an x- prefix
/properties/identifier/description
draft_ref_siblingsIn Draft 7 and older dialects, keywords sibling to `$ref` are never evaluated