forked from sphinx-contrib/openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Render JSON request/response JSON schema descriptions using httpdomain's '<json' and '>json' field lists. There are couple of nuances though. First, only JSON object and JSON arrays are supported on top level. That said, if your endpoint returns a bare number of string, the description won't be rendered. Second, the description is rendered only for 2XX status code. It won't be rendered for anything else.
- Loading branch information
1 parent
4e08f1a
commit 5b014b4
Showing
13 changed files
with
2,102 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.