Execution Trace.Schema
Path:
loom-sprint-scaffold/loom/src/contracts/execution-trace.schema.jsonRelative: loom/src/contracts/execution-trace.schema.jsonSubproject: loom-sprint-scaffoldCategory: configurationLines: 48Bytes: 2,004Imports: 0Exports: 0
Content Preview
- {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "$id": "https://leverageai.network/schemas/loom/execution-trace.json",
- "title": "ExecutionTraceEvent",
- "type": "object",
- "required": ["event_id", "dispatch_id", "seq", "ts", "kind"],
- "additionalProperties": false,
- "properties": {
- "event_id": { "type": "string", "pattern": "^evt_[a-z0-9]{12}$" },
- "dispatch_id": { "type": "string", "pattern": "^[a-f0-9]{64}$" },
- "seq": { "type": "integer", "minimum": 0 },
- "ts": {