@kumwe/studio-testkit 0.1.0-alpha.7 → 0.1.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/README.md +91 -18
  2. package/THIRD_PARTY_NOTICES.md +9 -0
  3. package/conformance/authoring-web/non-drag-move-equivalence.json +199 -0
  4. package/conformance/renderer-web/blob-default-deny.json +47 -0
  5. package/conformance/renderer-web/chart-fallback.json +39 -0
  6. package/conformance/renderer-web/complete-catalog.json +634 -0
  7. package/conformance/renderer-web/escaped-heading.json +28 -0
  8. package/conformance/renderer-web/interactive-behaviors.json +226 -0
  9. package/conformance/renderer-web/presentation-capabilities.json +76 -0
  10. package/conformance/renderer-web/responsive-grid.json +33 -0
  11. package/conformance/renderer-web/security-fallbacks.json +169 -0
  12. package/conformance/rich-text/advanced.first-party.json +67 -0
  13. package/corpus-manifest.json +487 -35
  14. package/dist/host-testbed.d.ts +24 -5
  15. package/dist/host-testbed.d.ts.map +1 -1
  16. package/dist/host-testbed.js +276 -41
  17. package/dist/host-testbed.js.map +1 -1
  18. package/dist/http-host-adapter.d.ts.map +1 -1
  19. package/dist/http-host-adapter.js +8 -0
  20. package/dist/http-host-adapter.js.map +1 -1
  21. package/dist/index.d.ts +84 -2
  22. package/dist/index.d.ts.map +1 -1
  23. package/dist/index.js +73 -2
  24. package/dist/index.js.map +1 -1
  25. package/dist/web-conformance.d.ts +105 -0
  26. package/dist/web-conformance.d.ts.map +1 -0
  27. package/dist/web-conformance.js +72 -0
  28. package/dist/web-conformance.js.map +1 -0
  29. package/fixtures/authoring-message-catalog.en.json +649 -0
  30. package/fixtures/host-capabilities.example.json +2 -2
  31. package/fixtures/preview.render.example.json +1 -0
  32. package/fixtures/studio-config.example.json +3 -3
  33. package/invalid/binding-projection-vector.unknown-status.json +85 -0
  34. package/invalid/host-capabilities.invalid-protocol-version.json +1 -1
  35. package/invalid/host-sequence.pending-expectation.json +52 -0
  36. package/invalid/host-sequence.preview-render-missing-request-id.json +50 -0
  37. package/invalid/preview-message.activated-unknown-interaction.json +1 -1
  38. package/invalid/preview-message.duplicate-marker.json +24 -0
  39. package/invalid/preview-message.invalid-digest.json +1 -0
  40. package/invalid/preview-message.invalid-marker-grammar.json +19 -0
  41. package/invalid/preview-message.missing-marker-map.json +20 -0
  42. package/invalid/preview-message.missing-render-request-id.json +18 -0
  43. package/invalid/preview-message.unknown-type.json +13 -0
  44. package/invalid/preview-message.viewport-height-too-small.json +13 -0
  45. package/invalid/preview-message.viewport-unsafe-role.json +13 -0
  46. package/invalid/studio-chart.script-config.json +10 -0
  47. package/invalid/studio-drawing.svg-payload.json +10 -0
  48. package/invalid/studio-money.float.json +8 -0
  49. package/invalid/studio-presentation.css-injection.json +8 -0
  50. package/invalid/studio-table.html-cell.json +8 -0
  51. package/package.json +7 -3
  52. package/studio-release.json +28 -0
  53. package/vectors/binding-projection/app-content-fields.resolved.json +286 -0
  54. package/vectors/binding-projection/field-removed.diagnostic.json +135 -0
  55. package/vectors/binding-projection/model-revision-mismatch.diagnostic.json +124 -0
  56. package/vectors/host/artifact.dependencies.result.json +2 -2
  57. package/vectors/host/artifact.load.stored.json +2 -2
  58. package/vectors/host/artifact.load.unknown.error.json +2 -2
  59. package/vectors/host/artifact.publish.accepted.json +2 -2
  60. package/vectors/host/artifact.publish.forbidden.error.json +1 -1
  61. package/vectors/host/artifact.publish.stale.error.json +2 -2
  62. package/vectors/host/artifact.save.accepted.json +2 -2
  63. package/vectors/host/artifact.save.forbidden.error.json +1 -1
  64. package/vectors/host/artifact.save.stale.error.json +2 -2
  65. package/vectors/host/artifact.unpublish.stale.error.json +2 -2
  66. package/vectors/host/envelope.malformed-context.error.json +2 -2
  67. package/vectors/host/envelope.protocol-version.error.json +1 -1
  68. package/vectors/host/envelope.stale-generation.error.json +2 -2
  69. package/vectors/host/localization.messages.unknown-locale.error.json +2 -2
  70. package/vectors/host/media.abort-upload.unknown.error.json +1 -1
  71. package/vectors/host/media.authorize-upload.granted.json +1 -1
  72. package/vectors/host/media.authorize-upload.path-filename.error.json +1 -1
  73. package/vectors/host/media.authorize-upload.too-large.error.json +1 -1
  74. package/vectors/host/media.complete-upload.unknown.error.json +1 -1
  75. package/vectors/host/media.get.unknown.json +2 -2
  76. package/vectors/host/media.import-external.private-host.error.json +1 -1
  77. package/vectors/host/media.list.cursor.error.json +2 -2
  78. package/vectors/host/media.list.limit.error.json +2 -2
  79. package/vectors/host/media.upload-status.unknown.error.json +1 -1
  80. package/vectors/host/model.get.stored.json +37 -0
  81. package/vectors/host/model.list.authorized.json +31 -0
  82. package/vectors/host/permission.explain.withheld.json +2 -2
  83. package/vectors/host/permission.refresh.snapshot.json +2 -2
  84. package/vectors/host/recovery.load.absent.json +2 -2
  85. package/vectors/host/telemetry.emit.accepted.json +2 -2
  86. package/vectors/host/telemetry.emit.non-primitive.error.json +2 -2
  87. package/vectors/host-sequence/artifact.publish.changed-intent.sequence.json +75 -0
  88. package/vectors/host-sequence/artifact.publish.idempotent-replay.sequence.json +111 -0
  89. package/vectors/host-sequence/preview.cancel.cross-context.sequence.json +78 -0
  90. package/vectors/host-sequence/preview.render.cancelled.sequence.json +75 -0
  91. package/vectors/host-sequence/recovery.store.canonical-number.sequence.json +72 -0
  92. package/vectors/host-sequence/recovery.store.changed-context.sequence.json +61 -0
  93. package/vectors/host-sequence/recovery.store.rate-limited.sequence.json +93 -0
  94. package/vectors/host-sequence/recovery.store.resource-scope.sequence.json +61 -0
  95. package/vectors/host-sequence/recovery.store.wrong-operation-id.sequence.json +56 -0
  96. package/vectors/preview/canonical-preorder.json +102 -0
  97. package/vectors/preview/empty-draft.json +36 -0
  98. package/vectors/schema-profile/alternative-limit.accepted.json +95 -0
  99. package/vectors/schema-profile/alternative-limit.rejected.json +92 -0
  100. package/vectors/schema-profile/array-composition.accepted.json +35 -0
  101. package/vectors/schema-profile/byte-limit.accepted.json +30 -0
  102. package/vectors/schema-profile/byte-limit.rejected.json +26 -0
  103. package/vectors/schema-profile/closed-object.accepted.json +38 -0
  104. package/vectors/schema-profile/decimal-multiple.accepted.json +54 -0
  105. package/vectors/schema-profile/depth-limit.accepted.json +90 -0
  106. package/vectors/schema-profile/depth-limit.rejected.json +88 -0
  107. package/vectors/schema-profile/description-limit.accepted.json +29 -0
  108. package/vectors/schema-profile/description-limit.rejected.json +25 -0
  109. package/vectors/schema-profile/diagnostic-precedence.rejected.json +26 -0
  110. package/vectors/schema-profile/duplicate-dependent-required.rejected.json +21 -0
  111. package/vectors/schema-profile/duplicate-required.rejected.json +18 -0
  112. package/vectors/schema-profile/empty-combinator.rejected.json +17 -0
  113. package/vectors/schema-profile/empty-enum.rejected.json +17 -0
  114. package/vectors/schema-profile/enum-limit.accepted.json +89 -0
  115. package/vectors/schema-profile/enum-limit.rejected.json +84 -0
  116. package/vectors/schema-profile/examples-limit.accepted.json +35 -0
  117. package/vectors/schema-profile/examples-limit.rejected.json +31 -0
  118. package/vectors/schema-profile/format-keyword.rejected.json +17 -0
  119. package/vectors/schema-profile/forward-reference-path-precedence.rejected.json +20 -0
  120. package/vectors/schema-profile/invalid-pointer.rejected.json +18 -0
  121. package/vectors/schema-profile/json-depth-limit.accepted.json +278 -0
  122. package/vectors/schema-profile/json-depth-limit.rejected.json +276 -0
  123. package/vectors/schema-profile/json-item-limit.accepted.json +686 -0
  124. package/vectors/schema-profile/json-item-limit.rejected.json +682 -0
  125. package/vectors/schema-profile/json-property-limit.accepted.json +1031 -0
  126. package/vectors/schema-profile/json-property-limit.rejected.json +1028 -0
  127. package/vectors/schema-profile/local-reference.accepted.json +28 -0
  128. package/vectors/schema-profile/memoized-diagnostic.accepted.json +31 -0
  129. package/vectors/schema-profile/node-limit.accepted.json +1097 -0
  130. package/vectors/schema-profile/node-limit.rejected.json +1094 -0
  131. package/vectors/schema-profile/non-object-root.rejected.json +9 -0
  132. package/vectors/schema-profile/non-schema-reference.rejected.json +21 -0
  133. package/vectors/schema-profile/object-key-limit.accepted.json +32 -0
  134. package/vectors/schema-profile/object-key-limit.rejected.json +28 -0
  135. package/vectors/schema-profile/open-root.rejected.json +13 -0
  136. package/vectors/schema-profile/percent-encoded-pointer.rejected.json +26 -0
  137. package/vectors/schema-profile/property-name-limit.accepted.json +543 -0
  138. package/vectors/schema-profile/property-name-limit.rejected.json +536 -0
  139. package/vectors/schema-profile/recursive-diagnostic-precedence.rejected.json +30 -0
  140. package/vectors/schema-profile/recursive-reference.rejected.json +24 -0
  141. package/vectors/schema-profile/reference-fanout.accepted.json +662 -0
  142. package/vectors/schema-profile/reference-length-limit.accepted.json +45 -0
  143. package/vectors/schema-profile/reference-length-limit.rejected.json +39 -0
  144. package/vectors/schema-profile/reference-limit.accepted.json +416 -0
  145. package/vectors/schema-profile/reference-limit.rejected.json +415 -0
  146. package/vectors/schema-profile/reference-vs-keyword-precedence.rejected.json +22 -0
  147. package/vectors/schema-profile/reserved-pointer.rejected.json +26 -0
  148. package/vectors/schema-profile/root-diagnostic-precedence.rejected.json +16 -0
  149. package/vectors/schema-profile/root-vs-reference-precedence.rejected.json +19 -0
  150. package/vectors/schema-profile/schema-map-limit.accepted.json +539 -0
  151. package/vectors/schema-profile/schema-map-limit.rejected.json +536 -0
  152. package/vectors/schema-profile/semantic-recursion-precedence.rejected.json +21 -0
  153. package/vectors/schema-profile/semantic-reference-precedence.rejected.json +21 -0
  154. package/vectors/schema-profile/title-limit.accepted.json +29 -0
  155. package/vectors/schema-profile/title-limit.rejected.json +25 -0
  156. package/vectors/schema-profile/unresolved-reference.rejected.json +17 -0
  157. package/vectors/schema-profile/unsafe-dependent-required.rejected.json +24 -0
  158. package/vectors/schema-profile/unsafe-member.rejected.json +17 -0
  159. package/vectors/schema-profile/unsafe-required.rejected.json +17 -0
@@ -3,6 +3,10 @@
3
3
  "groups": [
4
4
  {
5
5
  "files": [
6
+ {
7
+ "digest": "sha256-3Ym7JF4bCkJYwAEShdm3ztHDQ3PDKdpQxZ/yOx2b6Xs=",
8
+ "file": "authoring-message-catalog.en.json"
9
+ },
6
10
  {
7
11
  "digest": "sha256-VPvgjeVcou8k/vGgrFXfMOx2ureah7+HADcuV1ze8To=",
8
12
  "file": "block.grid.example.json"
@@ -36,7 +40,7 @@
36
40
  "file": "field-adapter.example.json"
37
41
  },
38
42
  {
39
- "digest": "sha256-ZilbHHYkTbgxfMo+rNJDKERni5qk8n4vNDDaymGECpQ=",
43
+ "digest": "sha256-LvEOb+9bGayzWeYiU+qCHr9qjBNeJUqwyVdok17ITWQ=",
40
44
  "file": "host-capabilities.example.json"
41
45
  },
42
46
  {
@@ -84,7 +88,7 @@
84
88
  "file": "plugin.example.json"
85
89
  },
86
90
  {
87
- "digest": "sha256-gkNpbvRhQ5cxSy/UYk3fIn3Q2JjoSXBanL70FZBirpk=",
91
+ "digest": "sha256-YunB5lUf+Dy3jEx6bBPiNaPqcPF34j7g8bkpAKTQAHE=",
88
92
  "file": "preview.render.example.json"
89
93
  },
90
94
  {
@@ -96,7 +100,7 @@
96
100
  "file": "rich-text.example.json"
97
101
  },
98
102
  {
99
- "digest": "sha256-fyyLCjR1BnpSrIAbGROfw9kOVk3TUyTJn7LG8nL/CCE=",
103
+ "digest": "sha256-FzjalpM4jDkbkK8rGnmH6HSFxU9PhMp0vI9aPTCyEJE=",
100
104
  "file": "studio-config.example.json"
101
105
  },
102
106
  {
@@ -111,6 +115,24 @@
111
115
  "group": "fixtures",
112
116
  "path": "fixtures"
113
117
  },
118
+ {
119
+ "files": [
120
+ {
121
+ "digest": "sha256-9mVzhFKG6xIkVtGwxzgLRtBv+k57U3xVX8LP4kpROKg=",
122
+ "file": "app-content-fields.resolved.json"
123
+ },
124
+ {
125
+ "digest": "sha256-OEBnXlw4oNAXpee8Yy3rjlyi++KsE68QddAWBQ3vFSQ=",
126
+ "file": "field-removed.diagnostic.json"
127
+ },
128
+ {
129
+ "digest": "sha256-xM3yGpWMnTF4s+9OPdf79pg1Tjtgn0FCipXVy8n/V44=",
130
+ "file": "model-revision-mismatch.diagnostic.json"
131
+ }
132
+ ],
133
+ "group": "binding-projection-vectors",
134
+ "path": "vectors/binding-projection"
135
+ },
114
136
  {
115
137
  "files": [
116
138
  {
@@ -410,125 +432,443 @@
410
432
  {
411
433
  "files": [
412
434
  {
413
- "digest": "sha256-w0N79fEQC7gnxC5DzTS+x7VBS7KgamrDbErpA0o7DC0=",
435
+ "digest": "sha256-ydZULI6/ASwfyjFD4xIpRU4nrTgOkJu9AsJzBgUQKXg=",
414
436
  "file": "artifact.dependencies.result.json"
415
437
  },
416
438
  {
417
- "digest": "sha256-tOiUbk0zUrKIyVMc5ivhuWeUmRaacstgPGPAuHF/N48=",
439
+ "digest": "sha256-hKNuNyzzNWMx5MP7TliHwMo36Bjilcg0QjWSH04Xyvo=",
418
440
  "file": "artifact.load.stored.json"
419
441
  },
420
442
  {
421
- "digest": "sha256-APaYWk9SVl4g07C454KRLRMhvm0OYlFLfBNWJOBGeQM=",
443
+ "digest": "sha256-w1UatrQlhIX6HwlMtgYerLncjux0akFufLhgp5yYqFQ=",
422
444
  "file": "artifact.load.unknown.error.json"
423
445
  },
424
446
  {
425
- "digest": "sha256-pukZdcPaM+Fmdux3CUZ+YhmBzm8lqe1HAqzwxqMWi50=",
447
+ "digest": "sha256-4vcPPXzreu791xeNXllZWMJvE2jnSXYYN8+Ig2FP65k=",
426
448
  "file": "artifact.publish.accepted.json"
427
449
  },
428
450
  {
429
- "digest": "sha256-gHAYXwlP9KQmRe9tvJChEBV1vytdigb8hLE2L9ScJi0=",
451
+ "digest": "sha256-xMLhnxKJt014nxQFw8ji6yWxlgoBfYvNfa0Snww/4pc=",
430
452
  "file": "artifact.publish.forbidden.error.json"
431
453
  },
432
454
  {
433
- "digest": "sha256-ZghO4a2G/m+Qsm7GKK08H4VXOjI2YnVoZf/gno0DwZI=",
455
+ "digest": "sha256-BoUzxgxScMnX2S8Uepjs05HE3E3svNr43RQsRJi5Hwc=",
434
456
  "file": "artifact.publish.stale.error.json"
435
457
  },
436
458
  {
437
- "digest": "sha256-ttHtmVJqA8gQQmBm/twn1URbBaRlH3+mu0dmqbPoNlQ=",
459
+ "digest": "sha256-wqIt+J0HMW5KlDdqSSyhoGJN1mUz45mAbLed/tuhXTE=",
438
460
  "file": "artifact.save.accepted.json"
439
461
  },
440
462
  {
441
- "digest": "sha256-WKNcZI8MjSwKnoqepzBNtGxlRJMLJEkZ2poe5h2NTe4=",
463
+ "digest": "sha256-SD5vgEQVaNf8bo8OuauUmu+Htw1wSI1oQYuap3sSFVM=",
442
464
  "file": "artifact.save.forbidden.error.json"
443
465
  },
444
466
  {
445
- "digest": "sha256-/qvDomqS4JVeZnE8EjFAaKDFshAR3Ju8zZtfJyd/gFk=",
467
+ "digest": "sha256-uGo+aHKZEfmIh7Qn7ClAypJzrJBfvZiL3on0QEDGykE=",
446
468
  "file": "artifact.save.stale.error.json"
447
469
  },
448
470
  {
449
- "digest": "sha256-GXPWXjV+wJVHx6lRb+47tCdCRPvI1722sb4efbp0OXU=",
471
+ "digest": "sha256-64MnzAEAV2CRjo44DsbqfK3vKgXaz0jhggg9bHmQ2Uc=",
450
472
  "file": "artifact.unpublish.stale.error.json"
451
473
  },
452
474
  {
453
- "digest": "sha256-eTL6dmDe6kYPaGuBi4D11cC/qGUnNijVndjua4jSQD8=",
475
+ "digest": "sha256-Lxp7+dgciExF992LfHdznx3AusgMwou6pxwTlOtJX2I=",
454
476
  "file": "envelope.malformed-context.error.json"
455
477
  },
456
478
  {
457
- "digest": "sha256-ny3RjMleQPXm5+sb5x40ZnB7sS5P83LJQpmlY0z4m+I=",
479
+ "digest": "sha256-IEfTxQ3v58JNO8PtwVCl7yhOz28FTh9yy8wcn1ZeR0E=",
458
480
  "file": "envelope.protocol-version.error.json"
459
481
  },
460
482
  {
461
- "digest": "sha256-zZexqyAC6TF3k1hV4wDPSj4A8jBsIeuu/n4cM1vLV14=",
483
+ "digest": "sha256-08aKM610/Mdy8OeKGSBe7jSjPHeQ4DyYVkkoazuw0tc=",
462
484
  "file": "envelope.stale-generation.error.json"
463
485
  },
464
486
  {
465
- "digest": "sha256-lk800OVfx8cDI4Cs2ijHsGm43On7laormwltanR7kh0=",
487
+ "digest": "sha256-sUP6y7XqbfMlKSKcPy8bSpDRdTU/uNNqbxm/bSbWwgY=",
466
488
  "file": "localization.messages.unknown-locale.error.json"
467
489
  },
468
490
  {
469
- "digest": "sha256-URj/hzYrwLU72ytugSptlsTU9OnN2inqtkWuOnby2nU=",
491
+ "digest": "sha256-BzlJW89ivZ8mJ7DrT1pnKO90FIca4JAWbgFJssA5PTs=",
470
492
  "file": "media.abort-upload.unknown.error.json"
471
493
  },
472
494
  {
473
- "digest": "sha256-7bqasqlnrrHkgG1ZS8FtPOTmxsLuhCdajk6lOuQ1Yro=",
495
+ "digest": "sha256-9fprMT2KBXaHNDJeCq50X5fpJ7RMvTfLdcmY88URhlc=",
474
496
  "file": "media.authorize-upload.granted.json"
475
497
  },
476
498
  {
477
- "digest": "sha256-JBHaoYPBI993zdTYg5DhcM21W9s6FyDhDes16iz6A+c=",
499
+ "digest": "sha256-mBrrmHrUTH77zIVFCPHWmKCouuT8T5du8aARlqrC/p4=",
478
500
  "file": "media.authorize-upload.path-filename.error.json"
479
501
  },
480
502
  {
481
- "digest": "sha256-XFhM1WYvt3AfVGOf9zll+OV6C/IYPYqqB7zNYpx3MOA=",
503
+ "digest": "sha256-WFUPhLVI7ls+WiNIPB59BZ589j3FQV2W6xYnwFPxFQE=",
482
504
  "file": "media.authorize-upload.too-large.error.json"
483
505
  },
484
506
  {
485
- "digest": "sha256-Pe+YnzRbsqK6lvws1SMt6IbCBxYrKGoiCmseRmlTMCI=",
507
+ "digest": "sha256-698RIM3kvt/croygrkE1Yx4ca3xtXQWBd5/YIGtsGOg=",
486
508
  "file": "media.complete-upload.unknown.error.json"
487
509
  },
488
510
  {
489
- "digest": "sha256-r4yI0cQHgOfiHp1ik+k2esU06v8lBUBdiCaC47jmbBE=",
511
+ "digest": "sha256-6MOE+uVaY61eXfcK3AGR2JWIcDH8uRzdOUVHYkmKLas=",
490
512
  "file": "media.get.unknown.json"
491
513
  },
492
514
  {
493
- "digest": "sha256-gEHxA7ashgwVZ4JdTVFahjX2LpfscWMsGkVJY88Mcig=",
515
+ "digest": "sha256-cFXsIN/ssXNcOHoqmhColAD1rqKa+nUVGiWx8Cmoqvc=",
494
516
  "file": "media.import-external.private-host.error.json"
495
517
  },
496
518
  {
497
- "digest": "sha256-mYReHILKQddQUcj7rlK7owT3yVU/xb393q35xC+k0qs=",
519
+ "digest": "sha256-osFldrIdCSx7+LTZJaS7sBIp8oUuktfGml1hfm4jLUQ=",
498
520
  "file": "media.list.cursor.error.json"
499
521
  },
500
522
  {
501
- "digest": "sha256-rvmWSE+Vi3+0ySb6gh0LPonri5H2dbznKeDRA4qnUAM=",
523
+ "digest": "sha256-QM1wLPw8PDxHq23adJeFO0nVHoEmF6MR266c1VF9038=",
502
524
  "file": "media.list.limit.error.json"
503
525
  },
504
526
  {
505
- "digest": "sha256-+jOmZTRQCjt4muQyDT7TE70GvETvPJo3KZUn0wUIr5A=",
527
+ "digest": "sha256-6lCxcY8XnoOmYrApFVs0f8lJophb4fJDSY0Rs9Okiss=",
506
528
  "file": "media.upload-status.unknown.error.json"
507
529
  },
508
530
  {
509
- "digest": "sha256-bHF4gtEuzcJcD45BuFbq/v6QKtz9AHgOyyg0kEry3+k=",
531
+ "digest": "sha256-thmjZlZ2aG2wPykTdgqA/f94lHY0jSit03IIR0lCdNE=",
532
+ "file": "model.get.stored.json"
533
+ },
534
+ {
535
+ "digest": "sha256-OpFkLnn1WCGEL7JHz1aTJ6bcX6Tdq5mWmVsMIdHZADA=",
536
+ "file": "model.list.authorized.json"
537
+ },
538
+ {
539
+ "digest": "sha256-WMY/mRoj/RQtTk51Tq4yhObfMO84ZPdnC4LzV5QXaFE=",
510
540
  "file": "permission.explain.withheld.json"
511
541
  },
512
542
  {
513
- "digest": "sha256-AjiqUwQ9SuaQI4ma6N6OVFR3Re4bGBTH7UUY2EC6BGw=",
543
+ "digest": "sha256-Pj1d2nKUL2bWXvq5MSJAdopRzTQQJ5j/dpcJyI2ww/8=",
514
544
  "file": "permission.refresh.snapshot.json"
515
545
  },
516
546
  {
517
- "digest": "sha256-gdcmKhQxjrU94asGpbKqPcv8k6lmIZBdtYpVT69G+S4=",
547
+ "digest": "sha256-9Nr+oT8Z2Hus7DEayr9lLw1QoYVImWiBaV2LQvN98+o=",
518
548
  "file": "recovery.load.absent.json"
519
549
  },
520
550
  {
521
- "digest": "sha256-EZzmwENxG/TGzml5SxiZkVEB7sl1B0bxLXxQc5A5fRg=",
551
+ "digest": "sha256-r6u3YhuqsV/cB1Q1VNPVW4ok7Pn4U26ilIT4gv5KVkk=",
522
552
  "file": "telemetry.emit.accepted.json"
523
553
  },
524
554
  {
525
- "digest": "sha256-vZUJjQOORjCXg0eVpZtMl5FQP7GyodFGxEDxg0cVpGc=",
555
+ "digest": "sha256-UaxLfaD3MVQ+HCpgH2gny1PhwljdzdPBHguSrtQguqk=",
526
556
  "file": "telemetry.emit.non-primitive.error.json"
527
557
  }
528
558
  ],
529
559
  "group": "host-vectors",
530
560
  "path": "vectors/host"
531
561
  },
562
+ {
563
+ "files": [
564
+ {
565
+ "digest": "sha256-0aky2qxEPAlTujukSgUegnWCGIINm8RPvanP9YikiTw=",
566
+ "file": "artifact.publish.changed-intent.sequence.json"
567
+ },
568
+ {
569
+ "digest": "sha256-r+N2rk0C9m0Z8azL2ODCbnupx0V5WP3NzZPmHfxYwsU=",
570
+ "file": "artifact.publish.idempotent-replay.sequence.json"
571
+ },
572
+ {
573
+ "digest": "sha256-iHqWx7hos7SD3TfdpREzhET+WFymV/Wn/MQiibRhWdg=",
574
+ "file": "preview.cancel.cross-context.sequence.json"
575
+ },
576
+ {
577
+ "digest": "sha256-cV+tyEOU52pQixA/PIDQ6DQqugH46tMMlNFp3vDDbGY=",
578
+ "file": "preview.render.cancelled.sequence.json"
579
+ },
580
+ {
581
+ "digest": "sha256-aW9P8eGUjGJ8aGqXgOn6MnhvCEkjCNd/6s2hgBWLuls=",
582
+ "file": "recovery.store.canonical-number.sequence.json"
583
+ },
584
+ {
585
+ "digest": "sha256-iggSi0IpPG1sntUQDj4QV8hEwYobCBJhGsjpH8onLy4=",
586
+ "file": "recovery.store.changed-context.sequence.json"
587
+ },
588
+ {
589
+ "digest": "sha256-5sWl2iIySs0+0hGH4lnKoHIIeQEG7J2gVJQlyPla5GE=",
590
+ "file": "recovery.store.rate-limited.sequence.json"
591
+ },
592
+ {
593
+ "digest": "sha256-LbAndTtFRK5fa0VMPzb9tEA/rkKfpqOxLCPddFgys1Y=",
594
+ "file": "recovery.store.resource-scope.sequence.json"
595
+ },
596
+ {
597
+ "digest": "sha256-l/g4M7YZj5juZeVLbLImOoQW+gCDKOlK4PeKzzHq2d8=",
598
+ "file": "recovery.store.wrong-operation-id.sequence.json"
599
+ }
600
+ ],
601
+ "group": "host-sequence-vectors",
602
+ "path": "vectors/host-sequence"
603
+ },
604
+ {
605
+ "files": [
606
+ {
607
+ "digest": "sha256-6+FxAWx+Ml5Gj5bwlFIo68XVPGwi2sPBf64g5WVjH3U=",
608
+ "file": "canonical-preorder.json"
609
+ },
610
+ {
611
+ "digest": "sha256-frJQ1q9uQnjbAZkfd2YtsAGpKsEz0hVv3NSnUldgF9I=",
612
+ "file": "empty-draft.json"
613
+ }
614
+ ],
615
+ "group": "preview-vectors",
616
+ "path": "vectors/preview"
617
+ },
618
+ {
619
+ "files": [
620
+ {
621
+ "digest": "sha256-TwBq2SWaFjW3IsZlVGIAvIRN1eIdeLkwuDkMmPkpHf4=",
622
+ "file": "alternative-limit.accepted.json"
623
+ },
624
+ {
625
+ "digest": "sha256-VWqtyYqGM1PFbFkQbGIBtEhoIPIUBPt7mIhboILQKDs=",
626
+ "file": "alternative-limit.rejected.json"
627
+ },
628
+ {
629
+ "digest": "sha256-E6JothQCmbQpns86xOqmldRGQIYbwN2/cmN+sS8z1fA=",
630
+ "file": "array-composition.accepted.json"
631
+ },
632
+ {
633
+ "digest": "sha256-455K5YKY9qvmK0cPo2TI/zStFSpu3xWd+doVkuVi84g=",
634
+ "file": "byte-limit.accepted.json"
635
+ },
636
+ {
637
+ "digest": "sha256-F4kh58JL/puXLxNDtBUzE8+QoOpbWa21HRjByr0cBgE=",
638
+ "file": "byte-limit.rejected.json"
639
+ },
640
+ {
641
+ "digest": "sha256-HuNG9YzvjgW/fQhneXAhggCBQvJIh39EMy//YehKYNo=",
642
+ "file": "closed-object.accepted.json"
643
+ },
644
+ {
645
+ "digest": "sha256-4nJ4HVOupqH8OjoIS0VtVRvvhb4jZBaIxYxXG3mScTU=",
646
+ "file": "decimal-multiple.accepted.json"
647
+ },
648
+ {
649
+ "digest": "sha256-nNohuA4UoOihqwQ8nov3HM2qzCe0BbiAMjwucNmNIXA=",
650
+ "file": "depth-limit.accepted.json"
651
+ },
652
+ {
653
+ "digest": "sha256-ca488Ty/ss0QsNHNraNeeOmKtbeP1mSGru3VfzOANV4=",
654
+ "file": "depth-limit.rejected.json"
655
+ },
656
+ {
657
+ "digest": "sha256-BZgF5+kRokfKRPWH1rj3coQ6peMpStYrkJZg37V/U6g=",
658
+ "file": "description-limit.accepted.json"
659
+ },
660
+ {
661
+ "digest": "sha256-MCvlSchCCrh8YgJULzuoGBjUhjmJn9HxPCZgsNNvDBU=",
662
+ "file": "description-limit.rejected.json"
663
+ },
664
+ {
665
+ "digest": "sha256-o2kwUOSo5A95ewWG7o5WUUcB6kSN4p9C1HWYzsH6920=",
666
+ "file": "diagnostic-precedence.rejected.json"
667
+ },
668
+ {
669
+ "digest": "sha256-i9avQJ8klRz7HEEeLKMWbuhFu/eGOpXIHEI5emJdPng=",
670
+ "file": "duplicate-dependent-required.rejected.json"
671
+ },
672
+ {
673
+ "digest": "sha256-E+v0zlbXe/rq70rrjAZK6N2hb2D/g98LFYf5OODnwbk=",
674
+ "file": "duplicate-required.rejected.json"
675
+ },
676
+ {
677
+ "digest": "sha256-LkJMqCZbzK3FWiWWN6ftTV9394V59jNlfmVkt0x5FFo=",
678
+ "file": "empty-combinator.rejected.json"
679
+ },
680
+ {
681
+ "digest": "sha256-HDfHBzSYoN3BiQOTV1Z6pnbldS9aYaR+WujcS5aLY74=",
682
+ "file": "empty-enum.rejected.json"
683
+ },
684
+ {
685
+ "digest": "sha256-qo+yHMILQ23OntnunU0af+cCNWzUECLMkHip4lvNmqE=",
686
+ "file": "enum-limit.accepted.json"
687
+ },
688
+ {
689
+ "digest": "sha256-GPkH+NzpSS0l7BuPdrrQHxQ72uWx2rvVnZ3yKaF0thE=",
690
+ "file": "enum-limit.rejected.json"
691
+ },
692
+ {
693
+ "digest": "sha256-g3zwZVTqi5FqybYuZGC601UNvzPtcDzguv4ojeb7Iig=",
694
+ "file": "examples-limit.accepted.json"
695
+ },
696
+ {
697
+ "digest": "sha256-KrcK+JWaLZuin43Zihs+rQsbMpjuCqVWTmVMCFkbKpY=",
698
+ "file": "examples-limit.rejected.json"
699
+ },
700
+ {
701
+ "digest": "sha256-9YDQ07A8USMgcRAZZGG0xVPTqfV5yB3Lx10P1J3ltC8=",
702
+ "file": "format-keyword.rejected.json"
703
+ },
704
+ {
705
+ "digest": "sha256-cvXRu07GWX4lG5L5z7sv7dkyxP0yUzAC81UOSzatYBA=",
706
+ "file": "forward-reference-path-precedence.rejected.json"
707
+ },
708
+ {
709
+ "digest": "sha256-oJK8cY0hSwhEfi3mE46To12nBcVsT7kWs1/zAvk2x9M=",
710
+ "file": "invalid-pointer.rejected.json"
711
+ },
712
+ {
713
+ "digest": "sha256-5Z5Cxd1wR3DB8WqKSC3gHt3Qv9yQHKGZFDNxdS1NFgc=",
714
+ "file": "json-depth-limit.accepted.json"
715
+ },
716
+ {
717
+ "digest": "sha256-GDFfH7oypzll76fOJx8uyMgEm7CYKteQAF0psWJb7F8=",
718
+ "file": "json-depth-limit.rejected.json"
719
+ },
720
+ {
721
+ "digest": "sha256-mN9p6KVIEL8UkPr/KYkxbSdQWhxy0vrHNNkLf3W7jUs=",
722
+ "file": "json-item-limit.accepted.json"
723
+ },
724
+ {
725
+ "digest": "sha256-Y4Wi7efbT9MaNwBqZRwwcreF7KU6kh8LhnvFKUUp2g4=",
726
+ "file": "json-item-limit.rejected.json"
727
+ },
728
+ {
729
+ "digest": "sha256-BbCxSuNDm2F+8NhZn/1gKK1TEgkEmcEK2vy0MvNbvUk=",
730
+ "file": "json-property-limit.accepted.json"
731
+ },
732
+ {
733
+ "digest": "sha256-IfFwS7gVLZzoOfyozZTd2rEcB8nB2fpTBgodP8n/Vjo=",
734
+ "file": "json-property-limit.rejected.json"
735
+ },
736
+ {
737
+ "digest": "sha256-jufpkAfTFK/m9qirukYxtj5GYyJD62hIe0o1i1bilTo=",
738
+ "file": "local-reference.accepted.json"
739
+ },
740
+ {
741
+ "digest": "sha256-eoH7atvYzx/OwQuuMUXPgiR0x6uJXq2r5kGCcZiW+z4=",
742
+ "file": "memoized-diagnostic.accepted.json"
743
+ },
744
+ {
745
+ "digest": "sha256-c4zB9yQqQWtqPNlJM7zgS6rg6/BoryYHpvct/fHtR18=",
746
+ "file": "node-limit.accepted.json"
747
+ },
748
+ {
749
+ "digest": "sha256-q/QNireud+vK/1HNK95Py92WluM37xH+z5LB3JoIEuE=",
750
+ "file": "node-limit.rejected.json"
751
+ },
752
+ {
753
+ "digest": "sha256-z5lN1dqhaMrzU5h7n1f6cB+a0iIu1ICZICDySDgK7/U=",
754
+ "file": "non-object-root.rejected.json"
755
+ },
756
+ {
757
+ "digest": "sha256-VVVrr/FxcAHFN6xhCsrM0hR/aIm3OjcsQ90loVqPDfc=",
758
+ "file": "non-schema-reference.rejected.json"
759
+ },
760
+ {
761
+ "digest": "sha256-q88MR5M79ME64j0cOJc3PAtjAwzq2QQrUfYPphfMz9k=",
762
+ "file": "object-key-limit.accepted.json"
763
+ },
764
+ {
765
+ "digest": "sha256-3JkKGnvnGphEN8aqWP/5lCVKgtHs44Sk+7tXH6ynn1U=",
766
+ "file": "object-key-limit.rejected.json"
767
+ },
768
+ {
769
+ "digest": "sha256-vbUrM4bUn3/87oOPJbbtsCz6lXewWsBD4yigV4ZQg2Q=",
770
+ "file": "open-root.rejected.json"
771
+ },
772
+ {
773
+ "digest": "sha256-13UNXA3BA/17p6uKTtCyZtUnu5bfHmZ0Q3ctBHiCb8A=",
774
+ "file": "percent-encoded-pointer.rejected.json"
775
+ },
776
+ {
777
+ "digest": "sha256-gsWj/U+BHl0MSYqrj7S4nQsqay+oX1+0qbNNzs1dg6c=",
778
+ "file": "property-name-limit.accepted.json"
779
+ },
780
+ {
781
+ "digest": "sha256-ROFpDdg7wLMpFDD/cbMD9z+9mOaFpvCkwGlAaVnDqdk=",
782
+ "file": "property-name-limit.rejected.json"
783
+ },
784
+ {
785
+ "digest": "sha256-MkGCk4oV3BkhYRJLFO3L94EgoIkXoe/uaqm/6BgQWIE=",
786
+ "file": "recursive-diagnostic-precedence.rejected.json"
787
+ },
788
+ {
789
+ "digest": "sha256-sdTBid88+2831zQB2svi97QaYEAjZNuRNl0WBbO8LNc=",
790
+ "file": "recursive-reference.rejected.json"
791
+ },
792
+ {
793
+ "digest": "sha256-EozfqMC5QveTyndeAdnpjPXAJh3LyTEvQI6ZOuDQS3E=",
794
+ "file": "reference-fanout.accepted.json"
795
+ },
796
+ {
797
+ "digest": "sha256-TAY/+RxBFAikc7xUOiwjUa/gmFN3rudC6O1Clxfxa4w=",
798
+ "file": "reference-length-limit.accepted.json"
799
+ },
800
+ {
801
+ "digest": "sha256-avm+pKENV3tZAnR6Ce/MuTlU8eLDvN1yUzRcJQ5fqtA=",
802
+ "file": "reference-length-limit.rejected.json"
803
+ },
804
+ {
805
+ "digest": "sha256-qbq0vqz97FC6ec73IOccoFX+sHPfytGRWzDwTBBm7x8=",
806
+ "file": "reference-limit.accepted.json"
807
+ },
808
+ {
809
+ "digest": "sha256-cPDs9DHd/rYJ6IXKmK/UH/JV7bY1hnUSK3z2kc96ddQ=",
810
+ "file": "reference-limit.rejected.json"
811
+ },
812
+ {
813
+ "digest": "sha256-Gn+MKtrF0w7Tb693V9ztSFxFW1o/x3APNxQ+ufZYMXY=",
814
+ "file": "reference-vs-keyword-precedence.rejected.json"
815
+ },
816
+ {
817
+ "digest": "sha256-FsuqyPfDAok+x1gi1P/pIAatLtAYecKH2ZMxb1LI6yQ=",
818
+ "file": "reserved-pointer.rejected.json"
819
+ },
820
+ {
821
+ "digest": "sha256-Wo0aUVSFdXOwlBpQhf03l1e/29LVW5mrwiz2A2HnU6M=",
822
+ "file": "root-diagnostic-precedence.rejected.json"
823
+ },
824
+ {
825
+ "digest": "sha256-z6UHIncN/YPJnP6+0hEiDBLDLOBdno50//Ajb7pwzo0=",
826
+ "file": "root-vs-reference-precedence.rejected.json"
827
+ },
828
+ {
829
+ "digest": "sha256-2G5Q8PxdVQm+pIjmU51j4/N0pQlFcJhtlRChU/MNgSA=",
830
+ "file": "schema-map-limit.accepted.json"
831
+ },
832
+ {
833
+ "digest": "sha256-4x0uuKQE6e0Uch1j7J4lQn06ihAtiob0/lQwW4GId6I=",
834
+ "file": "schema-map-limit.rejected.json"
835
+ },
836
+ {
837
+ "digest": "sha256-W1ZdAZmlaku4JOlaoiRjlYY9nT1kKDsaDEq/NoKoHy8=",
838
+ "file": "semantic-recursion-precedence.rejected.json"
839
+ },
840
+ {
841
+ "digest": "sha256-GsxRnSg0sYZTAeuVAEnR/sWo+ObPhIjEam1jM3sNgoY=",
842
+ "file": "semantic-reference-precedence.rejected.json"
843
+ },
844
+ {
845
+ "digest": "sha256-HqQlNsHfoSSCPJtgvjlqNdU84u3bDSXlrva1hDUUoMY=",
846
+ "file": "title-limit.accepted.json"
847
+ },
848
+ {
849
+ "digest": "sha256-FqfwDPZ1xuZHxwpboodHgsTPXvoOtTMVZ+kkaMzciuo=",
850
+ "file": "title-limit.rejected.json"
851
+ },
852
+ {
853
+ "digest": "sha256-LdBEqO7AQoLxvqQ3ZgzL7iwSSalSTPSev86z4fKPnRQ=",
854
+ "file": "unresolved-reference.rejected.json"
855
+ },
856
+ {
857
+ "digest": "sha256-WbGGAMEYPGkbcGHS9kr+MFHuo4PFZ6wIOfeDD1PpQvI=",
858
+ "file": "unsafe-dependent-required.rejected.json"
859
+ },
860
+ {
861
+ "digest": "sha256-OhqGsFhN1nWPMOTau0GkBGqY6TCSYSwY5UdAeoOp378=",
862
+ "file": "unsafe-member.rejected.json"
863
+ },
864
+ {
865
+ "digest": "sha256-VdZIvd9xPvttTECok0J6TJZcLbY5t9RlDNJhzzAhSbE=",
866
+ "file": "unsafe-required.rejected.json"
867
+ }
868
+ ],
869
+ "group": "schema-profile-vectors",
870
+ "path": "vectors/schema-profile"
871
+ },
532
872
  {
533
873
  "files": [
534
874
  {
@@ -585,6 +925,10 @@
585
925
  },
586
926
  {
587
927
  "files": [
928
+ {
929
+ "digest": "sha256-QioG6zTTAy2LjLUO5oNmYvvvzJ754+kQq9fMCAz2iFA=",
930
+ "file": "binding-projection-vector.unknown-status.json"
931
+ },
588
932
  {
589
933
  "digest": "sha256-ZpkplYh1yIT/sRYxajj76pydhPqJzAPNdnVvog96oC4=",
590
934
  "file": "blueprint.control-character-member.json"
@@ -670,9 +1014,17 @@
670
1014
  "file": "entry.invalid-locale.json"
671
1015
  },
672
1016
  {
673
- "digest": "sha256-YHrXHl/Y5VS/Sh/BvJ5VUj6xxuIqhtn9wEI8pwaILt4=",
1017
+ "digest": "sha256-uStQRWKgfZNleRDRh3RIPMpONCxXlrwzbAJOSFIoWSU=",
674
1018
  "file": "host-capabilities.invalid-protocol-version.json"
675
1019
  },
1020
+ {
1021
+ "digest": "sha256-TbyqAfnspj0axcP3sJNAj+Sqqg0XaOpCmYy6l6MEF2Y=",
1022
+ "file": "host-sequence.pending-expectation.json"
1023
+ },
1024
+ {
1025
+ "digest": "sha256-AdoHUaSqNPxNrob++GpX5D1+nkPSwaU7Bo1CheZKJbs=",
1026
+ "file": "host-sequence.preview-render-missing-request-id.json"
1027
+ },
676
1028
  {
677
1029
  "digest": "sha256-DTGs/q49uj8VR882hukd0i82Esx2iVGN1Jr54BwOc/I=",
678
1030
  "file": "inspector.empty-block-types.json"
@@ -694,17 +1046,45 @@
694
1046
  "file": "migration.empty-artifact-kinds.json"
695
1047
  },
696
1048
  {
697
- "digest": "sha256-lFe0wcIoJJAUSuHSft608siXNhobNXq3sGRjNUozkSI=",
1049
+ "digest": "sha256-AXA+sQO5XcINDeoDcdP1Tq8r2Ll46Gv4kiNNzuxK0Pc=",
698
1050
  "file": "preview-message.activated-unknown-interaction.json"
699
1051
  },
700
1052
  {
701
- "digest": "sha256-siNA9LSSOkhr9JFbX5DTG/sjmRV9tI/TDRJTU00t8V4=",
1053
+ "digest": "sha256-RT0CyYY7FkA7Nnv34T841OaPYkOE3Y26875pmoWqXS4=",
1054
+ "file": "preview-message.duplicate-marker.json"
1055
+ },
1056
+ {
1057
+ "digest": "sha256-jji2txtf3U9wP3j9sS1uQa2Uij1w1qTKvsVfvH7dkUA=",
702
1058
  "file": "preview-message.invalid-digest.json"
703
1059
  },
1060
+ {
1061
+ "digest": "sha256-NLyfTzHImUYIzZ+5Jr2uShv0mghSxqQEsCiT9stHWUg=",
1062
+ "file": "preview-message.invalid-marker-grammar.json"
1063
+ },
1064
+ {
1065
+ "digest": "sha256-tL5xezmGX32duQcg1uYuTDG0qoH40pkWMXmxhp3gWVw=",
1066
+ "file": "preview-message.missing-marker-map.json"
1067
+ },
1068
+ {
1069
+ "digest": "sha256-uDh4+I7VCe62E+k5clj07RXQlr295E1PfTNBMS7QZkc=",
1070
+ "file": "preview-message.missing-render-request-id.json"
1071
+ },
1072
+ {
1073
+ "digest": "sha256-yLEAU9D7Z+aWV03xdUTQSkeIpCXgHCcLSwJUNBgP2A4=",
1074
+ "file": "preview-message.unknown-type.json"
1075
+ },
1076
+ {
1077
+ "digest": "sha256-UBBvBI7lRr7gEiH/guS4r7UxzNvXXG9CitHey2gIUXs=",
1078
+ "file": "preview-message.viewport-height-too-small.json"
1079
+ },
704
1080
  {
705
1081
  "digest": "sha256-3Uo8XF4hROPnVN34nROt7f2wg5ZHZvPU7KT/F98h/6s=",
706
1082
  "file": "preview-message.viewport-role-and-size.json"
707
1083
  },
1084
+ {
1085
+ "digest": "sha256-a7E9wkgCsB+d2WxYAjJjmRJJsFhrL+fnZo/aQsMYIE0=",
1086
+ "file": "preview-message.viewport-unsafe-role.json"
1087
+ },
708
1088
  {
709
1089
  "digest": "sha256-Ha4ygQciWMcqcM8k/7qDW3CW4mr2EIwdrRCxglwBG2c=",
710
1090
  "file": "rich-text.embedded-html.json"
@@ -713,6 +1093,26 @@
713
1093
  "digest": "sha256-ff5p8K4OUHe0VqfxR15UCUHrhNlRMlsQifJw/wOOXwU=",
714
1094
  "file": "rich-text.unknown-mark.json"
715
1095
  },
1096
+ {
1097
+ "digest": "sha256-w3ZWv4DbsOsPn/99raEr4O1LHinoK5V2AePlIpHtqr8=",
1098
+ "file": "studio-chart.script-config.json"
1099
+ },
1100
+ {
1101
+ "digest": "sha256-m1+/TT3sDNebrcKQjKgnD3VMBZuu0gA5IpPtnvD4N94=",
1102
+ "file": "studio-drawing.svg-payload.json"
1103
+ },
1104
+ {
1105
+ "digest": "sha256-AOCJqRUU3tCVqzkXelDsDeR9kxRTVPbSrenbf0FPEzE=",
1106
+ "file": "studio-money.float.json"
1107
+ },
1108
+ {
1109
+ "digest": "sha256-989o8RxLYQLsIKe/I0B+ETP4DRCjtniMzT57fwxbeGw=",
1110
+ "file": "studio-presentation.css-injection.json"
1111
+ },
1112
+ {
1113
+ "digest": "sha256-oF+T+wJT1px5lPSq1YClUSIZhsIYBw9SMCndc6Ano1Q=",
1114
+ "file": "studio-table.html-cell.json"
1115
+ },
716
1116
  {
717
1117
  "digest": "sha256-ip22Uidj7KWI9kqcBbB5YphmBjcUSFyJ0hvO28V6I9w=",
718
1118
  "file": "theme.unknown-member.json"
@@ -723,6 +1123,10 @@
723
1123
  },
724
1124
  {
725
1125
  "files": [
1126
+ {
1127
+ "digest": "sha256-UWgLox9yJZ/L/f3NUC3lMJX2OsZvqo/R7+gO0S39O0A=",
1128
+ "file": "advanced.first-party.json"
1129
+ },
726
1130
  {
727
1131
  "digest": "sha256-tfrW7o0SAOxFp9pTOi6mXKVmpT/t16ZqEBpyt5CIdNk=",
728
1132
  "file": "blocks.structural.json"
@@ -754,6 +1158,54 @@
754
1158
  ],
755
1159
  "group": "rich-text-conformance",
756
1160
  "path": "conformance/rich-text"
1161
+ },
1162
+ {
1163
+ "files": [
1164
+ {
1165
+ "digest": "sha256-MQavkWcGxN1RXJoa16WNsFhbvAzfE3Zz+ak++SpX8tQ=",
1166
+ "file": "non-drag-move-equivalence.json"
1167
+ }
1168
+ ],
1169
+ "group": "authoring-web-conformance",
1170
+ "path": "conformance/authoring-web"
1171
+ },
1172
+ {
1173
+ "files": [
1174
+ {
1175
+ "digest": "sha256-um5bUbyx+OjtIAus2YHG00cP/2zSjS3JTCdfnsFOpfw=",
1176
+ "file": "blob-default-deny.json"
1177
+ },
1178
+ {
1179
+ "digest": "sha256-Oehibv24K+zMZTUR12Ixfzb6F8FByn66QJtPrd3nXbI=",
1180
+ "file": "chart-fallback.json"
1181
+ },
1182
+ {
1183
+ "digest": "sha256-NXARG7Ek/CMM4fzudJ5b89syBnQjQCM6nI/2NkFZ7i4=",
1184
+ "file": "complete-catalog.json"
1185
+ },
1186
+ {
1187
+ "digest": "sha256-7lirFue9gaXchg9DzSllFjDp9p4dcW/C4M3+iEdORRQ=",
1188
+ "file": "escaped-heading.json"
1189
+ },
1190
+ {
1191
+ "digest": "sha256-7JwEi3hJV5J21CdHrii1WP28m8wDz9vO0zcxVcTAF48=",
1192
+ "file": "interactive-behaviors.json"
1193
+ },
1194
+ {
1195
+ "digest": "sha256-dgJ3SWlGYPHLQtp1WXgmiWlwE35LitFsrQOgvYw3aqM=",
1196
+ "file": "presentation-capabilities.json"
1197
+ },
1198
+ {
1199
+ "digest": "sha256-mSB0xRbCvWVb1QmcjjKcZEhXibjbr+5Xxg1FKIIkMrk=",
1200
+ "file": "responsive-grid.json"
1201
+ },
1202
+ {
1203
+ "digest": "sha256-e4Y140UiCb3kabaYhc5QzNFvOzCrLpE3RSSXf2c9x8E=",
1204
+ "file": "security-fallbacks.json"
1205
+ }
1206
+ ],
1207
+ "group": "renderer-web-conformance",
1208
+ "path": "conformance/renderer-web"
757
1209
  }
758
1210
  ],
759
1211
  "kind": "corpus-manifest"