Section
https://ontology.toxindex.com/v1/Section FlowA node in a flow document tree. Sections are the structural building block: each has an identity, a kind (object, list, scalar, enum), a status, and optional citations linking its value back to tool calls. Workflow schemas define what sections exist; the ontology defines the shape they all share.
Properties
| Name | Type | Description | |
|---|---|---|---|
node_id | string | required | Dot-delimited path to a node in a flow document tree. |
name | string | ||
description | string | ||
section_kind | SectionKindEnum | Structural type of a document section. | |
section_status | SectionStatusEnum | Completion state of a document section. | |
citations | Citation [] | Provenance links from this section to the tool calls that produced its value. | |
children | Section [] | Nested child sections. |