{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/catalogus-api-wl_g_invg/conceptschema",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"_embedded": {
"$ref": "./embedded2"
},
"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/Conceptschema"
]
}