Anrok · Schema

LineItemJurisTax

Taxes for a line item for a jurisdiction or region.

Sales TaxVATTax ComplianceSoftware-as-a-ServiceFintechTax AutomationNexusE-Invoicing

Properties

Name Type Description
id string The ID of the jurisdiction or region.
name string The name of the jurisdiction or region.
nonTaxableAmount string The non-taxable amount of the line item in the smallest denomination of the currency (e.g. cents or pennies).
exemptions array
taxableAmount string The taxable amount of the line item in the smallest denomination of the currency (e.g. cents or pennies).
rate string The tax rate.
taxAmount object The tax amount of the line item in the smallest denomination of the currency (e.g. cents or pennies).
View JSON Schema on GitHub

JSON Schema

line-item-juris-tax.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/anrok/main/json-schema/line-item-juris-tax.json",
  "title": "LineItemJurisTax",
  "description": "Taxes for a line item for a jurisdiction or region.",
  "type": "object",
  "properties": {
    "id": {
      "description": "The ID of the jurisdiction or region.",
      "type": "string",
      "example": "4109000"
    },
    "name": {
      "description": "The name of the jurisdiction or region.",
      "type": "string",
      "example": "Hill County"
    },
    "nonTaxableAmount": {
      "description": "The non-taxable amount of the line item in the smallest denomination of the currency (e.g. cents or pennies).",
      "type": "string",
      "format": "Decimal",
      "example": "100.00"
    },
    "exemptions": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "reason": {
            "description": "The reason for the exemption.",
            "type": "string",
            "enum": [
              "reverseCharge",
              "customerExempt",
              "transactionExempt"
            ]
          },
          "amount": {
            "description": "The amount of the exemption in the smallest denomination of the currency (e.g. cents or pennies).",
            "type": "string",
            "format": "Decimal",
            "example": "100.00"
          }
        }
      }
    },
    "taxableAmount": {
      "description": "The taxable amount of the line item in the smallest denomination of the currency (e.g. cents or pennies).",
      "type": "string",
      "format": "Decimal",
      "example": "100.00"
    },
    "rate": {
      "description": "The tax rate.",
      "type": "string",
      "nullable": true,
      "format": "Decimal",
      "example": "0.05"
    },
    "taxAmount": {
      "description": "The tax amount of the line item in the smallest denomination of the currency (e.g. cents or pennies).",
      "type": "object",
      "properties": {
        "inclusive": {
          "description": "The inclusive tax amount in the smallest denomination of the currency (e.g. cents or pennies).",
          "type": "string",
          "format": "Decimal",
          "example": "100.00"
        },
        "exclusive": {
          "description": "The exclusive tax amount in the smallest denomination of the currency (e.g. cents or pennies).",
          "type": "string",
          "format": "Decimal",
          "example": "10.00"
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/line-item-juris-tax"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.