Avalara · Schema

CertificateListResponse

Taxes

Properties

Name Type Description
totalCount integer
value array
View JSON Schema on GitHub

JSON Schema

avalara-certificatelistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CertificateListResponse",
  "title": "CertificateListResponse",
  "type": "object",
  "properties": {
    "totalCount": {
      "type": "integer"
    },
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Certificate"
      }
    }
  }
}