{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/geometrieen-omgevingswet-api-f1umox3ng/1",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"description": {
"description": "Brief narrative description of this style",
"type": "string"
},
"id": {
"description": "An identifier for this style. Implementation of 'identifier'",
"type": "string"
},
"keywords": {
"description": "keywords about this style",
"items": {
"type": "string"
},
"type": "array"
},
"links": {
"description": "Links to style related resources. Possible link 'rel' values are: 'style' for a URL pointing to the style description, 'styleSpec' for a URL pointing to the specification or standard used to define the style.",
"items": {
"$ref": "../_shared/link"
},
"minItems": 1,
"type": "array"
},
"title": {
"description": "A title for this style",
"type": "string"
}
},
"required": [
"id"
],
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/omgevingswet/omgevingsdocumenten/ogc/v2/openapi.json#/components/schemas/1"
]
}