- SourceMeta name
- ziplocatie
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 568 bytes
- Bytes bundled
- 568 bytes
- Health
- -
- 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
- 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
- /format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/geo-validatieservice-serz61gvg/ziplocatie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Locatie van de aangeboden ZIP (HTTPS URL).",
"examples": [
"https://filestore.gemeente.nl/te-valideren-geometrieen.zip"
],
"format": "url",
"type": "string",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/167767/omgevingsdocumenten-geovalidatie-v1.json#/components/schemas/ZipLocatie"
]
}