lbb_configure
Define, evolve, or publish ontology schemas to configure graph structure. Use atomic schema publication to activate metadata and enqueue conformance without full graph validation.
Instructions
Mutate stored graph configuration. Actions: define_ontology, evolve_ontology, and publish_schema. Schema publication atomically activates metadata and enqueues durable conformance; it never validates the whole graph in the request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ops | No | Ontology changes to apply in order (additive, in-place edits, or subtractive) | |
| graph | No | Graph to create or redefine | |
| action | Yes | Selects the variant (one of: define_ontology, publish_schema, evolve_ontology). | |
| branch | No | Branch to target; defaults to the connection's branch | |
| format | No | ||
| shapes | No | ||
| source | No | ||
| ontology | No | ||
| relations | No | ||
| desired_mode | No | ||
| entity_types | No | ||
| merge_default | No | ||
| confirm_restrictive | No | ||
| allow_data_conflicts | No | Apply subtractive ops (narrow/remove) even when current data conflicts; affected records are kept and begin to warn. Default false rejects a conflicting subtractive request and reports the conflicts. |