- SourceMeta name
- bronhouderhal
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 646 bytes
- Bytes bundled
- 7.499 bytes
- Health
- 67%
- Dependencies
- 4
Dependencies
- At
- /properties/_links/$ref
- At
- /properties/bronhouder/$ref
- At
- /properties/self/$ref
- At
- /properties/provincie/$ref
Health issues
- 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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-voor-het-kadaster-en-de-openbare-registers/imbag-api-van-de-lvbag-7fnzbuehg/bronhouderhal",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Bronhouder aangevuld met HAL link.",
"properties": {
"_links": {
"$ref": "./bronhouderlinks"
},
"bronhouder": {
"$ref": "./gemeente"
}
},
"required": [
"bronhouder"
],
"title": "BronhouderHal",
"type": "object",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/BronhouderHal"
]
}