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