-
Notifications
You must be signed in to change notification settings - Fork 172
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
Documentation driven testing #322
Comments
Hey, glad it's working well for you.
Thanks! |
Currently have the JSON-API schema in meta.json and want to reuse in each resource to DRY things up. Bashing my head against a wall, any help would be much appreciated 😄 https://gist.github.com/habitullence/ee674ea5bddbfe21f3d6e3e402e6871f |
I've updated with an example of trying, and failing, to overwrite |
|
Looks like this has come up before: #163 |
@geemus is there anything else I can do to help resolve this? From the related issue, it looks like I might not be able to reuse the JSON-API schema. |
Sorry for the delay, I'm not sure. It probably ought to work in theory, but I'm not certain exactly where it goes off the rails in practice. It's not something I have bandwidth to really dig into deeper at the moment, but I'm happy to support you however I can if you would like to dig deeper. |
We're documenting our schema with PRMD and it's working much better for us than Swagger, thank you.
My questions are:
The text was updated successfully, but these errors were encountered: