{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-schema/certcapture-certificate-list-response-schema.json", "title": "CertificateListResponse", "description": "CertificateListResponse schema from Avalara API", "type": "object", "properties": { "totalCount": { "type": "integer" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/Certificate" } } } }