Execution Trace.Schema

_archiveconfigjson
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: archived
Lines: 137Bytes: 2,728Imports: 0Exports: 0

Content Preview

  1. {
  2. "$schema": "http://json-schema.org/draft-07/schema#",
  3. "$id": "https://leverageai.network/schemas/loom/execution-trace.json",
  4. "title": "ExecutionTraceEvent",
  5. "type": "object",
  6. "required": [
  7. "event_id",
  8. "dispatch_id",
  9. "seq",
  10. "ts",
  11. "kind"
  12. ],
  13. "additionalProperties": false,
  14. "properties": {
  15. "event_id": {
  16. "type": "string",
  17. "pattern": "^evt_[a-z0-9]{12}$"
  18. },
  19. "dispatch_id": {
  20. "type": "string",
  21. "pattern": "^[a-f0-9]{64}$"
  22. },