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