- SourceMeta name
- landingpage
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.132 bytes
- Bytes bundled
- 14.505 bytes
- Health
- 50%
- Dependencies
- 1
Dependencies
- At
- /properties/links/items/$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
- valid_examples
- Message
- Only include instances in the `examples` array that validate against the schema
- Description
- Invalid example instance at index 0
The value was expected to be an object that defines the property "links"
at instance location ""
at evaluate path "/required"
- Pointers
- /examples/0
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/attribution/description
- Name
- title_trailing_period
- Message
- Titles should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/title/title
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/title/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/bestuurlijke-gebieden-59afab3ng/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"
]
}