Xero · Schema

State

State abbreviation for employee home address

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business
View JSON Schema on GitHub

JSON Schema

xero-state-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/State",
  "title": "State",
  "type": "string",
  "description": "State abbreviation for employee home address",
  "example": "VIC",
  "enum": [
    "ACT",
    "NSW",
    "NT",
    "QLD",
    "SA",
    "TAS",
    "VIC",
    "WA"
  ]
}