- SourceMeta name
- rapport
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.194 bytes
- Bytes bundled
- 2.549 bytes
- Health
- 17%
- Dependencies
- 1
Dependencies
- At
- /properties/meldingen/items/$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
- 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
- /properties/identificatie/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/meldingen/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/referentie/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/status/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/geo-validatieservice-serz61gvg/rapport",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "rapport",
"properties": {
"identificatie": {
"description": "De identificatie die de service teruggaf na het plaatsen van de Geovalidatieopdracht. Met deze identificatie kan het Rapport opgehaald worden.",
"type": "string"
},
"meldingen": {
"description": "De validatiemeldingen.",
"items": {
"$ref": "./melding"
},
"type": "array"
},
"referentie": {
"description": "De referentie die meegegeven werd door de client bij het plaatsen van de Geovalidatieopdracht. Komt overeen met Geovalidatieopdracht.identificatie.",
"type": "string"
},
"status": {
"description": "Het resultaat van de valiatieopdracht (OK/NOK).",
"type": "string"
}
},
"required": [
"identificatie"
],
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/167767/omgevingsdocumenten-geovalidatie-v1.json#/components/schemas/Rapport"
]
}