Skip to content

Conversation

@theninj4
Copy link
Contributor

Addresses #129 - We had a few errors in our dynamically generated swagger.json which have now been fixed.

I've added an extra CI build step to use the swagger-tools module to validate the generated swagger doc at build time.

I'll address the issues inline with the diff.

@theninj4 theninj4 added the bug label May 21, 2016
schema: {
type: "object",
required: [ "jsonapi", "meta, links" ],
required: [ "jsonapi", "meta", "links" ],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was originally a typo... Oops?

@theninj4
Copy link
Contributor Author

If you click through to the CI build you'll see all our tasks, including the new one for swagger:

https://travis-ci.org/holidayextras/jsonapi-server/builds/131891216

@pmcnr-hx
Copy link
Contributor

LGTM: 👍

@connormeredith
Copy link

👍

@theninj4 theninj4 merged commit 1ba135a into master May 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants