{ "post": { "tags": [ "LienCheck" ], "summary": "Lien Check Request", "description": "Lien Check Request", "operationId": "LienCheck", "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "../schemas/LienCheckRequest.json" } }, "application/xml": { "schema": { "$ref": "../schemas/LienCheckRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { "$ref": "../schemas/LienCheckRequest.json" } } } }, "responses": { "200": { "description": "LienCheck Successful", "content": { "application/json": { "schema": { "$ref": "../schemas/LienCheckResponse.json" } }, "application/xml": { "schema": { "$ref": "../schemas/LienCheckResponse.json" } } } }, "400": { "description": "Invalid request" }, "500": { "description": "Internal server error" } } } }