Section

https://ontology.toxindex.com/v1/Section Flow

A 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.

Relationships

References
citations Citation []
children Section []
Referenced By
Flow sections

Properties

Class properties with name, type, requirements, and description
NameTypeDescription
node_idstring required Dot-delimited path to a node in a flow document tree.
namestring
descriptionstring
section_kindSectionKindEnum Structural type of a document section.
section_statusSectionStatusEnum Completion state of a document section.
citationsCitation []Provenance links from this section to the tool calls that produced its value.
childrenSection []Nested child sections.