- SourceMeta name
- item5
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.524 bytes
- Bytes bundled
- 1.524 bytes
- Health
- -
- Dependencies
- -
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_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/coalesce/format
- 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/coalesce/format
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/maxTileRow/format
- 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/maxTileRow/format
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/minTileRow/format
- 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/minTileRow/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/_shared/item5",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Variable Matrix Width data structure",
"properties": {
"coalesce": {
"description": "Number of tiles in width that coalesce in a single tile for these rows",
"format": "integer",
"minimum": 2,
"multipleOf": 1,
"type": "number"
},
"maxTileRow": {
"description": "Last tile row where the coalescence factor applies for this tilematrix",
"format": "integer",
"minimum": 0,
"multipleOf": 1,
"type": "number"
},
"minTileRow": {
"description": "First tile row where the coalescence factor applies for this tilematrix",
"format": "integer",
"minimum": 0,
"multipleOf": 1,
"type": "number"
}
},
"required": [
"coalesce",
"minTileRow",
"maxTileRow"
],
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/brt/top10nl/ogc/v1/openapi.json",
"https://api.pdok.nl/kadaster/bestuurlijkegebieden/ogc/v1/openapi.json",
"https://api.pdok.nl/kadaster/brk-kadastrale-kaart/ogc/v1/openapi.json",
"https://api.pdok.nl/kadaster/brt-achtergrondkaart/ogc/v1/openapi.json",
"https://api.pdok.nl/lv/bag/ogc/v1-demo/openapi.json",
"https://api.pdok.nl/lv/bag/ogc/v1/openapi.json",
"https://api.pdok.nl/lv/bgt/ogc/v1/openapi.json",
"https://api.pdok.nl/omgevingswet/omgevingsdocumenten/ogc/v2/openapi.json"
]
}