{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/cbs-vierkantstatistieken-100m-ql1mox3hr/featurejsonvierkant100",
"$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": "./propertiesgeojsonvierkant100"
},
"type": {
"enum": [
"Feature"
],
"type": "string"
}
},
"required": [
"properties",
"type"
],
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/cbs/vierkantstatistieken100m/ogc/v1/openapi.json#/components/schemas/featureJSON_vierkant100"
]
}