ClassifyResponse schema from Avalara API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-schema/hs-code-classification-classify-response-schema.json", "title": "ClassifyResponse", "description": "ClassifyResponse schema from Avalara API", "type": "object", "properties": { "itemCode": { "type": "string" }, "description": { "type": "string" }, "predictions": { "type": "array", "items": { "$ref": "#/components/schemas/ClassificationPrediction" } }, "avataxCode": { "type": "string", "description": "Recommended Avalara tax code" } } }