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