- SourceMeta name
- zoekresultaatverzoek
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.054 bytes
- Bytes bundled
- 1.054 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
- description_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/_shared/zoekresultaatverzoek",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Een verzoek item uit het zoekresultaat. Bevat basisgegevens van een verzoek.\n",
"examples": [
{
"verzoeknummer": "2017010100001",
"volgnummer": "000"
}
],
"properties": {
"verzoeknummer": {
"type": "string"
},
"volgnummer": {
"type": "string"
}
},
"required": [
"verzoeknummer",
"volgnummer"
],
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/196036/verzoeken-afhandelen-v2.json#/components/schemas/ZoekresultaatVerzoek",
"https://developer.omgevingswet.overheid.nl/publish/pages/196036/verzoeken-afhandelen-v3.json#/components/schemas/ZoekresultaatVerzoek",
"https://developer.omgevingswet.overheid.nl/publish/pages/238080/verzoekenoverzicht-raadplegen-v1.json#/components/schemas/ZoekresultaatVerzoek"
]
}