{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RelayedAuthorisationData-2", "title": "RelayedAuthorisationData-2", "properties": { "metadata": { "x-addedInVersion": "3", "additionalProperties": { "type": "string" }, "description": "Contains key-value pairs of your references and descriptions, for example, `customId`:`your-own-custom-field-12345`.", "type": "object" }, "reference": { "x-addedInVersion": "3", "description": "Your reference for the relayed authorisation data.", "type": "string" } } }