{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/vogelrichtlijn-verspreiding-van-soorten-wjknoxqnr/featurecollectionjsonfgvogelsoorten",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"conformsTo": {
"items": {
"format": "uri",
"type": "string"
},
"minItems": 1,
"type": "array"
},
"coordRefSys": {
"format": "uri",
"type": "string"
},
"features": {
"items": {
"$ref": "./featurejsonfgvogelsoorten"
},
"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"
}
},
"required": [
"features",
"type"
],
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/rvo/vogelrichtlijn-verspreiding-soorten/ogc/v1/openapi.json#/components/schemas/featureCollectionJSONFG_vogelsoorten"
]
}