- SourceMeta name
- pandio
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 892 bytes
- Bytes bundled
- 19.231 bytes
- Health
- 75%
- Dependencies
- 4
Dependencies
- At
- /properties/inonderzoek/items/$ref
- At
- /properties/pand/$ref
- At
- /properties/historie/$ref
- At
- /properties/voorkomen/$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
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-voor-het-kadaster-en-de-openbare-registers/imbag-api-van-de-lvbag-7fnzbuehg/pandio",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Een Pand is de kleinste, bij de totstandkoming functioneel en bouwkundig-constructief zelfstandige eenheid die direct en duurzaam met de aarde is verbonden en betreedbaar en afsluitbaar is. Inclusief aanduiding of deze in onderzoek is",
"properties": {
"inonderzoek": {
"items": {
"$ref": "./kenmerkpandinonderzoek"
},
"minItems": 1,
"type": "array"
},
"pand": {
"$ref": "./pand"
}
},
"required": [
"pand"
],
"title": "PandIO",
"type": "object",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/PandIO"
]
}