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

JSON API 1.0 Support #272

Closed
ACPK opened this issue Nov 4, 2015 · 4 comments
Closed

JSON API 1.0 Support #272

ACPK opened this issue Nov 4, 2015 · 4 comments

Comments

@ACPK
Copy link

ACPK commented Nov 4, 2015

Any plans supporting JSON API 1.0?

@RST-J
Copy link
Contributor

RST-J commented Nov 5, 2015

Supporting in what sense? You mean validating the document structure?
If so, then no. You could write a schema which specifies how a JSON API document has to look like and then validate your actual server response against that schema (assuming it is possible to write a schema for that).

@jlblcc
Copy link
Contributor

jlblcc commented Nov 5, 2015

FYI, there's an existing schema: http://jsonapi.org/faq/#is-there-a-json-schema-describing-json-api.

@iainbeeston
Copy link
Contributor

This doesn't make any sense to me. It's like saying we should validate "English poetry" or "Ruby on Rails apps". JSON API is a methodology of defining your json schema. There is no one json schema that can cover all JSON API schemas

@RST-J
Copy link
Contributor

RST-J commented Dec 19, 2015

So I guess we can close this then.

@RST-J RST-J closed this as completed Dec 19, 2015
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

No branches or pull requests

4 participants