zigflow schema
zigflow schema
Output the Zigflow JSON schema.
Synopsis
Output the JSON Schema for the Zigflow workflow specification.
The schema can be used by editors, validation tools and AI code generators to produce structurally valid Zigflow workflows. It defines required fields, supported properties and constraints enforced by the Zigflow CLI.
By exposing the schema programmatically, Zigflow enables reliable validation, structured generation and automated tooling integration.
zigflow schema [flags]
Options
-h, --help help for schema
-o, --output string Output format. One of: (json, yaml) (default "json")
Options inherited from parent commands
-l, --log-level string Set log level (default "info")
SEE ALSO
- zigflow - A Temporal DSL for turning declarative YAML into production-ready workflows