- SourceMeta name
- featurecollectiongeojsonbegrenzing
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.398 bytes
- Bytes bundled
- 19.119 bytes
- Health
- 50%
- Dependencies
- 3
Dependencies
- At
- /properties/features/items/$ref
- 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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/numberReturned/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/timeStamp/description
- 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/natuurmeting-op-kaart-2014-yqkntbqhr/featurecollectiongeojsonbegrenzing",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"features": {
"items": {
"$ref": "./featuregeojsonbegrenzing"
},
"type": "array"
},
"links": {
"items": {
"$ref": "../_shared/link"
},
"type": "array"
},
"numberReturned": {
"description": "The number of elements in the collection.\n\nA server may omit this information in a response, if the information\nabout the number of elements is not known or difficult to compute.\n\nIf the value is provided, the value shall be identical to the number\nof items in the returned array.",
"examples": [
10
],
"minimum": 0,
"type": "integer"
},
"timeStamp": {
"description": "This property indicates the time and date when the response was generated.",
"examples": [
"2017-08-17T08:05:32Z"
],
"format": "date-time",
"type": "string"
},
"type": {
"enum": [
"FeatureCollection"
],
"type": "string"
}
},
"required": [
"features",
"type"
],
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/rvo/natuurmeting-op-kaart-2014/ogc/v1/openapi.json#/components/schemas/featureCollectionGeoJSON_begrenzing"
]
}