Xero · Schema

Quotes

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
Quotes array
View JSON Schema on GitHub

JSON Schema

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