Anrok · Schema

CustomerName

The name of the customer. This is used for display purposes only.

Sales TaxVATTax ComplianceSaaSFintechTax AutomationNexusE-Invoicing
View JSON Schema on GitHub

JSON Schema

customer-name.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/anrok/main/json-schema/customer-name.json",
  "title": "CustomerName",
  "description": "The name of the customer. This is used for display purposes only.",
  "type": "string",
  "examples": [
    "Acme Inc"
  ]
}