- 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.203 bytes
- Bytes bundled
- 30.839 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/rolaanduiding/$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/_shared/ideeverkenning",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"bevoegdGezag": {
"$ref": "../verzoeken-indienen-bgk5e_rdg/bevoegdgezag"
},
"contactgegevens": {
"$ref": "./contactgegevens"
},
"document": {
"items": {
"$ref": "./document"
},
"maxItems": 10000,
"type": "array"
},
"ideeverkenning": {
"$ref": "./ideeverkenning2"
},
"locatie": {
"$ref": "../verzoeken-indienen-bgk5e_rdg/locatie"
},
"rolaanduiding": {
"$ref": "./rolaanduiding"
},
"verzoekMetadata": {
"$ref": "./ideeverkenningmetadata"
}
},
"required": [
"verzoekMetadata",
"bevoegdGezag",
"locatie",
"ideeverkenning",
"contactgegevens"
],
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v5.json#/components/schemas/Ideeverkenning",
"https://service.omgevingswet.overheid.nl/publiek/verzoeken/api/indienen/v5/#/components/schemas/Ideeverkenning"
]
}