Avalara · Schema

FetchResult_LocationModel

Taxes

Properties

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

JSON Schema

avalara-fetchresult-locationmodel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FetchResult_LocationModel",
  "title": "FetchResult_LocationModel",
  "type": "object",
  "properties": {
    "@recordsetCount": {
      "type": "integer"
    },
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/LocationModel"
      }
    }
  }
}