-
Notifications
You must be signed in to change notification settings - Fork 0
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
Provide user documentation for cocina models #365
Comments
Here is the current rendering of the openapi.yml: http://sul-dlss.github.io/cocina-models/ |
Questions I think external users are going to have, based on questions that I have had in the past or still have:
|
One possible approach is to have an overview page that addresses some of these questions and points to specific parts of the published (rendered) openapi documentation. This will allow identifying the schemas that are relevant to a user (DRO, Collection, AdminPolicy) while avoiding those that are not (ObjectMetadata). I also wonder if there isn't a different rendering that provides better access to the schemas ("DRO") instead of the endpoints ("validate a ..."). |
To reduce the confusion over "validate ...", those labels can just be changed to whatever is clearest -- they serve no real function in cocina. |
Also, redoc supports a variety of configuration options: https://redocly.com/docs/api-reference-docs/configuration/ |
This would be intended for internal non-dev users and external users interested in cocina.
The text was updated successfully, but these errors were encountered: