currency Code allocated to identify a currency. Type: string Pattern: ^[A-Z]{3,3}$ JSON schema extract Copy Copied! "currency": { "type": "string", "description": "Code allocated to identify a currency", "pattern": "^[A-Z]{3,3}$" }