{
	"openapi": "3.0.1",
    "info": {
        "title": "rancher",
        "version": "1.0",
        "description": ""
    },
    "servers": [
        {
            "url": "localhost"
        }
    ],
		"paths" : {
			"/projects": {
				"post": {
						"requestBody": {
								"content": {
										"application/json": {
										}
								}
						},
						"responses": {
							"200": {
								"description": "",
								"headers": {}
							}
						},
						"tags": [
								"Project"
						],
						"operationId": "createProject",
						"summary": "createProject",
						"description": "Create project"
				}
			}
		}

}