{% from 'content.html' import content with context %} {%- set title = schema.get("title") -%} {%- if title -%}{{ title }}{%- else -%}Schema Docs{%- endif -%} {%- if title -%}

{{ title }}

{%- endif -%} {%- set properties = schema.get("properties") -%} {%- set patternProperties = schema.get("patternProperties") -%} {%- set current_path = "" -%} {%- if expand_buttons -%}
{%- endif -%} {{ content("", schema.get("title", "Main schema"), schema, schema_path, current_path, True) }}