{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/ruimtelijke-plannen-api-3zzh61mdr/embedded7",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"teksten": {
"items": {
"allOf": [
{
"$ref": "./basetekst"
},
{
"properties": {
"_embedded": {
"$ref": "./embedded5"
}
}
}
],
"type": "object"
},
"type": "array"
}
},
"required": [
"teksten"
],
"type": "object",
"x-derived-from": [
"https://ruimte.omgevingswet.overheid.nl/ruimtelijke-plannen/api/opvragen/v4/openapi.json"
]
}