Expand description
Schema-as-artifact type format.
Serde-based, YAML-authorable type definitions.
Structs§
- Metadata
Field Def - A metadata (frontmatter) field.
- Required
Outgoing - One outgoing-edge requirement block on a type definition. Lists one
or more relationship names and a cardinality constraint they must
jointly satisfy. The schema author groups multiple alternative
relationships into a single block when “any of these” satisfies the
rule (e.g.
[CHOSEN, REJECTED]together withat_least_onewould require at least one outgoing edge across both names — but the planning schema lists each as its own block instead, so each block gets its own warning entry). - Section
Def - A section within an entity (e.g. “Claim”, “Evidence”).
- Type
Definition - Complete type definition — serde/schemars-based, authored in YAML.
- Type
Example - Inline few-shot example — concrete entity content matching this type.
Enums§
- Field
Type - Filterable
- Required
Cardinality - Required-cardinality variants.
AtLeastOneis the only variant shipped initially;ExactlyOneis the obvious next variant but is not yet wired. - Serialization