From 29df2f8647740c77b92ce771ac865bc9c0284539 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Wed, 19 Jun 2024 15:06:07 +0200 Subject: [PATCH] Concretise content_types format --- layouts/partials/openapi/render-content-type.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/openapi/render-content-type.html b/layouts/partials/openapi/render-content-type.html index 85218141..34c6d200 100644 --- a/layouts/partials/openapi/render-content-type.html +++ b/layouts/partials/openapi/render-content-type.html @@ -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}} */}}