{ "post": { "tags": [ "Disbursement" ], "summary": "Disbursement Request", "description": "Disbursement Request", "operationId": "Disbursement", "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "../schemas/DisbursementRequest.json" } }, "application/xml": { "schema": { "$ref": "../schemas/DisbursementRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { "$ref": "../schemas/DisbursementRequest.json" } } } }, "responses": { "200": { "description": "Disbursement Successful", "content": { "application/json": { "schema": { "$ref": "../schemas/DisbursementResponse.json" } }, "application/xml": { "schema": { "$ref": "../schemas/DisbursementResponse.json" } } } }, "400": { "description": "Invalid request" }, "422": { "description": "Validation exception" }, "500": { "description": "Internal server error" } } } }