Validate and manage custom graph schemas
3 operations.
/v1/graphs/{graph_id}/schemaRuntime schema from actual graph data — node labels, relationship types, and up to 10 sample properties per node type.
/v1/graphs/{graph_id}/schema/exportReturns the original schema definition from graph creation, not the runtime state.
/v1/graphs/schema/validateValidates a custom schema definition before deployment — checks structure, types, constraints, and relationship references.