docson icon indicating copy to clipboard operation
docson copied to clipboard

Documentation for your JSON types

Results 45 docson issues
Sort by recently updated
recently updated
newest added

We use docson to show referenced JSON in our JSON Schema documentation. Here's an example: https://delta-datawarehouse.readthedocs.io/en/latest/explanation.html#unique-id-of-the-farmer The `title` is used in the box header but not with the properties. I...

We use docson to show referenced JSON in our JSON Schema documentation. Here's an example: https://delta-datawarehouse.readthedocs.io/en/latest/explanation.html#unique-id-of-the-farmer The docson widget is loaded in an `iframe`. How to set its height to...

Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.0 to 1.19.11. Release notes Sourced from urijs's releases. 1.19.11 (April 3rd 2022) SECURITY fixing URI.parse() handle excessive slashes in scheme-relative URLs - disclosed by zeyu2001 via...

dependencies

Hey there, I've tried to implement this using the latest swagger and ran into some issues similar to those mentioned here #17. Is there any progress on that front? Would...

Hello, Thank you for the tool. It produces the best schema docs out there! But I have a problem: I don't want my doc website to accept a schema as...

Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...

dependencies

Hi, I guess because of an old Handlebars bug (https://github.com/wycats/handlebars.js/issues/827) false enum values (and thus 'constant' values too) don't render properly: they result in an empty string. For example ```...

Hi, if I combine schemas with e.g. a oneOf keyword, and these schemas have titles, docson displays these titles in the signature boxes instead of 'any', this is cool. But...

These commits fix several issues that became apparent in the revival of test.html, #81. 1. Fix a copy-paste error that causes missing output because an exception aborted rendering when a...