{
  "$id": "https://schema.nfh.global/CheckoutTerminal/v2.0",
  "x-iri": "https://schema.nfh.global/CheckoutTerminal/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "description": "The checkout terminal where the consumer makes the payment",
  "title": "CheckoutTerminal",
  "type": "string",
  "enum": [
    "BAP_CHECKOUT",
    "BPP_CHECKOUT",
    "ESCROW_CHECKOUT_URL",
    "PROVIDER_POS",
    "FULFILLMENT_AGENT_POS"
  ],
  "x-tags": [
    "common"
  ]
}
