- SourceMeta name
- ontwerpdocumentversie
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.540 bytes
- Bytes bundled
- 9.032 bytes
- Health
- 63%
- Dependencies
- 2
Dependencies
- At
- /properties/aangeleverdDoorEen/$ref
- At
- /properties/beoogdeOpvolgerVan/$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/ontwerpdocumentversie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Specifieke ontwerpversie van een omgevingsdocument.",
"properties": {
"aangeleverdDoorEen": {
"$ref": "./bevoegdgezag"
},
"beginInzagetermijn": {
"description": "Datum van het begin van de inzagetermijn van een ontwerpdocument. (Omgevingsdocument)",
"examples": [
"2024-01-01"
],
"format": "date",
"type": "string"
},
"beoogdeOpvolgerVan": {
"$ref": "./documentversie"
},
"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"
},
"besluitCiteertitel": {
"description": "De citeertitel van het besluit van een regeling. (Omgevingsdocument)",
"examples": [
"Actieplan Geluid"
],
"type": "string"
},
"eindeInzagetermijn": {
"description": "Datum van het einde van de inzagetermijn van een ontwerpdocument. (Omgevingsdocument)",
"examples": [
"2024-10-11"
],
"format": "date",
"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"
},
"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"
},
"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",
"expressionId",
"heeftVectorTiles",
"identificatie",
"isToekomstig",
"publicatiedatum",
"titel",
"uriIdentificatie",
"versie"
],
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsinformatie/api/ontsluiten/v2/openapi.json#/components/schemas/OntwerpDocumentVersie"
]
}