{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://shopify.dev/ucp/shop-pay-handler/2026-01-23/shop_token.json",
  "title": "Shop Token Credential",
  "description": "Credential structure for Shop Pay. Extends the base token credential with a Shop Pay-specific type.",
  "allOf": [
    { "$ref": "https://ucp.dev/2026-01-23/schemas/shopping/types/token_credential.json" }
  ],
  "properties": {
    "type": {
      "const": "shop_token",
      "description": "The credential type for Shop Pay tokens."
    }
  }
}
