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

Swagger definitions now have type set to object. #133

Merged
merged 4 commits into from
Apr 19, 2016

Commits on Apr 16, 2016

  1. Swagger definitions now have type set to object.

    While the spec does not seem to require this, the Swagger editor at
    http://editor.swagger.io/ gets confused and does not display the
    'Try this operation' UI correctly.
    
    Many of the examples found around also specify `"type": "object"`,
    so this *should* be the right thing to do.
    ivucica committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    a8a4151 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cde0cb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a21aad View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Configuration menu
    Copy the full SHA
    a8b45dd View commit details
    Browse the repository at this point in the history