{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/rijksdienst-voor-ondernemend-nederland/iio-api-aakgfxenr/item8",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"code": {
"description": "The ISO currency code (e.g., USD, EUR).",
"examples": [
"EUR"
],
"type": "string"
},
"naam": {
"description": "The name of the currency.",
"examples": [
"Euro"
],
"type": "string"
}
},
"type": "object",
"x-derived-from": [
"https://internationaal.ondernemen.overheid.nl/api/iio/v1/openapi.yaml"
]
}