Kong · Schema

BillingTaxIdentificationCode

Tax identifier code is a normalized tax code shown on the original identity document.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-billingtaxidentificationcode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillingTaxIdentificationCode",
  "title": "BillingTaxIdentificationCode",
  "description": "Tax identifier code is a normalized tax code shown on the original identity document.",
  "type": "string",
  "maxLength": 32,
  "minLength": 1
}