2026-09-14-workspace-changes-event.schema.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "formatVersion": 1,
  3. "roots": [
  4. {
  5. "key": "event:workspace/changes",
  6. "kind": "event",
  7. "event": "workspace/changes",
  8. "surface": false,
  9. "digest": "e308ccf867a5398e316e0af8cb6ce238a8d33a63b9b384c8250a686786285f72",
  10. "schema": {
  11. "root": 0,
  12. "nodes": [
  13. {
  14. "kind": "object",
  15. "properties": [
  16. {
  17. "name": "data",
  18. "type": 1,
  19. "optional": false
  20. },
  21. {
  22. "name": "ignorable",
  23. "type": 3,
  24. "optional": true
  25. },
  26. {
  27. "name": "seq",
  28. "type": 2,
  29. "optional": false
  30. },
  31. {
  32. "name": "time",
  33. "type": 2,
  34. "optional": false
  35. },
  36. {
  37. "name": "type",
  38. "type": 4,
  39. "optional": false
  40. }
  41. ],
  42. "indices": []
  43. },
  44. {
  45. "kind": "object",
  46. "properties": [
  47. {
  48. "name": "turn",
  49. "type": 2,
  50. "optional": false
  51. }
  52. ],
  53. "indices": []
  54. },
  55. {
  56. "kind": "primitive",
  57. "type": "number"
  58. },
  59. {
  60. "kind": "literal",
  61. "value": true
  62. },
  63. {
  64. "kind": "literal",
  65. "value": "workspace/changes"
  66. }
  67. ]
  68. }
  69. }
  70. ],
  71. "types": []
  72. }