Avalara · JSON Structure

Certcapture Cert Attribute Structure

CertAttribute schema from Avalara API

Type: object Properties: 4
Taxes

CertAttribute is a JSON Structure definition published by Avalara, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name description isSystemCode

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/certcapture-cert-attribute-structure.json",
  "description": "CertAttribute schema from Avalara API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "isSystemCode": {
      "type": "boolean"
    }
  },
  "name": "CertAttribute"
}