All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eedm.currency-iso-codes.v1.0.0.currency-iso-codes.json Maven / Gradle / Ivy

{
  "title" : "Currency ISO Codes",
  "description" : "The valid list of ISO 4217 currency codes.",
  "version" : "1.0.0",
  "type" : "object",
  "properties" : {
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    },
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of the currency ISO code.",
      "type" : "string",
      "format" : "guid",
      "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
    },
    "title" : {
      "title" : "Title",
      "description" : "The full name of the currency represented by the ISO code.",
      "type" : "string",
      "minLength" : 1
    },
    "isoCode" : {
      "title" : "ISO Code",
      "description" : "The ISO 4217 code associated with the currency.",
      "type" : "string",
      "minLength" : 1
    },
    "status" : {
      "title" : "Status",
      "description" : "An indicator as to whether the ISO code is currently in use or was previously used to represent a currency.",
      "enum" : [ "active", "inactive" ],
      "type" : "string"
    }
  },
  "required" : [ "id", "title", "isoCode", "status" ],
  "additionalProperties" : false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy