github.com/kaisawind/go-swagger@v0.19.0/examples/tutorials/todo-list/swagger.yml (about)

     1  consumes:
     2  - application/io.goswagger.examples.todo-list.v1+json
     3  definitions: {}
     4  info:
     5    description: The product of a tutorial on goswagger.io
     6    title: A To Do list application
     7    version: 1.0.0
     8  paths: {}
     9  produces:
    10  - application/io.goswagger.examples.todo-list.v1+json
    11  schemes:
    12  - http
    13  - https
    14  swagger: "2.0"