Stage Spec.Schema

Path: loom-sprint-scaffold/loom/src/contracts/stage-spec.schema.jsonRelative: loom/src/contracts/stage-spec.schema.jsonSubproject: loom-sprint-scaffoldCategory: configuration
Lines: 54Bytes: 2,051Imports: 0Exports: 0

Content Preview

  1. {
  2. "$schema": "http://json-schema.org/draft-07/schema#",
  3. "$id": "https://leverageai.network/schemas/loom/stage-spec.json",
  4. "title": "StageSpec",
  5. "type": "object",
  6. "required": ["stage_id", "goal_id", "objective", "done_criteria", "failure_modes",
  7. "escalation", "variety_class", "budget_defaults"],
  8. "additionalProperties": false,
  9. "properties": {
  10. "stage_id": { "type": "string", "pattern": "^stg_[a-z0-9]{12}$" },
  11. "goal_id": { "type": "string", "pattern": "^goal_[a-z