{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DraftPaymentResponse", "title": "DraftPaymentResponse", "type": "object", "properties": { "status": { "type": "string", "description": "The status with which was responded.", "readOnly": true, "writeOnly": false }, "user_alias_created": { "type": "object", "description": "The user that responded to the DraftPayment.", "readOnly": true, "writeOnly": false, "$ref": "#/components/schemas/LabelUser" } } }