Extension mechanism for DATS, which allows to add extra properties to the entities. It should be used only for cases where there are no specific properties to deal with the desired property.
Get JSON SchemaBundleIdentifier | https://schemas.sourcemeta.com/dats/v1.0.0/category_values_pair_schema.json |
---|---|
Base Dialect | Draft7 |
Dialect | http://json-schema.org/draft-04/schema |
Health | |
Size | 0.001517 MB |
This schema has 1 direct dependency and 0 indirect dependencies.
Origin | Dependency |
---|---|
/properties/values/items/$ref | /dats/v1.0.0/annotation_schema |
This schema has 2 quality errors.
/$schema
draft_official_dialect_without_empty_fragmentThe official dialect URI of Draft 7 and older versions must contain the empty fragment
/properties/@type/enum
enum_with_typeSetting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types