{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/api-evangelist/gov-uk-pay/blob/main/json-schema/AuthorisationSummary.json", "title": "AuthorisationSummary", "type": "object", "description": "Object containing information about the authentication of the payment.", "properties": { "three_d_secure": { "$ref": "#/components/schemas/ThreeDSecure" } } }