- SourceMeta name
- metadata
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 650 bytes
- Bytes bundled
- 2.924 bytes
- Health
- 75%
- Dependencies
- 2
Dependencies
- At
- /properties/verzoek/$ref
- At
- /properties/besluit/$ref
Health issues
- 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/gemeente-epe/woo-ctnyjxehr/metadata",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Metadata object for Woo object",
"properties": {
"besluitdatum": {
"description": "format: Y-m-d",
"type": [
"string",
"null"
]
},
"verzoek": {
"$ref": "./verzoek"
},
"volgnummer": {
"type": [
"string",
"null"
]
}
},
"title": "Metadata",
"type": "object",
"x-derived-from": [
"https://raw.githubusercontent.com/CommonGateway/WooBundle/main/docs/openapi.json#/components/schemas/Metadata"
]
}