Expand description
Bootstrap script record type definitions
This module defines the type hierarchy for bootstrap script records used in JSONL script files. Records are serialized as JSON Lines (one JSON object per line) with a “kind” field that discriminates between different record types.
Structs§
- Bootstrap
Finish Record - Finish record marking the end of a bootstrap script
- Bootstrap
Header Record - Header record that must appear first in every bootstrap script
- Comment
Record - Comment record for documentation within scripts
- Label
Record - Label/checkpoint record for marking positions in the script
- Node
Record - Node record representing a graph node/entity
- Relation
Record - Relation record representing a graph edge/relationship
- Sequenced
Bootstrap Script Record - Wrapper that adds sequence numbering to bootstrap script records
Enums§
- Bootstrap
Script Record - Main enum representing all possible bootstrap script record types