Avalara · Schema

FetchResult_CertificateModel

Taxes

Properties

Name Type Description
@recordsetCount integer
value array
View JSON Schema on GitHub

JSON Schema

avalara-fetchresult-certificatemodel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FetchResult_CertificateModel",
  "title": "FetchResult_CertificateModel",
  "type": "object",
  "properties": {
    "@recordsetCount": {
      "type": "integer"
    },
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CertificateModel"
      }
    }
  }
}