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

Schema

{% if is_edit %}Edit{% else %}Create{% endif %} a schema for {{ overview.graph.display_name }}.

Schemas validate either node or edge JSON data at write time. {% if is_edit %}Only non-breaking updates are allowed here; breaking changes still require a future migration workflow.{% else %}Breaking-change migration flows come later.{% endif %}

{% if is_edit and schema_detail %} {% endif %}

{% if is_edit %}Update schema{% else %}New schema{% endif %}

{% if is_edit %} {% else %} {% endif %} {% if is_edit and schema_detail and schema_detail.schema.effective_json_schema %} {% endif %}

JSON Schema Editor

Back
{% endblock %} {% block scripts %} {% endblock %}