Stage Spec.Schema
Path:
_archive/loom-stale-pre-sprint-snapshot/src/contracts/stage-spec.schema.jsonRelative: loom-stale-pre-sprint-snapshot/src/contracts/stage-spec.schema.jsonSubproject: _archiveCategory: archivedLines: 54Bytes: 2,051Imports: 0Exports: 0
Content Preview
- {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "$id": "https://leverageai.network/schemas/loom/stage-spec.json",
- "title": "StageSpec",
- "type": "object",
- "required": ["stage_id", "goal_id", "objective", "done_criteria", "failure_modes",
- "escalation", "variety_class", "budget_defaults"],
- "additionalProperties": false,
- "properties": {
- "stage_id": { "type": "string", "pattern": "^stg_[a-z0-9]{12}$" },
- "goal_id": { "type": "string", "pattern": "^goal_[a-z