- SourceMeta name
- conceptschema
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.791 bytes
- Bytes bundled
- 16.217 bytes
- Health
- 89%
- Dependencies
- 4
Dependencies
- At
- /properties/_embedded/$ref
- At
- /properties/collecties/items/$ref
- At
- /properties/concepten/items/$ref
- At
- /properties/_embedded/$ref
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/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"
]
}