- SourceMeta name
- landingpage
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.389 bytes
- Bytes bundled
- 12.762 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
- top_level_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- 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/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"
]
}