- SourceMeta name
- resultaatingediendverzoek
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.421 bytes
- Bytes bundled
- 5.782 bytes
- Health
- 50%
- Dependencies
- 3
Dependencies
- At
- /$ref
- At
- /properties/_links/$ref
- At
- /properties/behandeldienst/$ref
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
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/_shared/resultaatingediendverzoek",
"$ref": "./resultaatverwerktverzoek",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Het antwoord na een succesvolle indiening",
"examples": [
{
"_links": {
"intrekken": "https://api.dso.nl/verzoeken/2019012100003/intrekken",
"self": "https://api.dso.nl/verzoeken/75"
},
"behandeldienst": {
"naam": "Behandeldienst Zuid-Holland",
"organisatieIdentificatieNummer": "00000000000987654321"
},
"bevoegdGezag": {
"naam": "Provincie Zuid-Holland",
"organisatieIdentificatieNummer": "00000000000123456789"
},
"datumIngediend": "2019-01-21T10:01:47.457+01:00",
"verzoeknummer": "2019012100003",
"volgnummer": "000"
}
],
"properties": {
"_links": {
"$ref": "./links2"
}
},
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v4.json#/components/schemas/ResultaatIngediendVerzoek",
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v5.json#/components/schemas/ResultaatIngediendVerzoek",
"https://service.omgevingswet.overheid.nl/publiek/verzoeken/api/indienen/v5/#/components/schemas/ResultaatIngediendVerzoek"
]
}