Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spec to OpenAPI 3.0.1 #101

Merged
merged 1 commit into from
Apr 30, 2019
Merged

Commits on Apr 30, 2019

  1. Update spec to OpenAPI 3.0.1

    - `swagger: 2.0` has been replaced with `openapi: 3.0.1`
    - `definitions` was renamed to `schemas` and 
      `securityDefinitions` to `securitySchemes` and they all were
      moved inside components
    - servers replaces the basePath  keywords used in OpenAPI 2.0
    
    Bug: T218218
    clarakosi committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    70505ab View commit details
    Browse the repository at this point in the history