Concretise content_types format

This commit is contained in:
Johannes Marbach 2024-06-19 15:06:07 +02:00
parent ce36bff0fd
commit 29df2f8647

View file

@ -2,7 +2,7 @@
Render a table showing content types and their descriptions, given:
* `content_types`: OpenAPI data specifying the content types
* `content_types`: OpenAPI data specifying the content types as a dictionary of the form {string: {"schema": JsonSchema}}
*/}}