diff --git a/layouts/partials/openapi/render-object-table.html b/layouts/partials/openapi/render-object-table.html index 4dc8aeaa..7de88071 100644 --- a/layouts/partials/openapi/render-object-table.html +++ b/layouts/partials/openapi/render-object-table.html @@ -4,6 +4,8 @@ * `title`: optional caption for the table + * `anchor`: optional HTML element id for the table + * `properties`: dictionary of the properties to list, each given as: `property_name` : `property_data` @@ -19,7 +21,7 @@ {{ if $properties }} - + {{ with $title }} {{ end }}
{{ . }}