- SourceMeta name
- documentsuggestie
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.743 bytes
- Bytes bundled
- 4.304 bytes
- Health
- 59%
- Dependencies
- 1
Dependencies
- At
- /properties/matches/items/$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_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
- /description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/opgesteldDoor/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/status/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/statusdatum/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/uriIdentificatie/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsinformatie-ontsluiten-api-ow7p61mdg/documentsuggestie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Gevonden matches. Eerst worden exacte matches teruggegeven, aangevuld met fuzzy matches tot het opgegeven limiet\nwordt bereikt.",
"properties": {
"identificatie": {
"description": "Identificatie van het document",
"examples": [
"NL.IMRO.0861.099101FIETSPHOVENR-0402"
],
"type": "string"
},
"isBesluit": {
"description": "Geeft aan of het een besluit betreft. (Omgevingsdocument)",
"examples": [
true
],
"type": "boolean"
},
"isOntwerp": {
"description": "Geeft aan of het een ontwerp betreft. (Omgevingsdocument)",
"examples": [
true
],
"type": "boolean"
},
"matches": {
"items": {
"$ref": "./match"
},
"type": "array"
},
"opgesteldDoor": {
"description": "De naam van het bevoegde gezag die dit document opgesteld heeft.",
"examples": [
"Gemeente Veldhoven"
],
"type": "string"
},
"status": {
"description": "De planstatus van een IMRO document.",
"examples": [
"vastgesteld"
],
"type": "string"
},
"statusdatum": {
"description": "Voor IMRO documenten geeft dit de datum van de planstatus weer. Voor regelingen en omgevingsvergunningen geeft dit de beginInwerking datum weer (als beginInwerking nog niet is geregistreerd dan geeft het de beginGeldigheid weer). Voor ontwerpregelingen geeft dit de datum van publicatie weer (als de publicatiedatum nog niet is geregistreerd dan geeft het de ontvangenOp datum van het procedureverloop weer).",
"examples": [
"2025-04-21"
],
"format": "date",
"type": "string"
},
"titel": {
"description": "Titel van het document",
"examples": [
"Projectbesluit fietspad Hovenring"
],
"type": "string"
},
"type": {
"description": "Een classificatie van het type gebied",
"examples": [
"Projectbesluit"
],
"type": "string"
},
"uriIdentificatie": {
"description": "URI-veilige identificatie, waarbij `/` is vervangen door `_`.",
"examples": [
"_akn_nl_act_gm0301_2020_omgevingsplan"
],
"type": "string"
}
},
"required": [
"identificatie",
"isBesluit",
"isOntwerp",
"matches",
"opgesteldDoor",
"statusdatum",
"titel",
"type",
"uriIdentificatie"
],
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsinformatie/api/ontsluiten/v2/openapi.json#/components/schemas/DocumentSuggestie"
]
}