- SourceMeta name
- toestandswijzigingproperties
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.359 bytes
- Bytes bundled
- 3.359 bytes
- Health
- 97%
- Dependencies
- -
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
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /allOf/0/required
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/logius/api-overheidsorganisaties-lmpmj_rdr/toestandswijzigingproperties",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"afkorting": {
"minLength": 1
},
"alternatieveNaam": {
"items": {
"minLength": 1
},
"minItems": 1,
"uniqueItems": true
},
"isPartOf": {
"items": {
"format": "uri",
"pattern": "^https://identifier\\.overheid\\.nl/tooi/id/(col/col[0-9]{2}|gemeente/gm[0-9]{4}|ministerie/mnre[0-9]{4}|oorg/oorg[0-9]{5}|provincie/pv[0-9]{2}|so/so[0-9]{4}|waterschap/ws[0-9]{4}|zbo/zb[0-9]{6})$"
},
"minItems": 1,
"uniqueItems": true
},
"label": {
"minLength": 1
},
"officieleNaamExclSoort": {
"minLength": 1
},
"officieleNaamInclSoort": {
"minLength": 1
},
"officieleNaamSorteer": {
"minLength": 1
},
"owmsId": {
"items": {
"format": "uri",
"pattern": "^http://standaarden\\.overheid\\.nl/owms/terms/[a-zA-Z0-9_()\\-]{1,200}$"
},
"minItems": 1
},
"voorkeursnaamExclSoort": {
"minLength": 1
},
"voorkeursnaamInclSoort": {
"minLength": 1
},
"voorkeursnaamSorteer": {
"minLength": 1
},
"wettelijkeClassificatie": {
"items": {
"anyOf": [
{
"description": "`https://identifier.overheid.nl/tooi/def/thes/kern/c_055aa18b`",
"title": "Woo-plichtig"
},
{
"description": "`https://identifier.overheid.nl/tooi/def/thes/kern/c_df0cc565`",
"title": "overheidswerkgever"
},
{
"description": "`https://identifier.overheid.nl/tooi/def/thes/kern/c_21bfb04e`",
"title": "WNT-instelling"
}
],
"format": "uri"
},
"minItems": 1,
"uniqueItems": true
}
},
"required": [
"label"
],
"title": "commonProperties"
},
{
"properties": {
"kaderwetVanToepassing": {
"oneOf": [
{
"description": "`ja`",
"title": "ja"
},
{
"description": "`nee`",
"title": "nee"
},
{
"description": "`onbekend`",
"title": "onbekend"
},
{
"description": "`in voorbereiding`",
"title": "in voorbereiding"
}
]
}
},
"title": "kaderwetVanToepassing"
},
{
"properties": {
"verantwoordelijkMinisterie": {
"format": "uri",
"pattern": "^https://identifier\\.overheid\\.nl/tooi/id/ministerie/mnre[0-9]{4}$"
}
},
"title": "verantwoordelijkMinisterie"
}
],
"title": "toestandswijzigingProperties",
"x-derived-from": [
"https://api-organisaties.overheid.nl/v1/openapi.json#/components/schemas/toestandswijzigingProperties"
]
}