{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/kadastrale-kaart--6umtx3ng/landingpage",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"examples": [
[
{
"href": "http://data.example.org/?f=json",
"rel": "self",
"title": "this document",
"type": "application/json"
},
{
"href": "http://data.example.org/?f=html",
"rel": "alternate",
"title": "this document in HTML",
"type": "text/html"
},
{
"href": "http://data.example.org/api?f=json",
"rel": "service",
"title": "the API definition in OpenAPI 3.0 JSON",
"type": "application/vnd.oai.openapi+json;version=3.0"
},
{
"href": "http://data.example.org/api?f=html",
"rel": "service",
"title": "the API definition in HTML",
"type": "text/html"
},
{
"href": "http://data.example.org/conformance?f=json",
"rel": "conformance",
"title": "the list of conformance classes implemented by this API",
"type": "application/json"
},
{
"href": "http://data.example.org/collections?f=json",
"rel": "data",
"title": "The collections in the dataset in JSON",
"type": "application/json"
},
{
"href": "http://data.example.org/collections?f=html",
"rel": "data",
"title": "The collections in the dataset in HTML",
"type": "text/html"
}
]
],
"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 Features 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/brt/top10nl/ogc/v1/openapi.json#/components/schemas/landingPage",
"https://api.pdok.nl/kadaster/bestuurlijkegebieden/ogc/v1/openapi.json#/components/schemas/landingPage",
"https://api.pdok.nl/kadaster/brk-kadastrale-kaart/ogc/v1/openapi.json#/components/schemas/landingPage",
"https://api.pdok.nl/lv/bag/ogc/v1-demo/openapi.json#/components/schemas/landingPage",
"https://api.pdok.nl/lv/bgt/ogc/v1/openapi.json#/components/schemas/landingPage",
"https://api.pdok.nl/omgevingswet/omgevingsdocumenten/ogc/v2/openapi.json#/components/schemas/landingPage"
]
}