{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/avatax-rest-item-model-structure.json", "description": "ItemModel schema from Avalara API", "type": "object", "properties": { "id": { "type": "int64" }, "companyId": { "type": "int32" }, "itemCode": { "type": "string", "description": "Unique code for this item" }, "taxCode": { "type": "string", "description": "Avalara tax code for this item" }, "description": { "type": "string" }, "category": { "type": "string" } }, "name": "ItemModel" }