Amazon Payment Cryptography · JSON Structure

Openapi Import Token Id Structure

ImportTokenId schema from Amazon Payment Cryptography

Type: string Properties: 0
CryptographyFinancial ServicesPayment ProcessingPCI

ImportTokenId is a JSON Structure definition published by Amazon Payment Cryptography. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-payment-cryptography/refs/heads/main/json-structure/openapi-import-token-id-structure.json",
  "name": "ImportTokenId",
  "description": "ImportTokenId schema from Amazon Payment Cryptography",
  "type": "string",
  "pattern": "^import-token-[0-9a-zA-Z]{16,64}$"
}