- SourceMeta name
- message
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 443 bytes
- Bytes bundled
- 443 bytes
- Health
- 34%
- Dependencies
- -
Health issues
- 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
- 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
- empty_object_as_true
- Message
- The empty schema `{}` accepts all values and is equivalent to the boolean schema `true`
- Pointers
- /properties/details
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/logius/api-overheidsorganisaties-lmpmj_rdr/message",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"details": {},
"message": {
"minLength": 1
}
},
"required": [
"message"
],
"title": "message",
"x-derived-from": [
"https://api-organisaties.overheid.nl/v1/openapi.json#/components/schemas/message"
]
}