- SourceMeta name
- symbooldeprecated
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.387 bytes
- Bytes bundled
- 4.021 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/symbooldeprecated",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"deprecated": true,
"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": [
"vlaklocaties",
"puntlocaties",
"lijnlocaties",
"vlaklocaties_totaal",
"puntlocaties_totaal",
"lijnlocaties_totaal",
"ontwerp_vlaklocaties",
"ontwerp_puntlocaties",
"ontwerp_lijnlocaties"
],
"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/SymboolDeprecated"
]
}