{% extends "base-layout.html" %} {% block content %}

{{ schema.id }}: {{ schema.title }}

Metadata

Description

{% if schema.description %} {{ schema.description }} {% else %}

No description available.

{% endif %}

Children

Parents

Covered By

Reviewed In

Traces

{% if schema.traces %}

Summary

Locations

{% else %} No traces found. {% endif %} {% endblock %}