Avalara · JSON Structure

Avatax Rest Address Validation Info Structure

AddressValidationInfo schema from Avalara API

Type: object Properties: 8
Taxes

AddressValidationInfo is a JSON Structure definition published by Avalara, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

line1 line2 line3 city region postalCode country textCase

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/avatax-rest-address-validation-info-structure.json",
  "description": "AddressValidationInfo schema from Avalara API",
  "type": "object",
  "properties": {
    "line1": {
      "type": "string"
    },
    "line2": {
      "type": "string"
    },
    "line3": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "textCase": {
      "type": "string",
      "enum": [
        "Default",
        "Upper",
        "Mixed"
      ]
    }
  },
  "name": "AddressValidationInfo"
}