- SourceMeta name
- document
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.349 bytes
- Bytes bundled
- 4.134 bytes
- Health
- 75%
- Dependencies
- 2
Dependencies
- At
- /properties/_links/$ref
- At
- /properties/metadata/$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
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/verzoeken-afhandelen-kbtc6_rdr/document",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"examples": [
{
"_links": {
"content": {
"href": "https://api.dso.nl/verzoeken/2017010100001/documenten/1/content"
},
"self": {
"href": "https://api.dso.nl/verzoeken/2017010100001/documenten/1"
}
},
"documentId": "51c4275449f3760f9cabad9e6c1478764e19be6802a900b188248b068403f912",
"metadata": {
"bestandsnaam": "Tekening_van_de_uitbouw.pdf",
"documentOmschrijving": "Overig",
"formaat": "application/pdf",
"vertrouwelijkAanduiding": "Vertrouwelijk"
}
}
],
"properties": {
"_links": {
"$ref": "./links"
},
"documentId": {
"maxLength": 128,
"type": "string"
},
"metadata": {
"$ref": "../_shared/metadata"
}
},
"required": [
"documentId",
"metadata"
],
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/196036/verzoeken-afhandelen-v2.json#/components/schemas/Document",
"https://developer.omgevingswet.overheid.nl/publish/pages/196036/verzoeken-afhandelen-v3.json#/components/schemas/Document"
]
}