Avalara · Schema

CertAttribute

CertAttribute schema from Avalara API

Taxes

Properties

Name Type Description
id integer
name string
description string
isSystemCode boolean
View JSON Schema on GitHub

JSON Schema

certcapture-cert-attribute-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-schema/certcapture-cert-attribute-schema.json",
  "title": "CertAttribute",
  "description": "CertAttribute schema from Avalara API",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "isSystemCode": {
      "type": "boolean"
    }
  }
}