- SourceMeta name
- featurejsonwindsnelheden100m
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 831 bytes
- Bytes bundled
- 13.264 bytes
- Health
- 63%
- Dependencies
- 2
Dependencies
- At
- /properties/links/items/$ref
- At
- /properties/properties/$ref
Health issues
- Name
- top_level_title
- Message
- Set a concise non-empty title at the top level of the schema to explain what the definition is about
- Pointers
- Name
- top_level_description
- Message
- Set a non-empty description at the top level of the schema to explain what the definition is about in detail
- Pointers
- Name
- top_level_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- oneof_to_anyof_disjoint_types
- Message
- A `oneOf` where all branches have disjoint types can be safely converted to `anyOf`
- Pointers
- /properties/id/oneOf
- Name
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/type/enum - /properties/type/type
- Name
- enum_to_const
- Message
- An `enum` of a single value can be expressed as `const`
- Pointers
- /properties/type/enum
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/windsnelheden-100m-hoogte-feh7oxqhg/featurejsonwindsnelheden100m",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"id": {
"oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
},
"links": {
"items": {
"$ref": "../_shared/link"
},
"type": "array"
},
"properties": {
"$ref": "./propertiesgeojsonwindsnelheden100m"
},
"type": {
"enum": [
"Feature"
],
"type": "string"
}
},
"required": [
"properties",
"type"
],
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/rvo/windsnelheden/ogc/v1/openapi.json#/components/schemas/featureJSON_windsnelheden100m"
]
}