- SourceMeta name
- symbool
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.110 bytes
- Bytes bundled
- 3.744 bytes
- Health
- 70%
- Dependencies
- 2
Dependencies
- At
- /properties/layout/$ref
- At
- /properties/paint/$ref
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
- top_level_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- 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/source-layer
- 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/source-layer/enum - /properties/source-layer/type
- 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
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsdocumenten-verbeelden-ibyvejgdg/symbool",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"filter": {
"items": {
"type": "object"
},
"type": "array"
},
"id": {
"type": "string"
},
"layout": {
"$ref": "./layout"
},
"niveau": {
"default": 0,
"type": "number"
},
"paint": {
"$ref": "./paint"
},
"source": {
"type": "string"
},
"source-layer": {
"enum": [
"gebieden",
"punten",
"lijnen"
],
"type": "string"
},
"type": {
"enum": [
"line",
"circle",
"fill",
"symbol"
],
"type": "string"
}
},
"required": [
"filter",
"id",
"layout",
"paint",
"source",
"source-layer",
"type"
],
"title": "Symbool",
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsdocumenten/api/verbeelden/v3/openapi.json#/components/schemas/Symbool"
]
}