{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-schema/communications-commit-response-schema.json", "title": "CommitResponse", "description": "CommitResponse schema from Avalara API", "type": "object", "properties": { "ok": { "type": "boolean" } } }