{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/apple_pay_card", "title": "Apple Pay Card", "type": "object", "description": "The payment card to be used to fund a payment. Can be a credit or debit card.", "allOf": [ { "$ref": "#/components/schemas/card" } ] }