Execution Trace.Schema
Path:
_archive/loom-stale-pre-sprint-snapshot/src/contracts/execution-trace.schema.jsonRelative: loom-stale-pre-sprint-snapshot/src/contracts/execution-trace.schema.jsonSubproject: _archiveCategory: archivedLines: 137Bytes: 2,728Imports: 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}$"
- },