- SourceMeta name
- begrippenkader
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.739 bytes
- Bytes bundled
- 1.739 bytes
- Health
- 88%
- Dependencies
- -
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_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/catalogus-api-wl_g_invg/begrippenkader",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"begindatumGeldigheid": {
"examples": [
"2020-04-17"
],
"pattern": "^(\\d{4}-[01]\\d-[0-3]\\d)$",
"type": "string"
},
"eigenaar": {
"examples": [
"https://standaarden.overheid.nl/owms/terms/Geonovum"
],
"type": [
"string",
"null"
]
},
"einddatumGeldigheid": {
"examples": [
"2020-04-27"
],
"pattern": "^(\\d{4}-[01]\\d-[0-3]\\d)$",
"type": [
"string",
"null"
]
},
"metadata": {
"examples": [
"http://stelselcatalogus.omgevingswet.overheid.nl/doc/2018041200000000/conceptscheme/Stelselcatalogus"
],
"type": [
"string",
"null"
]
},
"naam": {
"description": "rdfs:label",
"examples": [
"Stelselcatalogus"
],
"type": "string"
},
"uitleg": {
"description": "rdfs:comment",
"examples": [
"Korte uitleg waarom dit conceptschema tot stand is gekomen."
],
"type": [
"string",
"null"
]
},
"uri": {
"description": "Unieke identificatie van het Conceptschema",
"examples": [
"http://stelselcatalogus.omgevingswet.overheid.nl/id/conceptscheme/Stelselcatalogus"
],
"type": "string"
}
},
"required": [
"begindatumGeldigheid",
"eigenaar",
"einddatumGeldigheid",
"metadata",
"naam",
"uitleg",
"uri"
],
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/catalogus/api/opvragen/v3/openapi.json#/components/schemas/Begrippenkader"
]
}