- SourceMeta name
- regelstatus
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 497 bytes
- Bytes bundled
- 497 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
- 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_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
- valid_examples
- Message
- Only include instances in the `examples` array that validate against the schema
- Description
- Invalid example instance at index 0
The null value null was expected to equal one of the following values: "geldend", and "in ontwikkeling"
at instance location ""
at evaluate path "/enum"
- Pointers
- /examples/0
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsinformatie-ontsluiten-api-ow7p61mdg/regelstatus",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
"in ontwikkeling",
"geldend"
],
"examples": [
null
],
"type": [
"string",
"null"
],
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsinformatie/api/ontsluiten/v2/openapi.json#/components/schemas/RegelStatus"
]
}