Goal State.Schema

Path: loom-sprint-scaffold/loom/src/contracts/goal-state.schema.jsonRelative: loom/src/contracts/goal-state.schema.jsonSubproject: loom-sprint-scaffoldCategory: configuration
Lines: 82Bytes: 3,193Imports: 0Exports: 0

Content Preview

  1. {
  2. "$schema": "http://json-schema.org/draft-07/schema#",
  3. "$id": "https://leverageai.network/schemas/loom/goal-state.json",
  4. "title": "GoalState",
  5. "type": "object",
  6. "required": ["goal_id", "original_spec", "spec_hash", "omega", "stages_completed",
  7. "stages_pending", "failing_invariants", "checkpoint", "tunables", "status"],
  8. "additionalProperties": false,
  9. "properties": {
  10. "goal_id": { "type": "string", "pattern": "^goal_[a-z0-9]{12}$" },
  11. "original_spec": {
  12. "t