mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
Remove resolve-allOf
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
dcc33eb200
commit
c446bb739b
|
|
@ -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) }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue