{{ schema_detail.schema.name }}
{{ schema_detail.schema.kind }} schema ยท Version {{ schema_detail.schema.version }}
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 %}{% 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 %}