Avalara · Schema

CompanyList

Taxes

Properties

Name Type Description
@recordSetCount integer
value array
View JSON Schema on GitHub

JSON Schema

avalara-companylist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CompanyList",
  "title": "CompanyList",
  "type": "object",
  "properties": {
    "@recordSetCount": {
      "type": "integer"
    },
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SharedCompany"
      }
    }
  }
}