{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/e-invoicing-mandate-list-structure.json", "description": "MandateList schema from Avalara API", "type": "object", "properties": { "@recordSetCount": { "type": "int32" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/Mandate" } } }, "name": "MandateList" }