- SourceMeta name
- omgevingsdocumentstatus
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 606 bytes
- Bytes bundled
- 606 bytes
- Health
- -
- Dependencies
- -
Health issues
- Name
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /enum - /type
- Name
- enum_to_const
- Message
- An `enum` of a single value can be expressed as `const`
- Pointers
- /enum
- 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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsinformatie-ontsluiten-api-ow7p61mdg/omgevingsdocumentstatus",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "De status van een omgevingsdocument waarme aangegeven kan worden dat het document niet meer geldig is.",
"enum": [
"B"
],
"examples": [
"B"
],
"type": "string",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsinformatie/api/ontsluiten/v2/openapi.json#/components/schemas/OmgevingsdocumentStatus"
]
}