- SourceMeta name
- observationcollection
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 4.175 bytes
- Bytes bundled
- 5.499 bytes
- Health
- 32%
- Dependencies
- 1
Dependencies
- At
- /properties/observaties/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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/observaties/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/observaties/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/observaties/items/properties/herkomst/properties/bron/properties/naam/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/observaties/items/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/observaties/items/properties/jaartal/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/observaties/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/observaties/items/properties/meeteenheid/properties/naam/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/observaties/items/properties/ranking/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/observaties/items/properties/schaal/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/observaties/items/properties/schatting/description
- Name
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/observaties/items/properties/type/enum - /properties/observaties/items/properties/type/type
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/observaties/items/properties/type/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/observaties/items/properties/waarde/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/rijksdienst-voor-ondernemend-nederland/iio-api-aakgfxenr/observationcollection",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A collection schema for the Observation schema.",
"properties": {
"observaties": {
"description": "A list of countries.",
"items": {
"description": "An observation (measurement) of a country.",
"properties": {
"herkomst": {
"properties": {
"bron": {
"properties": {
"naam": {
"description": "The origin of the observation.",
"examples": [
"Wereldbank"
],
"type": [
"string",
"null"
]
}
},
"required": [
"naam"
],
"type": [
"object",
"null"
]
},
"datum": {
"examples": [
"2022-12-01"
],
"format": "date",
"type": [
"string",
"null"
]
}
},
"required": [
"bron",
"datum"
],
"type": [
"object",
"null"
]
},
"id": {
"description": "A unique identifier in UUID format from a sector, country, content-item etc.",
"format": "uuid",
"type": "string"
},
"jaartal": {
"description": "The year of the observation.",
"examples": [
"2016"
],
"type": [
"string",
"null"
]
},
"landen": {
"description": "A list of countries related to the current country observation.",
"items": {
"$ref": "./country"
},
"type": "array"
},
"meeteenheid": {
"properties": {
"afkorting": {
"examples": [
"<p>In km²</p>"
],
"type": [
"string",
"null"
]
},
"naam": {
"description": "The measuring unit.",
"examples": [
"Vierkante kilometer"
],
"type": [
"string",
"null"
]
}
},
"required": [
"naam",
"afkorting"
],
"type": [
"object",
"null"
]
},
"ranking": {
"description": "The ranking of the observation.",
"examples": [
5
],
"type": [
"integer",
"null"
]
},
"schaal": {
"description": "The scale of the observation.",
"examples": [
"km²"
],
"type": [
"string",
"null"
]
},
"schatting": {
"description": "If this observation is an estimation.",
"examples": [
false
],
"type": [
"boolean",
"null"
]
},
"type": {
"description": "The type of the observation.",
"enum": [
"bigMacIndex",
"economischeGroei",
"easeOfDoingBusinessIndex",
"uitvoerwaarde",
"corruptieIndex",
"bbp",
"koopkracht",
"globalCompetitivenessIndex",
"globalInnovationIndex",
"invoerWaarde",
"inflatie",
"logisticPerformanceIndex",
"inwoneraantal",
"oppervlakte",
"werkloosheid"
],
"examples": [
"oppervlakte"
],
"type": "string"
},
"waarde": {
"description": "The amount of the observation.",
"examples": [
"1671000"
],
"type": [
"string",
"null"
]
}
},
"required": [
"id",
"type",
"meeteenheid",
"waarde",
"jaartal",
"ranking",
"schatting",
"schaal",
"herkomst"
],
"type": [
"object",
"null"
]
},
"type": "array"
}
},
"type": "object",
"x-derived-from": [
"https://internationaal.ondernemen.overheid.nl/api/iio/v1/openapi.yaml#/components/schemas/ObservationCollection"
]
}