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

fixes#675 Align swagger schema get output. #674

Merged
merged 1 commit into from Aug 21, 2020

Conversation

jcourt562
Copy link
Contributor

The swagger object for schema get indicates an object name of
"schema_json" whilst the actual returned json in the body is "schema".
Changing to have swagger object called "schema" to be consistent
since this is what existing clients must have been forcing to for it to
work.

@codecov-commenter
Copy link

Codecov Report

Merging #674 into master will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #674   +/-   ##
=======================================
  Coverage   98.98%   98.98%           
=======================================
  Files         251      251           
  Lines       13560    13560           
=======================================
  Hits        13423    13423           
  Misses        137      137           

The swagger object for schema get indicates an object name of
"schema_json" whilst the actual returned json in the body is "schema".
Changing to have swagger object called "schema" to be consistent
since this is what existing clients must have been forcing to for it to
work.

Signed-off-by: john court <jcourt@anonyome.com>
@jcourt562 jcourt562 changed the title Align swagger schema get output. fixes#675 Align swagger schema get output. Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants