- SourceMeta name
- countryexcerpt
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.788 bytes
- Bytes bundled
- 4.885 bytes
- Health
- 20%
- Dependencies
- 3
Dependencies
- At
- /properties/_embedded/$ref
- At
- /properties/_links/$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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/code/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/code_iso_3166_2/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/code_iso_alpha_2/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/code_iso_alpha_3/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/handelsBelemmering/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/naam/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/rijksdienst-voor-ondernemend-nederland/iio-api-aakgfxenr/countryexcerpt",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "An excerpt of the country.",
"properties": {
"_embedded": {
"$ref": "./embedded"
},
"_links": {
"$ref": "../../_shared/links"
},
"code": {
"description": "The country code.",
"examples": [
"528"
],
"type": [
"string",
"null"
]
},
"code_iso_3166_2": {
"description": "The country ISO 3166 2 code.",
"examples": [
"NL-NH"
],
"type": [
"string",
"null"
]
},
"code_iso_alpha_2": {
"description": "The country ISO alpha 2 code.",
"examples": [
"NL"
],
"type": [
"string",
"null"
]
},
"code_iso_alpha_3": {
"description": "The country ISO alpha 3 code.",
"examples": [
"NLD"
],
"type": [
"string",
"null"
]
},
"handelsBelemmering": {
"description": "A string indicating a trade barrier.",
"examples": [
"http://madb.europa.eu/madb/barriers_result.htm?isSps=false&countries=NL"
],
"type": [
"string",
"null"
]
},
"id": {
"description": "A unique identifier in UUID format from a sector, country, content-item etc.",
"format": "uuid",
"type": "string"
},
"naam": {
"description": "The country name.",
"examples": [
"Netherlands"
],
"type": "string"
}
},
"required": [
"id",
"naam",
"code",
"code_iso_alpha_2",
"code_iso_alpha_3",
"code_iso_3166_2"
],
"type": "object",
"x-derived-from": [
"https://internationaal.ondernemen.overheid.nl/api/iio/v1/openapi.yaml#/components/schemas/CountryExcerpt"
]
}