Xero · Schema

Currencies

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
Currencies array
View JSON Schema on GitHub

JSON Schema

xero-currencies-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Currencies",
  "title": "Currencies",
  "type": "object",
  "x-objectArrayKey": "currencies",
  "properties": {
    "Currencies": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Currency"
      }
    }
  }
}