{% if definition.type == "object" %} {%- with props = handler.get_properties(definition) -%} {% if props %} | {{texts.name}} | {{texts.type}} | | -- | -- | {%- for name, schema in props %} | {{name}} | {% include "partial/schema-repr.html" %} | {%- endfor -%} {%- endif %} {%- endwith -%} {%- else -%} {%- with schema = definition -%} {{texts.type}}:  {%- include "partial/schema-repr.html" -%} {%- endwith -%} {%- endif %}