{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/catalogus-api-wl_g_invg/werkzaamheid",
"$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"
},
"conceptschema": {
"examples": [
"http://stelselcatalogus.omgevingswet.overheid.nl/id/conceptscheme/Stelselcatalogus"
],
"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"
]
},
"isGerelateerd": {
"description": "Relatie naar andere concepten (skos:related)",
"items": {
"examples": [
"http://stelselcatalogus.omgevingswet.overheid.nl/programming/id/concept/SOAP"
],
"type": "string"
},
"type": [
"array",
"null"
]
},
"metadata": {
"examples": [
"http://stelselcatalogus.omgevingswet.overheid.nl/programming/doc/2018041200000000/concept/API"
],
"type": [
"string",
"null"
]
},
"naam": {
"examples": [
"Application programming interface"
],
"type": "string"
},
"term": {
"examples": [
"Application programming interface"
],
"type": "string"
},
"trefwoorden": {
"description": "Trefwoorden",
"examples": [
[
"uitbouwen",
"aanbouwen",
"garage"
]
],
"items": {
"type": "string"
},
"type": [
"array",
"null"
]
},
"type": {
"examples": [
"http://www.w3.org/2004/02/skos/core#Concept"
],
"type": "string",
"x-dws-expr": "`http://www.w3.org/2004/02/skos/core#Concept`"
},
"uri": {
"examples": [
"http://stelselcatalogus.omgevingswet.overheid.nl/programming/id/concept/API"
],
"type": "string"
},
"zieOok": {
"description": "Relatie naar andere concepten (skos:relatedMatch)",
"items": {
"examples": [
"http://stelselcatalogus.omgevingswet.overheid.nl/programming/id/concept/SOAP"
],
"type": "string"
},
"type": [
"array",
"null"
]
}
},
"required": [
"begindatumGeldigheid",
"conceptschema",
"eigenaar",
"einddatumGeldigheid",
"isGerelateerd",
"metadata",
"naam",
"term",
"trefwoorden",
"type",
"uri",
"zieOok"
],
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/catalogus/api/opvragen/v3/openapi.json#/components/schemas/Werkzaamheid"
]
}