Avalara · Schema

ServiceInfo

ServiceInfo schema from Avalara API

Taxes

Properties

Name Type Description
serverTime string
buildVersion string
View JSON Schema on GitHub

JSON Schema

communications-service-info-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/communications-service-info-schema.json",
  "title": "ServiceInfo",
  "description": "ServiceInfo schema from Avalara API",
  "type": "object",
  "properties": {
    "serverTime": {
      "type": "string",
      "format": "date-time"
    },
    "buildVersion": {
      "type": "string"
    }
  }
}