All Downloads are FREE. Search and download functionalities are using the official Maven repository.

e-server-undertow_3.0.1.0.source-code.swagger.yml Maven / Gradle / Ivy

There is a newer version: 0.7.2
Show newest version
openapi: 3.0.0
info:
  title: Sample API
  description: Optional multiline or single-line description in [CommonMark](http://commonmark.org/help/) or HTML.
  version: 0.1.9
servers:
  - url: http://api.example.com/v1
    description: Optional server description, e.g. Main (production) server
  - url: http://staging-api.example.com
    description: Optional server description, e.g. Internal staging server for testing
paths:
  /users:
    get:
      summary: Returns a list of users.
      description: Optional extended description in CommonMark or HTML.
      responses:
        '200':    # status code
          description: A JSON array of user names
          content:
            application/json:
              schema:
                type: array
                items:
                  type: string




© 2015 - 2025 Weber Informatics LLC | Privacy Policy