{ "$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" } } } }