- SourceMeta name
- countryfull
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.390 bytes
- Bytes bundled
- 13.703 bytes
- Health
- 54%
- Dependencies
- 11
Dependencies
- At
- /allOf/0/$ref
- At
- /allOf/1/properties/_links/$ref
- At
- /allOf/1/properties/valuta/items/$ref
- At
- /properties/_embedded/$ref
- At
- /properties/_links/$ref
- At
- /properties/self/$ref
- At
- /properties/contentItems/$ref
- At
- /properties/dosAndDonts/$ref
- At
- /properties/instanties/$ref
- At
- /properties/observaties/$ref
- At
- /properties/self/$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
- unnecessary_allof_ref_wrapper_modern
- Message
- Wrapping `$ref` in `allOf` was only necessary in JSON Schema Draft 7 and older
- Pointers
- /allOf/0/$ref
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /allOf/1/type - /allOf/1/properties
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /allOf/1/properties/inwonerbenaming/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /allOf/1/properties/officieleTalen/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /allOf/1/properties/sanitaireProblemen/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /allOf/1/properties/staatsvorm/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /allOf/1/properties/valuta/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /allOf/1/properties/zakelijkeTalen/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/rijksdienst-voor-ondernemend-nederland/iio-api-aakgfxenr/countryfull",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "./countryexcerpt"
},
{
"properties": {
"_links": {
"$ref": "./links3"
},
"handelsverdrag": {
"description": "URL of the trade agreement",
"examples": [
"https://example.com/trade-agreements/12345"
],
"format": "uri",
"type": "string"
},
"inwonerbenaming": {
"description": "The country demonym.",
"examples": [
"Nederlander"
],
"type": "string"
},
"officieleTalen": {
"description": "The official languages of the country.",
"examples": [
[
"Nederlands",
"Engels"
]
],
"items": {
"description": "An official language",
"type": "string"
},
"type": "array"
},
"sanitaireProblemen": {
"description": "Has the country sanitary problems.",
"type": [
"boolean",
"null"
]
},
"staatsvorm": {
"description": "The country regime.",
"examples": [
"constitutionele monarchie"
],
"type": [
"string",
"null"
]
},
"valuta": {
"description": "The currency or currencies used, each represented by a code and a name.",
"items": {
"$ref": "./item8"
},
"type": "array"
},
"vlag": {
"description": "URL of the flag image",
"examples": [
"https://ih-static.rvo.nl/sites/default/files/2019-08/nl.png"
],
"format": "uri",
"type": "string"
},
"zakelijkeTalen": {
"description": "The business languages of the country.",
"examples": [
[
"English",
"French"
]
],
"items": {
"description": "A business language",
"type": "string"
},
"type": "array"
}
},
"type": "object"
}
],
"description": "A country.",
"type": "object",
"x-derived-from": [
"https://internationaal.ondernemen.overheid.nl/api/iio/v1/openapi.yaml#/components/schemas/CountryFull"
]
}