{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/basisregistratie-adressen-en-gebouwen-y52fafqhr/landingpage",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"attribution": {
"description": "The `attribution` should be short and intended for presentation to a user, for example, in a corner of a map. Parts of the text can be links to other resources if additional information is needed. The string can include HTML markup.",
"title": "attribution for the API",
"type": "string"
},
"description": {
"examples": [
"Access to data about buildings in the city of Bonn via a Web API that conforms to the OGC API Common specification."
],
"type": "string"
},
"links": {
"items": {
"$ref": "../_shared/link"
},
"type": "array"
},
"title": {
"description": "While a title is not required, implementors are strongly advised to include one.",
"examples": [
"Buildings in Bonn"
],
"title": "The title of the API.",
"type": "string"
}
},
"required": [
"links"
],
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/kadaster/brt-achtergrondkaart/ogc/v1/openapi.json#/components/schemas/landingPage",
"https://api.pdok.nl/lv/bag/ogc/v1/openapi.json#/components/schemas/landingPage"
]
}