- SourceMeta name
- besluitversie
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.135 bytes
- Bytes bundled
- 14.084 bytes
- Health
- 86%
- Dependencies
- 9
Dependencies
- At
- /properties/_embedded/$ref
- At
- /properties/_links/$ref
- At
- /properties/aangeleverdDoorEen/$ref
- At
- /properties/geregistreerdMet/$ref
- At
- /properties/procedureverloop/$ref
- At
- /properties/type/$ref
- At
- /properties/annotaties/$ref
- At
- /properties/procedurestappen/items/$ref
- At
- /properties/soortStap/$ref
Health issues
- Name
- top_level_description
- Message
- Set a non-empty description at the top level of the schema to explain what the definition is about in detail
- 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
- /properties/expressionId/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
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsdocumenten-presenteren-gckm6jmvr/besluitversie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"_embedded": {
"$ref": "./besluitversie_embedded"
},
"_links": {
"$ref": "./besluitversielinks"
},
"aangeleverdDoorEen": {
"$ref": "./bevoegdgezag"
},
"bekendOp": {
"examples": [
"2020-07-05"
],
"format": "date",
"title": "bekendOp",
"type": "string"
},
"citeerTitel": {
"description": "De citeertitel van het besluit",
"title": "citeerTitel",
"type": "string"
},
"eindverantwoordelijke": {
"title": "eindverantwoordelijke",
"type": "string"
},
"expressionId": {
"description": "STOP-Identificatie: De IRI van een document volgens de STOP standaard (https://koop.gitlab.io/STOP/standaard/1.3.0/identificatie_doc_pub.html).",
"format": "uri",
"title": "StopIdentificatie",
"type": "string"
},
"geregistreerdMet": {
"$ref": "./registratiegegevens"
},
"heeftBijlagen": {
"default": false,
"title": "heeftBijlagen",
"type": "boolean"
},
"heeftToelichtingen": {
"default": false,
"title": "heeftToelichtingen",
"type": "boolean"
},
"identificatie": {
"description": "STOP-Identificatie: De IRI van een document volgens de STOP standaard (https://koop.gitlab.io/STOP/standaard/1.3.0/identificatie_doc_pub.html).",
"format": "uri",
"title": "StopIdentificatie",
"type": "string"
},
"instrumentversie": {
"title": "instrumentversie",
"type": "string"
},
"isVervangRegeling": {
"title": "isVervangRegeling",
"type": "boolean"
},
"officieleTitel": {
"title": "officieleTitel",
"type": "string"
},
"ontvangenOp": {
"examples": [
"2020-07-05"
],
"format": "date",
"title": "ontvangenOp",
"type": "string"
},
"opschrift": {
"title": "opschrift",
"type": "string"
},
"procedureverloop": {
"$ref": "./besluitversieprocedureverloop"
},
"publicatieID": {
"type": "string"
},
"technischId": {
"description": "Een technische identificatie voor ontwerpobjecten, samengesteld uit de IMOW-identificatie en de ontwerpbesluitIdentificatie, die gebruikt kan worden als pad parameter en in zoekopdrachten. De escaping gebeurt met de volgende regex: [^\\w]+ wordt vervangen door _",
"title": "TechnischId",
"type": "string"
},
"type": {
"$ref": "./soortregeling"
}
},
"required": [
"bekendOp",
"eindverantwoordelijke",
"expressionId",
"identificatie",
"instrumentversie",
"ontvangenOp",
"opschrift",
"technischId",
"type"
],
"title": "Besluitversie",
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsdocumenten/api/presenteren/v8/openapi.json#/components/schemas/Besluitversie"
]
}