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

Schemas

{{ schema_list.graph.display_name }}

Browse the registered JSON Schemas for this graph and open individual schema details, including version and current usage across nodes and edges.

Back to overview {% if current_user.is_owner %} New schema {% endif %}

Registry summary

Registry

Schema list

{% if current_user.is_owner %} New schema {% endif %}
{% for schema in schema_list["items"] %}

{{ schema.name }}

{{ schema.kind }} schema ยท Version {{ schema.version }}

Nodes
{{ schema.usage.node_count }}
Edges
{{ schema.usage.edge_count }}
{% else %}

No schemas yet

Create the first schema to start validating graph content from the admin UI or tool surfaces.

{% endfor %}
{% endblock %}