- SourceMeta name
- apiinfo
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.374 bytes
- Bytes bundled
- 1.374 bytes
- Health
- -
- Dependencies
- -
Health issues
- 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
- /description
- Name
- simple_properties_identifiers
- Message
- Set `properties` to identifier names that can be easily mapped to programming languages (matching [A-Za-z_][A-Za-z0-9_]*)
- Pointers
- /properties/api-description - /properties/api-name - /properties/api-version - /properties/informationmodel-location - /properties/informationmodel-version
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/api-description/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/api-name/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/api-version/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/informationmodel/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/informationmodel-location/description
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/informationmodel-location/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/informationmodel-version/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-voor-het-kadaster-en-de-openbare-registers/imbag-api-van-de-lvbag-7fnzbuehg/apiinfo",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Algemene informatie voor gebruikers van de API.",
"properties": {
"api-description": {
"description": "Omschrijving van de API.",
"type": "string"
},
"api-name": {
"description": "De naam van de API.",
"type": "string"
},
"api-version": {
"description": "Versie van de API.",
"type": "string"
},
"informationmodel": {
"description": "Naam van het informatiemodel dat als basis is genomen voor deze API.",
"examples": [
"IMBAGLV"
],
"type": "string"
},
"informationmodel-location": {
"description": "Locatie (URI) van het logische informatiemodel die als basis is genomen voor deze API.",
"format": "URI",
"type": "string"
},
"informationmodel-version": {
"description": "Versie van het logische informatiemodel dat als basis is genomen voor deze API.",
"examples": [
"v20190601"
],
"type": "string"
}
},
"title": "API-info",
"type": "object",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/API-info"
]
}