- SourceMeta name
- overheidsorganisaties
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 884 bytes
- Bytes bundled
- 884 bytes
- Health
- 80%
- Dependencies
- -
Health issues
- Name
- required_properties_in_properties
- Message
- Every property listed in the `required` keyword must be explicitly defined using the `properties` keyword
- Pointers
- /required/0 - /required/1
- 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/logius/api-overheidsorganisaties-lmpmj_rdr/overheidsorganisaties",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"items": {
"properties": {
"label": {
"minLength": 1
},
"type": {
"format": "uri",
"pattern": "^https://identifier\\.overheid\\.nl/tooi/def/ont/*"
},
"uri": {
"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})$"
}
}
},
"required": [
"type",
"uri"
],
"title": "Overheidsorganisaties",
"x-derived-from": [
"https://api-organisaties.overheid.nl/v1/openapi.json#/components/schemas/overheidsorganisaties"
]
}