Skip to main content
Every workflow has exactly one input node. It’s the source of the run-context input.* object.

Configuration

Schema validation

The schema is enforced at ingest. Required fields missing → 422 with a structured error. Type mismatches → same. required: true means absent is an error; nullable: false means explicit null is an error. Both apply independently.