{% extends "base.html" %} {% from 'macros/svg_icon_slot.html' import svg_icon_slot %} {% block content %}

Schemas

{{ current_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.

Registry

Schema list

{% if current_user.is_owner %} New schema {% endif %}
Node schemas Edge schemas
{% if filter_summary %}

Filters: {{ filter_summary }}

{% endif %}

Browse

Filters

Clear
{% for schema in schema_list["items"] %}

{{ schema.name }}

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

{{ svg_icon_slot(schema.svg_icon, 'sm') }}
Alias
{{ schema.alias or '-' }}
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 %} {% block scripts %} {% include 'partials/filters_toggle_script.html' %} {% endblock %}