- SourceMeta name
- geovalidatieopdracht
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.869 bytes
- Bytes bundled
- 1.869 bytes
- Health
- 50%
- 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_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/responsurl/description
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/responsurl/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/url/description
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/url/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/geo-validatieservice-serz61gvg/geovalidatieopdracht",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Geovalidatieobject voor doorgevan van validatieattributen.",
"examples": [
{
"checksum": "7b7315b4918ad2e2b5d28859194be8d13ad0849f165458f06d670f07d8005f17",
"grootte": 74260,
"identificatie": "referentie1234",
"responsurl": "https://overheid.nl/rapport",
"url": "http://lvbbod-test-omgeving.fto.kadaster.nl:80/document/beheer-upload/0aea977c-209d-407e-943e-cc9f2485edfc.zip"
}
],
"properties": {
"checksum": {
"description": "SHA256 checksum (64-hex chars)",
"pattern": "[A-Fa-f0-9]{64}",
"type": "string"
},
"grootte": {
"description": "grootte bestand (Bytes)",
"maximum": 1000000000,
"minimum": 1,
"type": "integer"
},
"identificatie": {
"description": "referentie van de opdracht",
"pattern": "^[\\w\\._-]{0,100}$",
"type": "string"
},
"responsurl": {
"description": "Naar deze HTTPS URL wordt het Rapport gestuurd wanneer verwerken van de Geovalidatieopdracht klaar is.",
"examples": [
"https://gemeente.nl/api/rapport"
],
"format": "url",
"type": "string"
},
"url": {
"description": "Locatie van de aangeboden ZIP (HTTPS URL).",
"examples": [
"https://filestore.gemeente.nl/te-valideren-geometrieen.zip"
],
"format": "url",
"type": "string"
}
},
"required": [
"checksum",
"grootte",
"identificatie",
"url"
],
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/167767/omgevingsdocumenten-geovalidatie-v1.json#/components/schemas/Geovalidatieopdracht"
]
}