Deduplicate event object tables

Removes duplicate definitions of PushRule and PushCondition

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2023-09-13 15:58:32 +02:00
parent 1d4682fac9
commit 5da2045cad
No known key found for this signature in database
GPG key ID: 29A48C1F03620416

View file

@ -57,6 +57,7 @@
{{ $anchor_base := anchorize $event_name }}
{{ $additional_types := partial "json-schema/resolve-additional-types" (dict "schema" $event_data.properties.content "anchor_base" $anchor_base) }}
{{ $additional_types = uniq $additional_types }}
{{ range $additional_types }}
{{ partial "openapi/render-object-table" . }}