- SourceMeta name
- organisatietype
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.633 bytes
- Bytes bundled
- 1.633 bytes
- Health
- 91%
- Dependencies
- -
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/logius/api-overheidsorganisaties-lmpmj_rdr/organisatietype",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"format": "uri",
"oneOf": [
{
"description": "`https://identifier.overheid.nl/tooi/def/ont/CaribischOpenbaarLichaam`",
"title": "Caribisch openbaar lichaam"
},
{
"description": "`https://identifier.overheid.nl/tooi/def/ont/Gemeente`",
"title": "Gemeente"
},
{
"description": "`https://identifier.overheid.nl/tooi/def/ont/Ministerie`",
"title": "Ministerie"
},
{
"description": "`https://identifier.overheid.nl/tooi/def/ont/Overheidsorganisatie`",
"title": "Overige overheidsorganisatie"
},
{
"description": "`https://identifier.overheid.nl/tooi/def/ont/Provincie`",
"title": "Provincie"
},
{
"description": "`https://identifier.overheid.nl/tooi/def/ont/Rijk`",
"title": "Rijk"
},
{
"description": "`https://identifier.overheid.nl/tooi/def/ont/Samenwerkingsorganisatie`",
"title": "Samenwerkingsorganisatie"
},
{
"description": "`https://identifier.overheid.nl/tooi/def/ont/Waterschap`",
"title": "Waterschap"
},
{
"description": "`https://identifier.overheid.nl/tooi/def/ont/Zbo`",
"title": "Zbo"
},
{
"description": "`https://identifier.overheid.nl/tooi/def/ont/ZboCluster`",
"title": "Zbo-cluster"
}
],
"x-derived-from": [
"https://api-organisaties.overheid.nl/v1/openapi.json#/components/schemas/organisatieType"
]
}