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

Schema Detail

{{ schema_detail.schema.name }}

{{ schema_detail.schema.kind | capitalize }} schema version {{ schema_detail.schema.version }} on {{ schema_detail.graph.display_name }}. Usage counts below show where this schema is currently attached in graph content.

Back to schemas Graph overview {% if current_user.is_owner %} Edit schema {% endif %}

Usage

Registry Record

Metadata

{{ schema_detail.schema.name }}

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

Kind
{{ schema_detail.schema.kind }}
Nodes
{{ schema_detail.schema.usage.node_count }}
Edges
{{ schema_detail.schema.usage.edge_count }}
{% if schema_detail.schema.usage.sample_node_ids %}

Sample node IDs: {{ schema_detail.schema.usage.sample_node_ids | join(", ") }}

{% endif %} {% if schema_detail.schema.usage.sample_edge_ids %}

Sample edge IDs: {{ schema_detail.schema.usage.sample_edge_ids | join(", ") }}

{% endif %} {% if current_user.is_owner %}
Edit schema

{% if schema_detail.schema.usage.node_count or schema_detail.schema.usage.edge_count %} Delete is blocked until all node and edge references are removed. {% else %} Delete is available because this schema is currently unused. {% endif %}

{% endif %}

JSON Schema

Stored schema body

{% endblock %} {% block scripts %} {% if schema_json %} {% endif %} {% endblock %}