{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EFTPaymentResponse", "title": "EFTPaymentResponse", "type": "object", "properties": { "payment_id": { "type": "string" }, "file_id": { "type": "string" }, "status": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" } } }