{ "post": { "tags": [ "ProvideLoan" ], "summary": "Provide Loan Request ", "description": "Provide Loan Request", "operationId": "ProvideLoan", "requestBody": { "description": "Post JSON to conduct eligibility tests", "content": { "application/json": { "schema": { "$ref": "../schemas/ProvideLoanRequest.json" } }, "application/xml": { "schema": { "$ref": "../schemas/ProvideLoanRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { "$ref": "../schemas/ProvideLoanRequest.json" } } }, "required": true }, "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "$ref": "../schemas/ProvideLoanResponse.json" } }, "application/xml": { "schema": { "$ref": "../schemas/ProvideLoanResponse.json" } } } }, "400": { "description": "Invalid request" }, "422": { "description": "Validation exception" }, "500": { "description": "Internal server error" } } } }