- SourceMeta name
- generiekzoekobject
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.370 bytes
- Bytes bundled
- 2.370 bytes
- Health
- 67%
- Dependencies
- -
Health issues
- Name
- top_level_title
- Message
- Set a concise non-empty title at the top level of the schema to explain what the definition is about
- Pointers
- Name
- top_level_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /description
- Name
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/objectType/enum - /properties/objectType/type
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/secundaireObjectIdentificatoren/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsdocumenten-verbeelden-ibyvejgdg/generiekzoekobject",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Generiek zoekobject voor mapbox bevragingen voor objecten.",
"properties": {
"objectType": {
"enum": [
"GebiedsaanwijzingZoekobject",
"OmgevingsnormNormwaardeZoekobject",
"OmgevingswaardeNormwaardeZoekobject",
"RegeltekstActiviteitlocatieaanduidingZoekobject",
"KaartKaartlaagZoekobject",
"WerkingsgebiedZoekobject",
"RegelingsgebiedZoekobject",
"VergunningsgebiedZoekobject",
"OntwerpGebiedsaanwijzingZoekobject",
"OntwerpOmgevingsnormNormwaardeZoekobject",
"OntwerpOmgevingswaardeNormwaardeZoekobject",
"OntwerpRegeltekstActiviteitlocatieaanduidingZoekobject",
"OntwerpKaartKaartlaagZoekobject",
"OntwerpWerkingsgebiedZoekobject",
"OntwerpRegelingsgebiedZoekobject"
],
"type": "string"
},
"primairObjectIdentificator": {
"oneOf": [
{
"properties": {
"primairObjectIdentificatie": {
"title": "primairObjectIdentificatie",
"type": "string"
}
}
},
{
"properties": {
"primairObjectTechnischId": {
"title": "primairObjectTechnischId",
"type": "string"
}
}
}
],
"title": "primairObjectIdentificator",
"type": "object"
},
"secundaireObjectIdentificatoren": {
"description": "Een lijst identificaties van het bij het objecttype ondergelegen objecten, verplicht m.u.v. gebiedsaanwijzingen. Voor het WerkingsgebiedZoekobject en OntwerpWerkingsgebiedZoekobject zijn SecundaireIdentificatoren optioneel in te vullen met werkingsgebied identificaties en/of technischId voor het verbeelden van specifieke werkingsgebieden.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"objectType",
"primairObjectIdentificator"
],
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsdocumenten/api/verbeelden/v3/openapi.json#/components/schemas/generiekZoekobject"
]
}