- SourceMeta name
- verzoekhalresource
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.191 bytes
- Bytes bundled
- 2.493 bytes
- Health
- 34%
- Dependencies
- 1
Dependencies
- At
- /properties/_links/$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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /description
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/id/format
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/id/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/_shared/verzoekhalresource",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Het antwoord na een succesvol geïnitieerd verzoek. Als deze al is ingediend word ook informatie over het ingediende verzoek meegeleverd.",
"examples": [
{
"_links": {
"documenten": {
"href": "https://api.dso.nl/verzoeken/1/documenten/2"
},
"self": {
"href": "https://api.dso.nl/verzoeken/1"
}
},
"id": 1
}
],
"properties": {
"_links": {
"$ref": "./links"
},
"id": {
"format": "int64",
"type": "integer"
}
},
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v4.json#/components/schemas/VerzoekHALResource",
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v5.json#/components/schemas/VerzoekHALResource",
"https://service.omgevingswet.overheid.nl/publiek/verzoeken/api/indienen/v5/#/components/schemas/VerzoekHALResource"
]
}