{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PaymentInstrumentReference", "title": "PaymentInstrumentReference", "properties": { "id": { "description": "The unique identifier of the payment instrument.", "type": "string" } }, "required": [ "id" ], "type": "object" }