{"openapi":"3.1.0","info":{"title":"FastAPI","version":"0.1.0"},"paths":{"/":{"post":{"summary":"Receive Input Json","description":"Handle received json data.\n\n:param request: body of the request\n:param authenticated: Protects this endpoint against not logged in users.\n\n:return: Http response.","operationId":"receive_input_json__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"HTTPBasic":[]}]}}},"components":{"securitySchemes":{"HTTPBasic":{"type":"http","scheme":"basic"}}}}