- SourceMeta name
- zoekresultaathalcollectionembedded
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.373 bytes
- Bytes bundled
- 3.300 bytes
- Health
- 75%
- Dependencies
- 2
Dependencies
- At
- /properties/zoekresultaten/items/allOf/1/properties/_links/$ref
- At
- /properties/adres/$ref
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
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /properties/zoekresultaten/items/allOf/0/type - /properties/zoekresultaten/items/allOf/0/required - /properties/zoekresultaten/items/allOf/0/description - /properties/zoekresultaten/items/allOf/0/deprecated
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-voor-het-kadaster-en-de-openbare-registers/imbag-api-van-de-lvbag-7fnzbuehg/zoekresultaathalcollectionembedded",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"deprecated": true,
"properties": {
"zoekresultaten": {
"items": {
"allOf": [
{
"deprecated": true,
"description": "Resultaat van een zoekoperatie dat je kunt gebruiken om een adres te vinden met /adressen",
"properties": {
"identificatie": {
"description": "Identificatie van het zoekresultaat",
"type": "string"
},
"omschrijving": {
"description": "Omschrijving van het zoekresultaat",
"type": "string"
}
},
"required": [
"identificatie"
],
"type": "object"
},
{
"properties": {
"_links": {
"$ref": "./zoekresultaatlinks"
}
}
}
],
"deprecated": true
},
"type": "array"
}
},
"type": "object",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/ZoekResultaatHalCollection_embedded"
]
}