{% extends "base.html" %} {% block title %}Schemas{% endblock %} {% block content %}

Schemas

{% if schemas %} {% for s in schemas %} {% endfor %}
NameVersionTypeDescriptionPublisher
{{ s.name }} {{ s.version }} {{ s.schemaType }} {{ s.get("description", "") }} {{ s.did[:20] }}…
{% if cursor %} {% endif %} {% else %}

No schemas indexed yet.

{% endif %}
{% endblock %}