- SourceMeta name
- lawsregulationscollection
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.863 bytes
- Bytes bundled
- 3.187 bytes
- Health
- 13%
- Dependencies
- 1
Dependencies
- At
- /properties/wet-en-regelgevingen/items/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
- simple_properties_identifiers
- Message
- Set `properties` to identifier names that can be easily mapped to programming languages (matching [A-Za-z_][A-Za-z0-9_]*)
- Pointers
- /properties/wet-en-regelgevingen
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/wet-en-regelgevingen/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/wet-en-regelgevingen/items/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/wet-en-regelgevingen/items/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/wet-en-regelgevingen/items/properties/link/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/wet-en-regelgevingen/items/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/wet-en-regelgevingen/items/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/wet-en-regelgevingen/items/properties/titel/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/rijksdienst-voor-ondernemend-nederland/iio-api-aakgfxenr/lawsregulationscollection",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A collection schema for the Laws and Regulations schema.",
"properties": {
"wet-en-regelgevingen": {
"description": "A list of laws and regulations.",
"items": {
"description": "The laws and regulations of a country.",
"properties": {
"landen": {
"description": "A list of countries associated with this laws and regulations.",
"items": {
"$ref": "./country"
},
"type": "array"
},
"link": {
"description": "A URL to a related laws and regulations page.",
"examples": [
"https://www.rvo.nl/afghanistan"
],
"format": "uri",
"type": [
"string",
"null"
]
},
"tekst": {
"description": "Raw HTML content of the laws and regulations. Clients must ensure to properly escape this content when rendering to prevent XSS vulnerabilities.",
"examples": [
"<p>This is an example of HTML content.</p>"
],
"format": "html",
"type": [
"string",
"null"
]
},
"titel": {
"description": "The title of the laws and regulations.",
"examples": [
"Laws and regulations in Afghanistan"
],
"type": [
"string",
"null"
]
}
},
"required": [
"titel",
"tekst",
"landen",
"link"
],
"type": [
"object",
"null"
]
},
"type": "array"
}
},
"type": "object",
"x-derived-from": [
"https://internationaal.ondernemen.overheid.nl/api/iio/v1/openapi.yaml#/components/schemas/LawsRegulationsCollection"
]
}