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