Avalara · Schema

CompanyList

CompanyList schema from Avalara API

Taxes

Properties

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

JSON Schema

shared-company-service-company-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-schema/shared-company-service-company-list-schema.json",
  "title": "CompanyList",
  "description": "CompanyList schema from Avalara API",
  "type": "object",
  "properties": {
    "@recordSetCount": {
      "type": "integer"
    },
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SharedCompany"
      }
    }
  }
}