- SourceMeta name
- besluitversies
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.283 bytes
- Bytes bundled
- 23.350 bytes
- Health
- 91%
- Dependencies
- 17
Dependencies
- At
- /properties/_embedded/$ref
- At
- /properties/_links/allOf/0/properties/self/$ref
- At
- /properties/_links/allOf/1/properties/first/$ref
- At
- /properties/_links/allOf/1/properties/last/$ref
- At
- /properties/_links/allOf/1/properties/next/$ref
- At
- /properties/_links/allOf/1/properties/prev/$ref
- At
- /properties/page/$ref
- At
- /properties/besluitversies/items/$ref
- 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
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsdocumenten-presenteren-gckm6jmvr/besluitversies",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"_embedded": {
"$ref": "./besluitversiesembedded"
},
"_links": {
"allOf": [
{
"properties": {
"self": {
"$ref": "./halpaginationlinksself"
}
},
"type": "object"
},
{
"properties": {
"first": {
"$ref": "./halpaginationlinksfirst"
},
"last": {
"$ref": "./halpaginationlinkslast"
},
"next": {
"$ref": "./halpaginationlinksnext"
},
"prev": {
"$ref": "./halpaginationlinksprev"
}
},
"type": "object"
}
]
},
"page": {
"$ref": "./page"
}
},
"required": [
"_embedded",
"_links",
"page"
],
"title": "Besluitversies",
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsdocumenten/api/presenteren/v8/openapi.json#/components/schemas/Besluitversies"
]
}