{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/avatax-rest-create-multi-document-model-structure.json", "description": "CreateMultiDocumentModel schema from Avalara API", "type": "object", "properties": { "code": { "type": "string" }, "lines": { "type": "array", "items": { "$ref": "#/components/schemas/MultiDocumentLineItemModel" } } }, "name": "CreateMultiDocumentModel" }