- SourceMeta name
- multisurface
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.508 bytes
- Bytes bundled
- 1.508 bytes
- Health
- 72%
- Dependencies
- -
Health issues
- 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
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/type/enum - /properties/type/type
- Name
- enum_to_const
- Message
- An `enum` of a single value can be expressed as `const`
- Pointers
- /properties/type/enum
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-voor-het-kadaster-en-de-openbare-registers/imbag-api-van-de-lvbag-7fnzbuehg/multisurface",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"examples": [
{
"coordinates": [
[
[
[
182517,
585605.9
],
[
181073.9,
584699.4
],
[
181736.1,
584638.5
],
[
182272.9,
584323.6
],
[
183385.5,
584484.4
],
[
182517,
585605.9
]
]
],
[
[
[
178629.9,
584857
],
[
178306.4,
584721.6
],
[
178443.1,
584702.8
],
[
178578.4,
584685.8
],
[
178716.7,
584679.1
],
[
178629.9,
584857
]
]
]
],
"type": "MultiPolygon"
}
],
"properties": {
"coordinates": {
"items": {
"items": {
"items": {
"items": {
"type": "number"
},
"minItems": 2,
"type": "array"
},
"minItems": 4,
"type": "array"
},
"type": "array"
},
"type": "array"
},
"type": {
"enum": [
"MultiPolygon"
],
"type": "string"
}
},
"required": [
"coordinates",
"type"
],
"title": "MultiSurface",
"type": "object",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/MultiSurface"
]
}