1{ 2 "getTodo": { 3 "get": { 4 "responses": { 5 "200": { 6 "description": "List Todos", 7 "schema": { 8 "type": "array", 9 "items": { 10 "type": "string" 11 } 12 } 13 }, 14 "404": { 15 "description": "error" 16 } 17 } 18 } 19 } 20}
View as plain text