github.com/easysoft/zendata@v0.0.0-20240513203326-705bd5a7fd67/demo/mock/input/swagger.yaml (about)

     1  swagger: "2.0"
     2  info:
     3    title: Sample API
     4    description: API description in Markdown.
     5    version: 1.0.0
     6  host: api.example.com
     7  basePath: /v1
     8  schemes:
     9    - https
    10  paths:
    11    /users:
    12      get:
    13        summary: Returns a list of users.
    14        description: Optional extended description in Markdown.
    15        produces:
    16          - application/json
    17        responses:
    18          200:
    19            description: OK