- SourceMeta name
- documentversie
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.683 bytes
- Bytes bundled
- 4.901 bytes
- Health
- 63%
- Dependencies
- 1
Dependencies
- At
- /properties/aangeleverdDoorEen/$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
- /description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/heeftVectorTiles/description
- 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/titel/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/uriIdentificatie/description
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/versie/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/versie/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/versie/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsinformatie-ontsluiten-api-ow7p61mdg/documentversie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Specifieke versie van een omgevingsdocument of IMRO-document.",
"properties": {
"aangeleverdDoorEen": {
"$ref": "./bevoegdgezag"
},
"beschikbaarTot": {
"description": "Tijdstip dat aangeeft tot wanneer een document is geregistreerd. (Omgevingsdocument)",
"format": "date-time",
"type": "string"
},
"beschikbaarVanaf": {
"description": "Tijdstip dat aangeeft vanaf wanneer een document is geregistreerd. (Omgevingsdocument)",
"format": "date-time",
"type": "string"
},
"expressionId": {
"description": "Identificatie van een specifieke versie van een document. (Omgevingdocument)",
"examples": [
"/akn/nl/act/gm0362/2020/omgevingsplan/nld@2024-03-12;3"
],
"type": "string"
},
"geldigTot": {
"description": "Datum die aangeeft tot wanneer een document geldig is. (Omgevingsdocument)",
"examples": [
"2015-03-25"
],
"format": "date",
"type": "string"
},
"geldigVanaf": {
"description": "Datum die aangeeft vanaf wanneer een document geldig is. (Omgevingsdocument)",
"examples": [
"2015-03-25"
],
"format": "date",
"type": "string"
},
"heeftVectorTiles": {
"description": "Er zijn vector tiles aanwezig voor dit document.",
"examples": [
true
],
"type": "boolean"
},
"identificatie": {
"description": "Identificatie van het document (AKN bij omgevingsdocument, planId bij IMRO-document).",
"examples": [
"/akn/nl/act/gm0301/2020/omgevingsplan"
],
"type": "string"
},
"inwerkingTot": {
"description": "Datum die aangeeft tot wanneer een document juridisch geldend is. (Omgevingsdocument)",
"examples": [
"2015-03-25"
],
"format": "date",
"type": "string"
},
"inwerkingVanaf": {
"description": "Datum die aangeeft vanaf wanneer een document juridisch geldend is. (Omgevingsdocument)",
"examples": [
"2015-03-25"
],
"format": "date",
"type": "string"
},
"isToekomstig": {
"description": "Geeft aan of het document in de toekomst geldig wordt. (Omgevingsdocument)",
"examples": [
true
],
"type": "boolean"
},
"publicatiedatum": {
"description": "Datum van publiceren. (Omgevingsdocument)",
"examples": [
"2024-01-01"
],
"format": "date",
"type": "string"
},
"titel": {
"description": "Titel van het document. Voor omgevingsdocumenten is dit de `citeertitel`, als die niet bekend is wordt de\n`officieleTitel` gebruikt. Voor IMRO-documenten is dit `naam`.",
"examples": [
"Bestemmingplan Lemmer Centrum"
],
"type": "string"
},
"uriIdentificatie": {
"description": "URI-veilige identificatie, waarbij `/` is vervangen door `_`.",
"examples": [
"_akn_nl_act_gm0301_2020_omgevingsplan"
],
"type": "string"
},
"versie": {
"description": "Versienummer van het document.",
"examples": [
2
],
"format": "int32",
"type": "integer"
}
},
"required": [
"aangeleverdDoorEen",
"beschikbaarVanaf",
"geldigVanaf",
"heeftVectorTiles",
"identificatie",
"isToekomstig",
"titel",
"uriIdentificatie",
"versie"
],
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsinformatie/api/ontsluiten/v2/openapi.json#/components/schemas/DocumentVersie"
]
}