{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RelayedAuthorisationData", "title": "RelayedAuthorisationData", "properties": { "metadata": { "additionalProperties": { "type": "string" }, "description": "The `metadata` object from the relayed authorisation response from your server.", "type": "object" }, "reference": { "description": "The `reference` from the relayed authorisation response from your server.", "type": "string" }, "status": { "description": "The value can be **Authorised** or **Refused**, based on the `authorisationDecision.status` in the relayed authorisation response from your server.", "type": "string" } } }