- SourceMeta name
- ideeverkenningconfiguratiemetbevoegdgezagnaam
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.311 bytes
- Bytes bundled
- 1.311 bytes
- Health
- 63%
- Dependencies
- -
Health issues
- 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
- top_level_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /allOf/0/properties/toelichting/description
- Name
- required_properties_in_properties
- Message
- Every property listed in the `required` keyword must be explicitly defined using the `properties` keyword
- Pointers
- /allOf/1/required/0
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/verzoekconfiguratie-opvragen-ap8celgvg/ideeverkenningconfiguratiemetbevoegdgezagnaam",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"oin": {
"description": "het OIN van het bevoegd gezag",
"pattern": "^\\d{20}$",
"type": "string"
},
"toegestaan": {
"description": "true als ideeverkenning is toegestaan, anders false",
"type": "boolean"
},
"toelichting": {
"description": "de toelichting welke in het omgevingsloket getoond kan worden, in MarkDown.",
"maxLength": 6144,
"minLength": 1,
"type": "string"
}
},
"required": [
"oin",
"toegestaan",
"toelichting"
]
},
{
"required": [
"bevoegdGezagNaam"
]
},
{
"properties": {
"bevoegdGezagNaam": {
"description": "de naam van het bevoegd gezag",
"type": "string"
}
}
}
],
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/232881/verzoekconfiguratie-opvragen-v1.json#/components/schemas/IdeeVerkenningConfiguratieMetBevoegdGezagNaam"
]
}