- SourceMeta name
- documenten
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 675 bytes
- Bytes bundled
- 52.491 bytes
- Health
- 75%
- Dependencies
- 14
Dependencies
- At
- /properties/_embedded/$ref
- At
- /properties/_links/$ref
- At
- /properties/page/$ref
- At
- /properties/documenten/items/$ref
- At
- /properties/aangeleverdDoorEen/$ref
- At
- /properties/imroDocumentMetadata/$ref
- At
- /properties/omgevingsdocumentMetadata/$ref
- At
- /properties/bekendmakingen/items/$ref
- At
- /properties/gerelateerdeVersies/items/$ref
- At
- /properties/onderdelen/items/$ref
- At
- /properties/ondergronden/items/$ref
- At
- /properties/planstatusInfo/$ref
- At
- /properties/href/items/$ref
- At
- /properties/objectgerichteTeksten/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
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsinformatie-ontsluiten-api-ow7p61mdg/documenten",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Lijst van documenten.",
"properties": {
"_embedded": {
"$ref": "./embedded"
},
"_links": {
"$ref": "./hallinks"
},
"page": {
"$ref": "./page"
}
},
"required": [
"_embedded",
"_links",
"page"
],
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsinformatie/api/ontsluiten/v2/openapi.json#/components/schemas/Documenten"
]
}