-
Notifications
You must be signed in to change notification settings - Fork 130
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
Mapping Hydra Objects to OpenAPI Objects. #193
Comments
In OAS they reference the type of object they want in param from the definitions of objects the user defines in the doc . Right now i am parsing the "classes" , making them the "title" of definitions and "supportedProps" the "properties" . How do i put access control on this ? The solution i have in mind is defining multiple definitions according to readOnly and witeOnly , then refer those when required instead of the whole class . |
Could you give an example for more clarity? The link you provided does not seem to be working. |
i updated the link , sorry for that . |
Hydra representations of Objects needs to be mapped with OpenAPI objects.
The end goal is that given an OpenAPI Spec, we can generate an equivalent Hydra API Documentation that represents an API with the same functionality.
All discussions from #149 apply here.
Please specify features of the OpenAPI spec and we can discuss equivalent functionality in the Hydra spec.
The text was updated successfully, but these errors were encountered: