- SourceMeta name
- ideeverkenning
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.067 bytes
- Bytes bundled
- 29.320 bytes
- Health
- 89%
- Dependencies
- 16
Dependencies
- At
- /properties/bevoegdGezag/$ref
- At
- /properties/contactgegevens/$ref
- At
- /properties/document/items/$ref
- At
- /properties/ideeverkenning/$ref
- At
- /properties/locatie/$ref
- At
- /properties/machtiging/$ref
- At
- /properties/verzoekMetadata/$ref
- At
- /properties/gemachtigde/$ref
- At
- /properties/bronLocatie/$ref
- At
- /properties/geometrie/oneOf/0/$ref
- At
- /properties/geometrie/oneOf/1/$ref
- At
- /properties/geometrie/oneOf/2/$ref
- At
- /oneOf/0/properties/adres/$ref
- At
- /oneOf/1/properties/postcode/$ref
- At
- /oneOf/2/properties/kadastraal/$ref
- At
- /oneOf/3/properties/coordinaten/$ref
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
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/verzoeken-indienen-yktc6lgdr/ideeverkenning",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"bevoegdGezag": {
"$ref": "./bevoegdgezag"
},
"contactgegevens": {
"$ref": "../_shared/contactgegevens"
},
"document": {
"items": {
"$ref": "../_shared/document"
},
"maxItems": 10000,
"type": "array"
},
"ideeverkenning": {
"$ref": "../_shared/ideeverkenning2"
},
"locatie": {
"$ref": "./locatie"
},
"machtiging": {
"$ref": "./machtiging"
},
"verzoekMetadata": {
"$ref": "./ideeverkenningmetadata"
}
},
"required": [
"verzoekMetadata",
"bevoegdGezag",
"locatie",
"ideeverkenning",
"contactgegevens"
],
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v4.json#/components/schemas/Ideeverkenning"
]
}