-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapi_api.json
More file actions
1 lines (1 loc) · 952 Bytes
/
Copy pathopenapi_api.json
File metadata and controls
1 lines (1 loc) · 952 Bytes
1
{"openapi":"3.1.0","info":{"title":"FastAPI","version":"0.1.0"},"paths":{"/":{"get":{"summary":"Root","operationId":"root__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RootResponse"}}}}}}},"/numbers":{"get":{"summary":"Numbers","operationId":"numbers_numbers_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NumbersResponse"}}}}}}}},"components":{"schemas":{"NumbersResponse":{"properties":{"message":{"items":{"type":"integer"},"type":"array","title":"Message","description":"The result of the computation","examples":[[1234]]}},"type":"object","required":["message"],"title":"NumbersResponse"},"RootResponse":{"properties":{"message":{"type":"string","title":"Message","description":"The result of the computation"}},"type":"object","required":["message"],"title":"RootResponse"}}}}