- SourceMeta name
- organisatielistresponse
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.608 bytes
- Bytes bundled
- 2.608 bytes
- Health
- 85%
- 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_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- items_schema_default
- Message
- Setting the `items` keyword to the true schema does not add any further constraint
- Pointers
- /properties/organisaties/items
- Name
- empty_object_as_true
- Message
- The empty schema `{}` accepts all values and is equivalent to the boolean schema `true`
- Pointers
- /properties/organisaties/items
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/logius/cor-api-services-xuflbx6ng/organisatielistresponse",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Lijst met organisatiegegevens",
"properties": {
"_links": {
"description": "De HAL paginering referentie",
"properties": {
"first": {
"description": "Een HAL-referentie",
"properties": {
"href": {
"description": "De link naar de bron",
"type": "string"
},
"type": {
"description": "Het mime-type van de bron",
"type": "string"
}
},
"type": "object"
},
"last": {
"description": "Een HAL-referentie",
"properties": {
"href": {
"description": "De link naar de bron",
"type": "string"
},
"type": {
"description": "Het mime-type van de bron",
"type": "string"
}
},
"type": "object"
},
"next": {
"description": "Een HAL-referentie",
"properties": {
"href": {
"description": "De link naar de bron",
"type": "string"
},
"type": {
"description": "Het mime-type van de bron",
"type": "string"
}
},
"type": "object"
},
"prev": {
"description": "Een HAL-referentie",
"properties": {
"href": {
"description": "De link naar de bron",
"type": "string"
},
"type": {
"description": "Het mime-type van de bron",
"type": "string"
}
},
"type": "object"
},
"self": {
"description": "Een HAL-referentie",
"properties": {
"href": {
"description": "De link naar de bron",
"type": "string"
},
"type": {
"description": "Het mime-type van de bron",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"organisaties": {
"description": "De lijst met organisaties",
"items": {},
"type": "array"
}
},
"type": "object",
"x-derived-from": [
"https://oinregister.logius.nl/api/v1/openapi.json#/components/schemas/OrganisatieListResponse"
]
}