From c446bb739b99aebe537593b251e568f575fd6f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 9 Apr 2024 18:53:02 +0200 Subject: [PATCH] Remove resolve-allOf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- layouts/shortcodes/http-api.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/shortcodes/http-api.html b/layouts/shortcodes/http-api.html index cc6463cf..28e76400 100644 --- a/layouts/shortcodes/http-api.html +++ b/layouts/shortcodes/http-api.html @@ -24,6 +24,5 @@ {{ $path := delimit (slice "api" $spec $api) "/" }} {{ $api_data = partial "json-schema/resolve-refs" (dict "schema" $api_data "path" $path) }} -{{ $api_data := partial "json-schema/resolve-allof" $api_data }} {{ partial "openapi/render-api" (dict "api_data" $api_data "base_url" $base_url) }}