ExportTokenId

ExportTokenId schema from Amazon Payment Cryptography

CryptographyFinancial ServicesPayment ProcessingPCI
View JSON Schema on GitHub

JSON Schema

openapi-export-token-id-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-payment-cryptography/refs/heads/main/json-schema/openapi-export-token-id-schema.json",
  "title": "ExportTokenId",
  "description": "ExportTokenId schema from Amazon Payment Cryptography",
  "type": "string",
  "pattern": "^export-token-[0-9a-zA-Z]{16,64}$"
}