- SourceMeta name
- dodont
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.458 bytes
- Bytes bundled
- 2.782 bytes
- Health
- 23%
- Dependencies
- 1
Dependencies
- At
- /properties/landen/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
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/categorieen/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/id/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/isDo/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/landen/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/tekst/description
- 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/tekst/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/titel/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/rijksdienst-voor-ondernemend-nederland/iio-api-aakgfxenr/dodont",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Do or Don't of a country.",
"properties": {
"categorieen": {
"description": "The categories this do or don't belongs to.",
"examples": [
[
"Presentatie"
]
],
"items": {
"description": "A category name",
"type": "string"
},
"type": "array"
},
"id": {
"description": "A unique identifier in UUID format from a sector, country, content-item etc.",
"format": "uuid",
"type": "string"
},
"isDo": {
"description": "Is it a do or a don't.",
"type": "boolean"
},
"landen": {
"description": "A list of countries related to the current do or don't.",
"items": {
"$ref": "./country"
},
"type": "array"
},
"tekst": {
"description": "The name of the contact.",
"examples": [
"<p>This is an example of HTML content.</p>"
],
"format": "html",
"type": "string"
},
"titel": {
"description": "The name of the contact.",
"examples": [
"Choose elaborate clothing"
],
"type": "string"
}
},
"type": "object",
"x-derived-from": [
"https://internationaal.ondernemen.overheid.nl/api/iio/v1/openapi.yaml#/components/schemas/DoDont"
]
}