- SourceMeta name
- besluitversie
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 4.895 bytes
- Bytes bundled
- 6.113 bytes
- Health
- 72%
- 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/identificatie/description
- Name
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/status/enum - /properties/status/type
- Name
- enum_to_const
- Message
- An `enum` of a single value can be expressed as `const`
- Pointers
- /properties/status/enum
- 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
- 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/besluitversie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Specifieke BesluitVersie 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"
},
"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"
},
"consolideertRegelingVersie": {
"description": "Identificatie van een specifieke versie van een document. (Omgevingdocument)",
"examples": [
"/akn/nl/act/gm0362/2020/omgevingsplan/nld@2024-03-12;3"
],
"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"
},
"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"
},
"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"
},
"status": {
"description": "De status van een omgevingsdocument waarme aangegeven kan worden dat het document niet meer geldig is.",
"enum": [
"B"
],
"examples": [
"B"
],
"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"
},
"wijzigtRegelingVersie": {
"description": "Identificatie van een specifieke versie van een document. (Omgevingdocument)",
"examples": [
"/akn/nl/act/gm0362/2020/omgevingsplan/nld@2024-03-12;3"
],
"type": "string"
}
},
"required": [
"aangeleverdDoorEen",
"beschikbaarVanaf",
"expressionId",
"geldigVanaf",
"identificatie",
"inwerkingVanaf",
"isToekomstig",
"publicatiedatum",
"titel",
"uriIdentificatie",
"versie"
],
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsinformatie/api/ontsluiten/v2/openapi.json#/components/schemas/BesluitVersie"
]
}