{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsinformatie-ontsluiten-api-ow7p61mdg/embedded2",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"suggesties": {
"items": {
"$ref": "./documentsuggestie"
},
"type": "array"
}
},
"required": [
"suggesties"
],
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsinformatie/api/ontsluiten/v2/openapi.json"
]
}