-
Notifications
You must be signed in to change notification settings - Fork 9
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
Document schema API #68
Comments
One aspect is that the it would be nice to have the schema definition to be the source for the docs. Similar to openAPI which can be nicely visualized with swagger UI https://swagger.io/tools/swagger-ui/. Another thing I can think of is that the documentation around programmatic schema creation (using the API) is somewhat neglected. Tasks for this would include assessing what we've got. Is it enough to help someone to create a valid schema? Should we provide more guidance? In general, the current linkage schema documentation does not contain a lot of information to make informed choices. (think of strategies, comparisons, more exotic features like XOR-folding) |
sphinx-jsonschema extension doesn't work. It does not support all json schema features, i.e., definitions, which are integral to our schema. |
I've also tried https://github.com/adobe/jsonschema2md. Again, not usable, as it cannot read definitions properly. |
Documentation required for:
Aha! Link: https://csiro.aha.io/features/ANONLINK-47
The text was updated successfully, but these errors were encountered: