3739395976627e45

Created Jun 12, 20265 fields1 collection using this schema

Labels

No labels yet.

Fields

NameTypeInfo
codestring
namestring
symbolstring
countriesarray
minorUnitinteger

JSON Schema

{
  "type": "object",
  "title": "Currency",
  "required": [
    "code",
    "name",
    "symbol",
    "minorUnit",
    "countries"
  ],
  "properties": {
    "code": {
      "type": "string",
      "description": "ISO 4217 three-letter currency code (e.g. USD, EUR)"
    },
    "name": {
      "type": "string",
      "description": "Full currency name (e.g. United States Dollar)"
    },
    "symbol": {
      "type": "string",
      "description": "Common currency symbol (e.g. $, €, £)"
    },
    "countries": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of countries and territories that use this currency"
    },
    "minorUnit": {
      "type": "integer",
      "description": "Number of decimal places (0, 2, or 3)"
    }
  },
  "description": "An active ISO 4217 currency with its code, name, symbol, decimal places, and countries that use it."
}

Used by 1 collection

Full hash:3739395976627e45918b80fc66de30f99a7e25b8b24d12e88bfaf41f4de49d5a

ID:5fa16571-4e79-431a-adab-b4bb77be7681