@kumwe/studio-testkit 0.1.0-alpha.7 → 0.1.0-beta.2
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.
- package/README.md +122 -23
- package/THIRD_PARTY_NOTICES.md +9 -0
- package/conformance/authoring-web/non-drag-move-equivalence.json +199 -0
- package/conformance/renderer-web/blob-default-deny.json +62 -0
- package/conformance/renderer-web/chart-fallback.json +54 -0
- package/conformance/renderer-web/complete-catalog.json +649 -0
- package/conformance/renderer-web/escaped-heading.json +43 -0
- package/conformance/renderer-web/interactive-behaviors.json +284 -0
- package/conformance/renderer-web/presentation-capabilities.json +104 -0
- package/conformance/renderer-web/responsive-grid.json +48 -0
- package/conformance/renderer-web/security-fallbacks.json +184 -0
- package/conformance/rich-text/advanced.first-party.json +67 -0
- package/corpus-manifest.json +571 -37
- package/dist/contextual-conformance.d.ts +81 -0
- package/dist/contextual-conformance.d.ts.map +1 -0
- package/dist/contextual-conformance.js +1 -0
- package/dist/host-testbed.d.ts +68 -5
- package/dist/host-testbed.d.ts.map +1 -1
- package/dist/host-testbed.js +1 -547
- package/dist/http-authoring-contract.d.ts +3 -0
- package/dist/http-authoring-contract.d.ts.map +1 -0
- package/dist/http-authoring-contract.js +1 -0
- package/dist/http-host-adapter.d.ts +12 -64
- package/dist/http-host-adapter.d.ts.map +1 -1
- package/dist/http-host-adapter.js +1 -256
- package/dist/http-host-responder.d.ts +58 -0
- package/dist/http-host-responder.d.ts.map +1 -0
- package/dist/http-host-responder.js +1 -0
- package/dist/index.d.ts +88 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -140
- package/dist/web-conformance.d.ts +112 -0
- package/dist/web-conformance.d.ts.map +1 -0
- package/dist/web-conformance.js +1 -0
- package/fixtures/authoring-message-catalog.en.json +1093 -0
- package/fixtures/authoring-save.plan.example.json +48 -0
- package/fixtures/authoring-session.example.json +212 -0
- package/fixtures/authoring-target.example.json +34 -0
- package/fixtures/host-capabilities.example.json +2 -2
- package/fixtures/host-operations.example.json +77 -0
- package/fixtures/plugin.example.json +12 -0
- package/fixtures/preview.render.example.json +1 -0
- package/fixtures/reusable-content-type.example.json +26 -0
- package/fixtures/studio-config.example.json +3 -3
- package/fixtures/studio-deployment.hosted.example.json +152 -0
- package/fixtures/studio-deployment.standalone.example.json +9 -0
- package/invalid/authoring-save.plan-missing-coordinates.json +16 -0
- package/invalid/authoring-save.plan-missing-successor-context.json +28 -0
- package/invalid/authoring-save.request-plan-missing-successor-context.json +26 -0
- package/invalid/authoring-session.missing-entry-state.json +9 -0
- package/invalid/authoring-target.missing-resource-types.json +24 -0
- package/invalid/binding-projection-vector.unknown-status.json +85 -0
- package/invalid/host-capabilities.invalid-protocol-version.json +1 -1
- package/invalid/host-error.retry-delay-without-retry.json +16 -0
- package/invalid/host-error.retry-delay-wrong-category.json +16 -0
- package/invalid/host-error.revision-without-conflict.json +16 -0
- package/invalid/host-sequence.pending-expectation.json +52 -0
- package/invalid/host-sequence.preview-render-missing-request-id.json +50 -0
- package/invalid/preview-message.activated-unknown-interaction.json +1 -1
- package/invalid/preview-message.duplicate-marker.json +24 -0
- package/invalid/preview-message.invalid-digest.json +1 -0
- package/invalid/preview-message.invalid-marker-grammar.json +19 -0
- package/invalid/preview-message.missing-marker-map.json +20 -0
- package/invalid/preview-message.missing-render-request-id.json +18 -0
- package/invalid/preview-message.unknown-type.json +13 -0
- package/invalid/preview-message.viewport-height-too-small.json +13 -0
- package/invalid/preview-message.viewport-unsafe-role.json +13 -0
- package/invalid/reusable-content-type.entry-values.json +32 -0
- package/invalid/studio-chart.script-config.json +10 -0
- package/invalid/studio-deployment.long-lived-token.json +24 -0
- package/invalid/studio-deployment.missing-required.json +5 -0
- package/invalid/studio-deployment.unknown-member.json +15 -0
- package/invalid/studio-drawing.svg-payload.json +10 -0
- package/invalid/studio-money.float.json +8 -0
- package/invalid/studio-presentation.css-injection.json +8 -0
- package/invalid/studio-table.html-cell.json +8 -0
- package/package.json +8 -4
- package/studio-release.json +35 -0
- package/vectors/authoring-http/transport-matrix.json +237 -0
- package/vectors/binding-projection/app-content-fields.resolved.json +286 -0
- package/vectors/binding-projection/field-removed.diagnostic.json +135 -0
- package/vectors/binding-projection/model-revision-mismatch.diagnostic.json +124 -0
- package/vectors/host/artifact.dependencies.result.json +2 -2
- package/vectors/host/artifact.load.stored.json +2 -2
- package/vectors/host/artifact.load.unknown.error.json +2 -2
- package/vectors/host/artifact.publish.accepted.json +2 -2
- package/vectors/host/artifact.publish.forbidden.error.json +1 -1
- package/vectors/host/artifact.publish.stale.error.json +2 -2
- package/vectors/host/artifact.save.accepted.json +2 -2
- package/vectors/host/artifact.save.forbidden.error.json +1 -1
- package/vectors/host/artifact.save.stale.error.json +2 -2
- package/vectors/host/artifact.unpublish.stale.error.json +2 -2
- package/vectors/host/envelope.malformed-context.error.json +2 -2
- package/vectors/host/envelope.protocol-version.error.json +1 -1
- package/vectors/host/envelope.stale-generation.error.json +2 -2
- package/vectors/host/localization.messages.unknown-locale.error.json +2 -2
- package/vectors/host/media.abort-upload.unknown.error.json +1 -1
- package/vectors/host/media.authorize-upload.granted.json +1 -1
- package/vectors/host/media.authorize-upload.path-filename.error.json +1 -1
- package/vectors/host/media.authorize-upload.too-large.error.json +1 -1
- package/vectors/host/media.complete-upload.unknown.error.json +1 -1
- package/vectors/host/media.get.unknown.json +2 -2
- package/vectors/host/media.import-external.private-host.error.json +1 -1
- package/vectors/host/media.list.cursor.error.json +2 -2
- package/vectors/host/media.list.limit.error.json +2 -2
- package/vectors/host/media.upload-status.unknown.error.json +1 -1
- package/vectors/host/model.get.stored.json +37 -0
- package/vectors/host/model.list.authorized.json +31 -0
- package/vectors/host/permission.explain.withheld.json +2 -2
- package/vectors/host/permission.refresh.snapshot.json +2 -2
- package/vectors/host/recovery.load.absent.json +2 -2
- package/vectors/host/telemetry.emit.accepted.json +2 -2
- package/vectors/host/telemetry.emit.non-primitive.error.json +2 -2
- package/vectors/host-sequence/artifact.publish.changed-intent.sequence.json +75 -0
- package/vectors/host-sequence/artifact.publish.idempotent-replay.sequence.json +111 -0
- package/vectors/host-sequence/preview.cancel.cross-context.sequence.json +78 -0
- package/vectors/host-sequence/preview.render.cancelled.sequence.json +75 -0
- package/vectors/host-sequence/recovery.store.canonical-number.sequence.json +72 -0
- package/vectors/host-sequence/recovery.store.changed-context.sequence.json +61 -0
- package/vectors/host-sequence/recovery.store.rate-limited.sequence.json +93 -0
- package/vectors/host-sequence/recovery.store.resource-scope.sequence.json +61 -0
- package/vectors/host-sequence/recovery.store.wrong-operation-id.sequence.json +56 -0
- package/vectors/preview/canonical-preorder.json +102 -0
- package/vectors/preview/empty-draft.json +36 -0
- package/vectors/schema-profile/alternative-limit.accepted.json +95 -0
- package/vectors/schema-profile/alternative-limit.rejected.json +92 -0
- package/vectors/schema-profile/array-composition.accepted.json +35 -0
- package/vectors/schema-profile/byte-limit.accepted.json +30 -0
- package/vectors/schema-profile/byte-limit.rejected.json +26 -0
- package/vectors/schema-profile/closed-object.accepted.json +38 -0
- package/vectors/schema-profile/decimal-multiple.accepted.json +54 -0
- package/vectors/schema-profile/depth-limit.accepted.json +90 -0
- package/vectors/schema-profile/depth-limit.rejected.json +88 -0
- package/vectors/schema-profile/description-limit.accepted.json +29 -0
- package/vectors/schema-profile/description-limit.rejected.json +25 -0
- package/vectors/schema-profile/diagnostic-precedence.rejected.json +26 -0
- package/vectors/schema-profile/duplicate-dependent-required.rejected.json +21 -0
- package/vectors/schema-profile/duplicate-required.rejected.json +18 -0
- package/vectors/schema-profile/empty-combinator.rejected.json +17 -0
- package/vectors/schema-profile/empty-enum.rejected.json +17 -0
- package/vectors/schema-profile/enum-limit.accepted.json +89 -0
- package/vectors/schema-profile/enum-limit.rejected.json +84 -0
- package/vectors/schema-profile/examples-limit.accepted.json +35 -0
- package/vectors/schema-profile/examples-limit.rejected.json +31 -0
- package/vectors/schema-profile/format-keyword.rejected.json +17 -0
- package/vectors/schema-profile/forward-reference-path-precedence.rejected.json +20 -0
- package/vectors/schema-profile/invalid-pointer.rejected.json +18 -0
- package/vectors/schema-profile/json-depth-limit.accepted.json +278 -0
- package/vectors/schema-profile/json-depth-limit.rejected.json +276 -0
- package/vectors/schema-profile/json-item-limit.accepted.json +686 -0
- package/vectors/schema-profile/json-item-limit.rejected.json +682 -0
- package/vectors/schema-profile/json-property-limit.accepted.json +1031 -0
- package/vectors/schema-profile/json-property-limit.rejected.json +1028 -0
- package/vectors/schema-profile/local-reference.accepted.json +28 -0
- package/vectors/schema-profile/memoized-diagnostic.accepted.json +31 -0
- package/vectors/schema-profile/node-limit.accepted.json +1097 -0
- package/vectors/schema-profile/node-limit.rejected.json +1094 -0
- package/vectors/schema-profile/non-object-root.rejected.json +9 -0
- package/vectors/schema-profile/non-schema-reference.rejected.json +21 -0
- package/vectors/schema-profile/object-key-limit.accepted.json +32 -0
- package/vectors/schema-profile/object-key-limit.rejected.json +28 -0
- package/vectors/schema-profile/open-root.rejected.json +13 -0
- package/vectors/schema-profile/percent-encoded-pointer.rejected.json +26 -0
- package/vectors/schema-profile/property-name-limit.accepted.json +543 -0
- package/vectors/schema-profile/property-name-limit.rejected.json +536 -0
- package/vectors/schema-profile/recursive-diagnostic-precedence.rejected.json +30 -0
- package/vectors/schema-profile/recursive-reference.rejected.json +24 -0
- package/vectors/schema-profile/reference-fanout.accepted.json +662 -0
- package/vectors/schema-profile/reference-length-limit.accepted.json +45 -0
- package/vectors/schema-profile/reference-length-limit.rejected.json +39 -0
- package/vectors/schema-profile/reference-limit.accepted.json +416 -0
- package/vectors/schema-profile/reference-limit.rejected.json +415 -0
- package/vectors/schema-profile/reference-vs-keyword-precedence.rejected.json +22 -0
- package/vectors/schema-profile/reserved-pointer.rejected.json +26 -0
- package/vectors/schema-profile/root-diagnostic-precedence.rejected.json +16 -0
- package/vectors/schema-profile/root-vs-reference-precedence.rejected.json +19 -0
- package/vectors/schema-profile/schema-map-limit.accepted.json +539 -0
- package/vectors/schema-profile/schema-map-limit.rejected.json +536 -0
- package/vectors/schema-profile/semantic-recursion-precedence.rejected.json +21 -0
- package/vectors/schema-profile/semantic-reference-precedence.rejected.json +21 -0
- package/vectors/schema-profile/title-limit.accepted.json +29 -0
- package/vectors/schema-profile/title-limit.rejected.json +25 -0
- package/vectors/schema-profile/unresolved-reference.rejected.json +17 -0
- package/vectors/schema-profile/unsafe-dependent-required.rejected.json +24 -0
- package/vectors/schema-profile/unsafe-member.rejected.json +17 -0
- package/vectors/schema-profile/unsafe-required.rejected.json +17 -0
- package/dist/host-testbed.js.map +0 -1
- package/dist/http-host-adapter.js.map +0 -1
- package/dist/index.js.map +0 -1
package/corpus-manifest.json
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
"groups": [
|
|
4
4
|
{
|
|
5
5
|
"files": [
|
|
6
|
+
{
|
|
7
|
+
"digest": "sha256-YuNbHhSY0b4oz/98G3cHYkhNguXAFniLaGjp8dLbrQM=",
|
|
8
|
+
"file": "authoring-message-catalog.en.json"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"digest": "sha256-8JYR5mUlMvswled3UGVoc0EhoDm89eFDDqhFMzYg+oo=",
|
|
12
|
+
"file": "authoring-save.plan.example.json"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"digest": "sha256-zmP9grVS7kYOVsoH6nWd/15IlllVW1vYRJjz3AvajI8=",
|
|
16
|
+
"file": "authoring-session.example.json"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"digest": "sha256-oDINh/ZoTlEzYlf+/E31mYddo1LXSYG33aEaUGq2i4I=",
|
|
20
|
+
"file": "authoring-target.example.json"
|
|
21
|
+
},
|
|
6
22
|
{
|
|
7
23
|
"digest": "sha256-VPvgjeVcou8k/vGgrFXfMOx2ureah7+HADcuV1ze8To=",
|
|
8
24
|
"file": "block.grid.example.json"
|
|
@@ -36,7 +52,7 @@
|
|
|
36
52
|
"file": "field-adapter.example.json"
|
|
37
53
|
},
|
|
38
54
|
{
|
|
39
|
-
"digest": "sha256-
|
|
55
|
+
"digest": "sha256-LvEOb+9bGayzWeYiU+qCHr9qjBNeJUqwyVdok17ITWQ=",
|
|
40
56
|
"file": "host-capabilities.example.json"
|
|
41
57
|
},
|
|
42
58
|
{
|
|
@@ -44,7 +60,7 @@
|
|
|
44
60
|
"file": "host-error.conflict.example.json"
|
|
45
61
|
},
|
|
46
62
|
{
|
|
47
|
-
"digest": "sha256-
|
|
63
|
+
"digest": "sha256-52sSih7W3FfACN77wf9w69JAnUSiKYmMGGgIELB3tqw=",
|
|
48
64
|
"file": "host-operations.example.json"
|
|
49
65
|
},
|
|
50
66
|
{
|
|
@@ -80,25 +96,37 @@
|
|
|
80
96
|
"file": "pattern.example.json"
|
|
81
97
|
},
|
|
82
98
|
{
|
|
83
|
-
"digest": "sha256-
|
|
99
|
+
"digest": "sha256-gjrUSkrEuT9RaaYLt7cqYg9CDa/0xoJpdez/f2fdzbc=",
|
|
84
100
|
"file": "plugin.example.json"
|
|
85
101
|
},
|
|
86
102
|
{
|
|
87
|
-
"digest": "sha256-
|
|
103
|
+
"digest": "sha256-YunB5lUf+Dy3jEx6bBPiNaPqcPF34j7g8bkpAKTQAHE=",
|
|
88
104
|
"file": "preview.render.example.json"
|
|
89
105
|
},
|
|
90
106
|
{
|
|
91
107
|
"digest": "sha256-LYQoj0Jvx3qr4aiqy9r+JhLZixKS1c/rdhrHC2nM5x0=",
|
|
92
108
|
"file": "provenance.example.json"
|
|
93
109
|
},
|
|
110
|
+
{
|
|
111
|
+
"digest": "sha256-t9UP5fgKknUbGHJtIjhDy9z96gqkTuSCth+vgJHg+Mo=",
|
|
112
|
+
"file": "reusable-content-type.example.json"
|
|
113
|
+
},
|
|
94
114
|
{
|
|
95
115
|
"digest": "sha256-EXaD+hJHyRCGQoxSVo/a7jJBUJ2ZqH5a6eXdjTPfros=",
|
|
96
116
|
"file": "rich-text.example.json"
|
|
97
117
|
},
|
|
98
118
|
{
|
|
99
|
-
"digest": "sha256-
|
|
119
|
+
"digest": "sha256-FzjalpM4jDkbkK8rGnmH6HSFxU9PhMp0vI9aPTCyEJE=",
|
|
100
120
|
"file": "studio-config.example.json"
|
|
101
121
|
},
|
|
122
|
+
{
|
|
123
|
+
"digest": "sha256-ng0RLEGil8PQ52ER/iKqKDRjJ9cpi4cla0uoij/r/0Q=",
|
|
124
|
+
"file": "studio-deployment.hosted.example.json"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"digest": "sha256-8KnarP4nAaFJTfm9gjXT7mAo501Oa1NLosajuEyatoE=",
|
|
128
|
+
"file": "studio-deployment.standalone.example.json"
|
|
129
|
+
},
|
|
102
130
|
{
|
|
103
131
|
"digest": "sha256-fuMTN0/YCVdx5cpXDzT72aoDKe7iKUeOTSGRm3Axq6k=",
|
|
104
132
|
"file": "theme.example.json"
|
|
@@ -111,6 +139,24 @@
|
|
|
111
139
|
"group": "fixtures",
|
|
112
140
|
"path": "fixtures"
|
|
113
141
|
},
|
|
142
|
+
{
|
|
143
|
+
"files": [
|
|
144
|
+
{
|
|
145
|
+
"digest": "sha256-9mVzhFKG6xIkVtGwxzgLRtBv+k57U3xVX8LP4kpROKg=",
|
|
146
|
+
"file": "app-content-fields.resolved.json"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"digest": "sha256-OEBnXlw4oNAXpee8Yy3rjlyi++KsE68QddAWBQ3vFSQ=",
|
|
150
|
+
"file": "field-removed.diagnostic.json"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"digest": "sha256-xM3yGpWMnTF4s+9OPdf79pg1Tjtgn0FCipXVy8n/V44=",
|
|
154
|
+
"file": "model-revision-mismatch.diagnostic.json"
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"group": "binding-projection-vectors",
|
|
158
|
+
"path": "vectors/binding-projection"
|
|
159
|
+
},
|
|
114
160
|
{
|
|
115
161
|
"files": [
|
|
116
162
|
{
|
|
@@ -410,125 +456,453 @@
|
|
|
410
456
|
{
|
|
411
457
|
"files": [
|
|
412
458
|
{
|
|
413
|
-
"digest": "sha256-
|
|
459
|
+
"digest": "sha256-ydZULI6/ASwfyjFD4xIpRU4nrTgOkJu9AsJzBgUQKXg=",
|
|
414
460
|
"file": "artifact.dependencies.result.json"
|
|
415
461
|
},
|
|
416
462
|
{
|
|
417
|
-
"digest": "sha256-
|
|
463
|
+
"digest": "sha256-hKNuNyzzNWMx5MP7TliHwMo36Bjilcg0QjWSH04Xyvo=",
|
|
418
464
|
"file": "artifact.load.stored.json"
|
|
419
465
|
},
|
|
420
466
|
{
|
|
421
|
-
"digest": "sha256-
|
|
467
|
+
"digest": "sha256-w1UatrQlhIX6HwlMtgYerLncjux0akFufLhgp5yYqFQ=",
|
|
422
468
|
"file": "artifact.load.unknown.error.json"
|
|
423
469
|
},
|
|
424
470
|
{
|
|
425
|
-
"digest": "sha256-
|
|
471
|
+
"digest": "sha256-4vcPPXzreu791xeNXllZWMJvE2jnSXYYN8+Ig2FP65k=",
|
|
426
472
|
"file": "artifact.publish.accepted.json"
|
|
427
473
|
},
|
|
428
474
|
{
|
|
429
|
-
"digest": "sha256-
|
|
475
|
+
"digest": "sha256-xMLhnxKJt014nxQFw8ji6yWxlgoBfYvNfa0Snww/4pc=",
|
|
430
476
|
"file": "artifact.publish.forbidden.error.json"
|
|
431
477
|
},
|
|
432
478
|
{
|
|
433
|
-
"digest": "sha256-
|
|
479
|
+
"digest": "sha256-BoUzxgxScMnX2S8Uepjs05HE3E3svNr43RQsRJi5Hwc=",
|
|
434
480
|
"file": "artifact.publish.stale.error.json"
|
|
435
481
|
},
|
|
436
482
|
{
|
|
437
|
-
"digest": "sha256-
|
|
483
|
+
"digest": "sha256-wqIt+J0HMW5KlDdqSSyhoGJN1mUz45mAbLed/tuhXTE=",
|
|
438
484
|
"file": "artifact.save.accepted.json"
|
|
439
485
|
},
|
|
440
486
|
{
|
|
441
|
-
"digest": "sha256-
|
|
487
|
+
"digest": "sha256-SD5vgEQVaNf8bo8OuauUmu+Htw1wSI1oQYuap3sSFVM=",
|
|
442
488
|
"file": "artifact.save.forbidden.error.json"
|
|
443
489
|
},
|
|
444
490
|
{
|
|
445
|
-
"digest": "sha256
|
|
491
|
+
"digest": "sha256-uGo+aHKZEfmIh7Qn7ClAypJzrJBfvZiL3on0QEDGykE=",
|
|
446
492
|
"file": "artifact.save.stale.error.json"
|
|
447
493
|
},
|
|
448
494
|
{
|
|
449
|
-
"digest": "sha256-
|
|
495
|
+
"digest": "sha256-64MnzAEAV2CRjo44DsbqfK3vKgXaz0jhggg9bHmQ2Uc=",
|
|
450
496
|
"file": "artifact.unpublish.stale.error.json"
|
|
451
497
|
},
|
|
452
498
|
{
|
|
453
|
-
"digest": "sha256-
|
|
499
|
+
"digest": "sha256-Lxp7+dgciExF992LfHdznx3AusgMwou6pxwTlOtJX2I=",
|
|
454
500
|
"file": "envelope.malformed-context.error.json"
|
|
455
501
|
},
|
|
456
502
|
{
|
|
457
|
-
"digest": "sha256-
|
|
503
|
+
"digest": "sha256-IEfTxQ3v58JNO8PtwVCl7yhOz28FTh9yy8wcn1ZeR0E=",
|
|
458
504
|
"file": "envelope.protocol-version.error.json"
|
|
459
505
|
},
|
|
460
506
|
{
|
|
461
|
-
"digest": "sha256-
|
|
507
|
+
"digest": "sha256-08aKM610/Mdy8OeKGSBe7jSjPHeQ4DyYVkkoazuw0tc=",
|
|
462
508
|
"file": "envelope.stale-generation.error.json"
|
|
463
509
|
},
|
|
464
510
|
{
|
|
465
|
-
"digest": "sha256-
|
|
511
|
+
"digest": "sha256-sUP6y7XqbfMlKSKcPy8bSpDRdTU/uNNqbxm/bSbWwgY=",
|
|
466
512
|
"file": "localization.messages.unknown-locale.error.json"
|
|
467
513
|
},
|
|
468
514
|
{
|
|
469
|
-
"digest": "sha256-
|
|
515
|
+
"digest": "sha256-BzlJW89ivZ8mJ7DrT1pnKO90FIca4JAWbgFJssA5PTs=",
|
|
470
516
|
"file": "media.abort-upload.unknown.error.json"
|
|
471
517
|
},
|
|
472
518
|
{
|
|
473
|
-
"digest": "sha256-
|
|
519
|
+
"digest": "sha256-9fprMT2KBXaHNDJeCq50X5fpJ7RMvTfLdcmY88URhlc=",
|
|
474
520
|
"file": "media.authorize-upload.granted.json"
|
|
475
521
|
},
|
|
476
522
|
{
|
|
477
|
-
"digest": "sha256-
|
|
523
|
+
"digest": "sha256-mBrrmHrUTH77zIVFCPHWmKCouuT8T5du8aARlqrC/p4=",
|
|
478
524
|
"file": "media.authorize-upload.path-filename.error.json"
|
|
479
525
|
},
|
|
480
526
|
{
|
|
481
|
-
"digest": "sha256-
|
|
527
|
+
"digest": "sha256-WFUPhLVI7ls+WiNIPB59BZ589j3FQV2W6xYnwFPxFQE=",
|
|
482
528
|
"file": "media.authorize-upload.too-large.error.json"
|
|
483
529
|
},
|
|
484
530
|
{
|
|
485
|
-
"digest": "sha256-
|
|
531
|
+
"digest": "sha256-698RIM3kvt/croygrkE1Yx4ca3xtXQWBd5/YIGtsGOg=",
|
|
486
532
|
"file": "media.complete-upload.unknown.error.json"
|
|
487
533
|
},
|
|
488
534
|
{
|
|
489
|
-
"digest": "sha256-
|
|
535
|
+
"digest": "sha256-6MOE+uVaY61eXfcK3AGR2JWIcDH8uRzdOUVHYkmKLas=",
|
|
490
536
|
"file": "media.get.unknown.json"
|
|
491
537
|
},
|
|
492
538
|
{
|
|
493
|
-
"digest": "sha256-
|
|
539
|
+
"digest": "sha256-cFXsIN/ssXNcOHoqmhColAD1rqKa+nUVGiWx8Cmoqvc=",
|
|
494
540
|
"file": "media.import-external.private-host.error.json"
|
|
495
541
|
},
|
|
496
542
|
{
|
|
497
|
-
"digest": "sha256-
|
|
543
|
+
"digest": "sha256-osFldrIdCSx7+LTZJaS7sBIp8oUuktfGml1hfm4jLUQ=",
|
|
498
544
|
"file": "media.list.cursor.error.json"
|
|
499
545
|
},
|
|
500
546
|
{
|
|
501
|
-
"digest": "sha256-
|
|
547
|
+
"digest": "sha256-QM1wLPw8PDxHq23adJeFO0nVHoEmF6MR266c1VF9038=",
|
|
502
548
|
"file": "media.list.limit.error.json"
|
|
503
549
|
},
|
|
504
550
|
{
|
|
505
|
-
"digest": "sha256
|
|
551
|
+
"digest": "sha256-6lCxcY8XnoOmYrApFVs0f8lJophb4fJDSY0Rs9Okiss=",
|
|
506
552
|
"file": "media.upload-status.unknown.error.json"
|
|
507
553
|
},
|
|
508
554
|
{
|
|
509
|
-
"digest": "sha256-
|
|
555
|
+
"digest": "sha256-thmjZlZ2aG2wPykTdgqA/f94lHY0jSit03IIR0lCdNE=",
|
|
556
|
+
"file": "model.get.stored.json"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"digest": "sha256-OpFkLnn1WCGEL7JHz1aTJ6bcX6Tdq5mWmVsMIdHZADA=",
|
|
560
|
+
"file": "model.list.authorized.json"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"digest": "sha256-WMY/mRoj/RQtTk51Tq4yhObfMO84ZPdnC4LzV5QXaFE=",
|
|
510
564
|
"file": "permission.explain.withheld.json"
|
|
511
565
|
},
|
|
512
566
|
{
|
|
513
|
-
"digest": "sha256-
|
|
567
|
+
"digest": "sha256-Pj1d2nKUL2bWXvq5MSJAdopRzTQQJ5j/dpcJyI2ww/8=",
|
|
514
568
|
"file": "permission.refresh.snapshot.json"
|
|
515
569
|
},
|
|
516
570
|
{
|
|
517
|
-
"digest": "sha256-
|
|
571
|
+
"digest": "sha256-9Nr+oT8Z2Hus7DEayr9lLw1QoYVImWiBaV2LQvN98+o=",
|
|
518
572
|
"file": "recovery.load.absent.json"
|
|
519
573
|
},
|
|
520
574
|
{
|
|
521
|
-
"digest": "sha256-
|
|
575
|
+
"digest": "sha256-r6u3YhuqsV/cB1Q1VNPVW4ok7Pn4U26ilIT4gv5KVkk=",
|
|
522
576
|
"file": "telemetry.emit.accepted.json"
|
|
523
577
|
},
|
|
524
578
|
{
|
|
525
|
-
"digest": "sha256-
|
|
579
|
+
"digest": "sha256-UaxLfaD3MVQ+HCpgH2gny1PhwljdzdPBHguSrtQguqk=",
|
|
526
580
|
"file": "telemetry.emit.non-primitive.error.json"
|
|
527
581
|
}
|
|
528
582
|
],
|
|
529
583
|
"group": "host-vectors",
|
|
530
584
|
"path": "vectors/host"
|
|
531
585
|
},
|
|
586
|
+
{
|
|
587
|
+
"files": [
|
|
588
|
+
{
|
|
589
|
+
"digest": "sha256-0aky2qxEPAlTujukSgUegnWCGIINm8RPvanP9YikiTw=",
|
|
590
|
+
"file": "artifact.publish.changed-intent.sequence.json"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"digest": "sha256-r+N2rk0C9m0Z8azL2ODCbnupx0V5WP3NzZPmHfxYwsU=",
|
|
594
|
+
"file": "artifact.publish.idempotent-replay.sequence.json"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"digest": "sha256-iHqWx7hos7SD3TfdpREzhET+WFymV/Wn/MQiibRhWdg=",
|
|
598
|
+
"file": "preview.cancel.cross-context.sequence.json"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"digest": "sha256-cV+tyEOU52pQixA/PIDQ6DQqugH46tMMlNFp3vDDbGY=",
|
|
602
|
+
"file": "preview.render.cancelled.sequence.json"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"digest": "sha256-aW9P8eGUjGJ8aGqXgOn6MnhvCEkjCNd/6s2hgBWLuls=",
|
|
606
|
+
"file": "recovery.store.canonical-number.sequence.json"
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"digest": "sha256-iggSi0IpPG1sntUQDj4QV8hEwYobCBJhGsjpH8onLy4=",
|
|
610
|
+
"file": "recovery.store.changed-context.sequence.json"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"digest": "sha256-5sWl2iIySs0+0hGH4lnKoHIIeQEG7J2gVJQlyPla5GE=",
|
|
614
|
+
"file": "recovery.store.rate-limited.sequence.json"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"digest": "sha256-LbAndTtFRK5fa0VMPzb9tEA/rkKfpqOxLCPddFgys1Y=",
|
|
618
|
+
"file": "recovery.store.resource-scope.sequence.json"
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"digest": "sha256-l/g4M7YZj5juZeVLbLImOoQW+gCDKOlK4PeKzzHq2d8=",
|
|
622
|
+
"file": "recovery.store.wrong-operation-id.sequence.json"
|
|
623
|
+
}
|
|
624
|
+
],
|
|
625
|
+
"group": "host-sequence-vectors",
|
|
626
|
+
"path": "vectors/host-sequence"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"files": [
|
|
630
|
+
{
|
|
631
|
+
"digest": "sha256-UjioXieC+7goKt+iLia/4IXh7wxx9KZc/vxPD4ewyfM=",
|
|
632
|
+
"file": "transport-matrix.json"
|
|
633
|
+
}
|
|
634
|
+
],
|
|
635
|
+
"group": "authoring-http-vectors",
|
|
636
|
+
"path": "vectors/authoring-http"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"files": [
|
|
640
|
+
{
|
|
641
|
+
"digest": "sha256-6+FxAWx+Ml5Gj5bwlFIo68XVPGwi2sPBf64g5WVjH3U=",
|
|
642
|
+
"file": "canonical-preorder.json"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"digest": "sha256-frJQ1q9uQnjbAZkfd2YtsAGpKsEz0hVv3NSnUldgF9I=",
|
|
646
|
+
"file": "empty-draft.json"
|
|
647
|
+
}
|
|
648
|
+
],
|
|
649
|
+
"group": "preview-vectors",
|
|
650
|
+
"path": "vectors/preview"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"files": [
|
|
654
|
+
{
|
|
655
|
+
"digest": "sha256-TwBq2SWaFjW3IsZlVGIAvIRN1eIdeLkwuDkMmPkpHf4=",
|
|
656
|
+
"file": "alternative-limit.accepted.json"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"digest": "sha256-VWqtyYqGM1PFbFkQbGIBtEhoIPIUBPt7mIhboILQKDs=",
|
|
660
|
+
"file": "alternative-limit.rejected.json"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"digest": "sha256-E6JothQCmbQpns86xOqmldRGQIYbwN2/cmN+sS8z1fA=",
|
|
664
|
+
"file": "array-composition.accepted.json"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"digest": "sha256-455K5YKY9qvmK0cPo2TI/zStFSpu3xWd+doVkuVi84g=",
|
|
668
|
+
"file": "byte-limit.accepted.json"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"digest": "sha256-F4kh58JL/puXLxNDtBUzE8+QoOpbWa21HRjByr0cBgE=",
|
|
672
|
+
"file": "byte-limit.rejected.json"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"digest": "sha256-HuNG9YzvjgW/fQhneXAhggCBQvJIh39EMy//YehKYNo=",
|
|
676
|
+
"file": "closed-object.accepted.json"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"digest": "sha256-4nJ4HVOupqH8OjoIS0VtVRvvhb4jZBaIxYxXG3mScTU=",
|
|
680
|
+
"file": "decimal-multiple.accepted.json"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"digest": "sha256-nNohuA4UoOihqwQ8nov3HM2qzCe0BbiAMjwucNmNIXA=",
|
|
684
|
+
"file": "depth-limit.accepted.json"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"digest": "sha256-ca488Ty/ss0QsNHNraNeeOmKtbeP1mSGru3VfzOANV4=",
|
|
688
|
+
"file": "depth-limit.rejected.json"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"digest": "sha256-BZgF5+kRokfKRPWH1rj3coQ6peMpStYrkJZg37V/U6g=",
|
|
692
|
+
"file": "description-limit.accepted.json"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"digest": "sha256-MCvlSchCCrh8YgJULzuoGBjUhjmJn9HxPCZgsNNvDBU=",
|
|
696
|
+
"file": "description-limit.rejected.json"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"digest": "sha256-o2kwUOSo5A95ewWG7o5WUUcB6kSN4p9C1HWYzsH6920=",
|
|
700
|
+
"file": "diagnostic-precedence.rejected.json"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"digest": "sha256-i9avQJ8klRz7HEEeLKMWbuhFu/eGOpXIHEI5emJdPng=",
|
|
704
|
+
"file": "duplicate-dependent-required.rejected.json"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"digest": "sha256-E+v0zlbXe/rq70rrjAZK6N2hb2D/g98LFYf5OODnwbk=",
|
|
708
|
+
"file": "duplicate-required.rejected.json"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"digest": "sha256-LkJMqCZbzK3FWiWWN6ftTV9394V59jNlfmVkt0x5FFo=",
|
|
712
|
+
"file": "empty-combinator.rejected.json"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"digest": "sha256-HDfHBzSYoN3BiQOTV1Z6pnbldS9aYaR+WujcS5aLY74=",
|
|
716
|
+
"file": "empty-enum.rejected.json"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"digest": "sha256-qo+yHMILQ23OntnunU0af+cCNWzUECLMkHip4lvNmqE=",
|
|
720
|
+
"file": "enum-limit.accepted.json"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"digest": "sha256-GPkH+NzpSS0l7BuPdrrQHxQ72uWx2rvVnZ3yKaF0thE=",
|
|
724
|
+
"file": "enum-limit.rejected.json"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"digest": "sha256-g3zwZVTqi5FqybYuZGC601UNvzPtcDzguv4ojeb7Iig=",
|
|
728
|
+
"file": "examples-limit.accepted.json"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"digest": "sha256-KrcK+JWaLZuin43Zihs+rQsbMpjuCqVWTmVMCFkbKpY=",
|
|
732
|
+
"file": "examples-limit.rejected.json"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"digest": "sha256-9YDQ07A8USMgcRAZZGG0xVPTqfV5yB3Lx10P1J3ltC8=",
|
|
736
|
+
"file": "format-keyword.rejected.json"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"digest": "sha256-cvXRu07GWX4lG5L5z7sv7dkyxP0yUzAC81UOSzatYBA=",
|
|
740
|
+
"file": "forward-reference-path-precedence.rejected.json"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"digest": "sha256-oJK8cY0hSwhEfi3mE46To12nBcVsT7kWs1/zAvk2x9M=",
|
|
744
|
+
"file": "invalid-pointer.rejected.json"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"digest": "sha256-5Z5Cxd1wR3DB8WqKSC3gHt3Qv9yQHKGZFDNxdS1NFgc=",
|
|
748
|
+
"file": "json-depth-limit.accepted.json"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"digest": "sha256-GDFfH7oypzll76fOJx8uyMgEm7CYKteQAF0psWJb7F8=",
|
|
752
|
+
"file": "json-depth-limit.rejected.json"
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"digest": "sha256-mN9p6KVIEL8UkPr/KYkxbSdQWhxy0vrHNNkLf3W7jUs=",
|
|
756
|
+
"file": "json-item-limit.accepted.json"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"digest": "sha256-Y4Wi7efbT9MaNwBqZRwwcreF7KU6kh8LhnvFKUUp2g4=",
|
|
760
|
+
"file": "json-item-limit.rejected.json"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"digest": "sha256-BbCxSuNDm2F+8NhZn/1gKK1TEgkEmcEK2vy0MvNbvUk=",
|
|
764
|
+
"file": "json-property-limit.accepted.json"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"digest": "sha256-IfFwS7gVLZzoOfyozZTd2rEcB8nB2fpTBgodP8n/Vjo=",
|
|
768
|
+
"file": "json-property-limit.rejected.json"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"digest": "sha256-jufpkAfTFK/m9qirukYxtj5GYyJD62hIe0o1i1bilTo=",
|
|
772
|
+
"file": "local-reference.accepted.json"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"digest": "sha256-eoH7atvYzx/OwQuuMUXPgiR0x6uJXq2r5kGCcZiW+z4=",
|
|
776
|
+
"file": "memoized-diagnostic.accepted.json"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"digest": "sha256-c4zB9yQqQWtqPNlJM7zgS6rg6/BoryYHpvct/fHtR18=",
|
|
780
|
+
"file": "node-limit.accepted.json"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"digest": "sha256-q/QNireud+vK/1HNK95Py92WluM37xH+z5LB3JoIEuE=",
|
|
784
|
+
"file": "node-limit.rejected.json"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"digest": "sha256-z5lN1dqhaMrzU5h7n1f6cB+a0iIu1ICZICDySDgK7/U=",
|
|
788
|
+
"file": "non-object-root.rejected.json"
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"digest": "sha256-VVVrr/FxcAHFN6xhCsrM0hR/aIm3OjcsQ90loVqPDfc=",
|
|
792
|
+
"file": "non-schema-reference.rejected.json"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"digest": "sha256-q88MR5M79ME64j0cOJc3PAtjAwzq2QQrUfYPphfMz9k=",
|
|
796
|
+
"file": "object-key-limit.accepted.json"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"digest": "sha256-3JkKGnvnGphEN8aqWP/5lCVKgtHs44Sk+7tXH6ynn1U=",
|
|
800
|
+
"file": "object-key-limit.rejected.json"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"digest": "sha256-vbUrM4bUn3/87oOPJbbtsCz6lXewWsBD4yigV4ZQg2Q=",
|
|
804
|
+
"file": "open-root.rejected.json"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"digest": "sha256-13UNXA3BA/17p6uKTtCyZtUnu5bfHmZ0Q3ctBHiCb8A=",
|
|
808
|
+
"file": "percent-encoded-pointer.rejected.json"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"digest": "sha256-gsWj/U+BHl0MSYqrj7S4nQsqay+oX1+0qbNNzs1dg6c=",
|
|
812
|
+
"file": "property-name-limit.accepted.json"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"digest": "sha256-ROFpDdg7wLMpFDD/cbMD9z+9mOaFpvCkwGlAaVnDqdk=",
|
|
816
|
+
"file": "property-name-limit.rejected.json"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"digest": "sha256-MkGCk4oV3BkhYRJLFO3L94EgoIkXoe/uaqm/6BgQWIE=",
|
|
820
|
+
"file": "recursive-diagnostic-precedence.rejected.json"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"digest": "sha256-sdTBid88+2831zQB2svi97QaYEAjZNuRNl0WBbO8LNc=",
|
|
824
|
+
"file": "recursive-reference.rejected.json"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"digest": "sha256-EozfqMC5QveTyndeAdnpjPXAJh3LyTEvQI6ZOuDQS3E=",
|
|
828
|
+
"file": "reference-fanout.accepted.json"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"digest": "sha256-TAY/+RxBFAikc7xUOiwjUa/gmFN3rudC6O1Clxfxa4w=",
|
|
832
|
+
"file": "reference-length-limit.accepted.json"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"digest": "sha256-avm+pKENV3tZAnR6Ce/MuTlU8eLDvN1yUzRcJQ5fqtA=",
|
|
836
|
+
"file": "reference-length-limit.rejected.json"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"digest": "sha256-qbq0vqz97FC6ec73IOccoFX+sHPfytGRWzDwTBBm7x8=",
|
|
840
|
+
"file": "reference-limit.accepted.json"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"digest": "sha256-cPDs9DHd/rYJ6IXKmK/UH/JV7bY1hnUSK3z2kc96ddQ=",
|
|
844
|
+
"file": "reference-limit.rejected.json"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"digest": "sha256-Gn+MKtrF0w7Tb693V9ztSFxFW1o/x3APNxQ+ufZYMXY=",
|
|
848
|
+
"file": "reference-vs-keyword-precedence.rejected.json"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"digest": "sha256-FsuqyPfDAok+x1gi1P/pIAatLtAYecKH2ZMxb1LI6yQ=",
|
|
852
|
+
"file": "reserved-pointer.rejected.json"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"digest": "sha256-Wo0aUVSFdXOwlBpQhf03l1e/29LVW5mrwiz2A2HnU6M=",
|
|
856
|
+
"file": "root-diagnostic-precedence.rejected.json"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"digest": "sha256-z6UHIncN/YPJnP6+0hEiDBLDLOBdno50//Ajb7pwzo0=",
|
|
860
|
+
"file": "root-vs-reference-precedence.rejected.json"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"digest": "sha256-2G5Q8PxdVQm+pIjmU51j4/N0pQlFcJhtlRChU/MNgSA=",
|
|
864
|
+
"file": "schema-map-limit.accepted.json"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"digest": "sha256-4x0uuKQE6e0Uch1j7J4lQn06ihAtiob0/lQwW4GId6I=",
|
|
868
|
+
"file": "schema-map-limit.rejected.json"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"digest": "sha256-W1ZdAZmlaku4JOlaoiRjlYY9nT1kKDsaDEq/NoKoHy8=",
|
|
872
|
+
"file": "semantic-recursion-precedence.rejected.json"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"digest": "sha256-GsxRnSg0sYZTAeuVAEnR/sWo+ObPhIjEam1jM3sNgoY=",
|
|
876
|
+
"file": "semantic-reference-precedence.rejected.json"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"digest": "sha256-HqQlNsHfoSSCPJtgvjlqNdU84u3bDSXlrva1hDUUoMY=",
|
|
880
|
+
"file": "title-limit.accepted.json"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"digest": "sha256-FqfwDPZ1xuZHxwpboodHgsTPXvoOtTMVZ+kkaMzciuo=",
|
|
884
|
+
"file": "title-limit.rejected.json"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"digest": "sha256-LdBEqO7AQoLxvqQ3ZgzL7iwSSalSTPSev86z4fKPnRQ=",
|
|
888
|
+
"file": "unresolved-reference.rejected.json"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"digest": "sha256-WbGGAMEYPGkbcGHS9kr+MFHuo4PFZ6wIOfeDD1PpQvI=",
|
|
892
|
+
"file": "unsafe-dependent-required.rejected.json"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"digest": "sha256-OhqGsFhN1nWPMOTau0GkBGqY6TCSYSwY5UdAeoOp378=",
|
|
896
|
+
"file": "unsafe-member.rejected.json"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"digest": "sha256-VdZIvd9xPvttTECok0J6TJZcLbY5t9RlDNJhzzAhSbE=",
|
|
900
|
+
"file": "unsafe-required.rejected.json"
|
|
901
|
+
}
|
|
902
|
+
],
|
|
903
|
+
"group": "schema-profile-vectors",
|
|
904
|
+
"path": "vectors/schema-profile"
|
|
905
|
+
},
|
|
532
906
|
{
|
|
533
907
|
"files": [
|
|
534
908
|
{
|
|
@@ -585,6 +959,30 @@
|
|
|
585
959
|
},
|
|
586
960
|
{
|
|
587
961
|
"files": [
|
|
962
|
+
{
|
|
963
|
+
"digest": "sha256-ljTJiEiRDi0K8gevNB0CJbiTk8Elh4Nof6H0vvaeVRk=",
|
|
964
|
+
"file": "authoring-save.plan-missing-coordinates.json"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"digest": "sha256-KJwtRIuXAwAA5iuNjM59dCCiJdBWGf75AwIM9T7JUrA=",
|
|
968
|
+
"file": "authoring-save.plan-missing-successor-context.json"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"digest": "sha256-cm+XIGq1B+jHZ5rnMqP8Ar30sSe7i4mBaL9naAABTGI=",
|
|
972
|
+
"file": "authoring-save.request-plan-missing-successor-context.json"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"digest": "sha256-MCJnARlTtq/Bu6cEfE4mgKn+/bF9Ie49nVzjNh1q+ZY=",
|
|
976
|
+
"file": "authoring-session.missing-entry-state.json"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"digest": "sha256-cmSS67Tsvof3kidNu4igl/Gx21+4WwW0iSrpCcX74z0=",
|
|
980
|
+
"file": "authoring-target.missing-resource-types.json"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"digest": "sha256-QioG6zTTAy2LjLUO5oNmYvvvzJ754+kQq9fMCAz2iFA=",
|
|
984
|
+
"file": "binding-projection-vector.unknown-status.json"
|
|
985
|
+
},
|
|
588
986
|
{
|
|
589
987
|
"digest": "sha256-ZpkplYh1yIT/sRYxajj76pydhPqJzAPNdnVvog96oC4=",
|
|
590
988
|
"file": "blueprint.control-character-member.json"
|
|
@@ -670,9 +1068,29 @@
|
|
|
670
1068
|
"file": "entry.invalid-locale.json"
|
|
671
1069
|
},
|
|
672
1070
|
{
|
|
673
|
-
"digest": "sha256-
|
|
1071
|
+
"digest": "sha256-uStQRWKgfZNleRDRh3RIPMpONCxXlrwzbAJOSFIoWSU=",
|
|
674
1072
|
"file": "host-capabilities.invalid-protocol-version.json"
|
|
675
1073
|
},
|
|
1074
|
+
{
|
|
1075
|
+
"digest": "sha256-9DF9DTP0FSwJ9P3kj/pOlFOik3p2JtSBsjFBii551WE=",
|
|
1076
|
+
"file": "host-error.retry-delay-without-retry.json"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"digest": "sha256-cjukTWhUZMALqEY0IXBPcIlE4xTRb6n8UA3XiBPJ8/o=",
|
|
1080
|
+
"file": "host-error.retry-delay-wrong-category.json"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"digest": "sha256-eYNlSGuvJiINWipDkv/F+wcDpFTbdUR7tD6+srZ4bdI=",
|
|
1084
|
+
"file": "host-error.revision-without-conflict.json"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"digest": "sha256-TbyqAfnspj0axcP3sJNAj+Sqqg0XaOpCmYy6l6MEF2Y=",
|
|
1088
|
+
"file": "host-sequence.pending-expectation.json"
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"digest": "sha256-AdoHUaSqNPxNrob++GpX5D1+nkPSwaU7Bo1CheZKJbs=",
|
|
1092
|
+
"file": "host-sequence.preview-render-missing-request-id.json"
|
|
1093
|
+
},
|
|
676
1094
|
{
|
|
677
1095
|
"digest": "sha256-DTGs/q49uj8VR882hukd0i82Esx2iVGN1Jr54BwOc/I=",
|
|
678
1096
|
"file": "inspector.empty-block-types.json"
|
|
@@ -694,17 +1112,49 @@
|
|
|
694
1112
|
"file": "migration.empty-artifact-kinds.json"
|
|
695
1113
|
},
|
|
696
1114
|
{
|
|
697
|
-
"digest": "sha256-
|
|
1115
|
+
"digest": "sha256-AXA+sQO5XcINDeoDcdP1Tq8r2Ll46Gv4kiNNzuxK0Pc=",
|
|
698
1116
|
"file": "preview-message.activated-unknown-interaction.json"
|
|
699
1117
|
},
|
|
700
1118
|
{
|
|
701
|
-
"digest": "sha256-
|
|
1119
|
+
"digest": "sha256-RT0CyYY7FkA7Nnv34T841OaPYkOE3Y26875pmoWqXS4=",
|
|
1120
|
+
"file": "preview-message.duplicate-marker.json"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"digest": "sha256-jji2txtf3U9wP3j9sS1uQa2Uij1w1qTKvsVfvH7dkUA=",
|
|
702
1124
|
"file": "preview-message.invalid-digest.json"
|
|
703
1125
|
},
|
|
1126
|
+
{
|
|
1127
|
+
"digest": "sha256-NLyfTzHImUYIzZ+5Jr2uShv0mghSxqQEsCiT9stHWUg=",
|
|
1128
|
+
"file": "preview-message.invalid-marker-grammar.json"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"digest": "sha256-tL5xezmGX32duQcg1uYuTDG0qoH40pkWMXmxhp3gWVw=",
|
|
1132
|
+
"file": "preview-message.missing-marker-map.json"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"digest": "sha256-uDh4+I7VCe62E+k5clj07RXQlr295E1PfTNBMS7QZkc=",
|
|
1136
|
+
"file": "preview-message.missing-render-request-id.json"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"digest": "sha256-yLEAU9D7Z+aWV03xdUTQSkeIpCXgHCcLSwJUNBgP2A4=",
|
|
1140
|
+
"file": "preview-message.unknown-type.json"
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"digest": "sha256-UBBvBI7lRr7gEiH/guS4r7UxzNvXXG9CitHey2gIUXs=",
|
|
1144
|
+
"file": "preview-message.viewport-height-too-small.json"
|
|
1145
|
+
},
|
|
704
1146
|
{
|
|
705
1147
|
"digest": "sha256-3Uo8XF4hROPnVN34nROt7f2wg5ZHZvPU7KT/F98h/6s=",
|
|
706
1148
|
"file": "preview-message.viewport-role-and-size.json"
|
|
707
1149
|
},
|
|
1150
|
+
{
|
|
1151
|
+
"digest": "sha256-a7E9wkgCsB+d2WxYAjJjmRJJsFhrL+fnZo/aQsMYIE0=",
|
|
1152
|
+
"file": "preview-message.viewport-unsafe-role.json"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"digest": "sha256-Cq6bZogn1IJfqzkIgNtu3mpMHASFAf0hSbRqPjlIhDc=",
|
|
1156
|
+
"file": "reusable-content-type.entry-values.json"
|
|
1157
|
+
},
|
|
708
1158
|
{
|
|
709
1159
|
"digest": "sha256-Ha4ygQciWMcqcM8k/7qDW3CW4mr2EIwdrRCxglwBG2c=",
|
|
710
1160
|
"file": "rich-text.embedded-html.json"
|
|
@@ -713,6 +1163,38 @@
|
|
|
713
1163
|
"digest": "sha256-ff5p8K4OUHe0VqfxR15UCUHrhNlRMlsQifJw/wOOXwU=",
|
|
714
1164
|
"file": "rich-text.unknown-mark.json"
|
|
715
1165
|
},
|
|
1166
|
+
{
|
|
1167
|
+
"digest": "sha256-w3ZWv4DbsOsPn/99raEr4O1LHinoK5V2AePlIpHtqr8=",
|
|
1168
|
+
"file": "studio-chart.script-config.json"
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"digest": "sha256-NlwsVag8hq4JMb3+OLQ72nJAWio8oyBqsyemCznDdnQ=",
|
|
1172
|
+
"file": "studio-deployment.long-lived-token.json"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"digest": "sha256-oDXveuLa6aefSSvVeFWJAv6037lqqIcy8Iuczsg8qbA=",
|
|
1176
|
+
"file": "studio-deployment.missing-required.json"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"digest": "sha256-mp8F0wbXMvjnJbiRunRXnx7H+w+1JyNHxdQP5cnn6Jo=",
|
|
1180
|
+
"file": "studio-deployment.unknown-member.json"
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"digest": "sha256-m1+/TT3sDNebrcKQjKgnD3VMBZuu0gA5IpPtnvD4N94=",
|
|
1184
|
+
"file": "studio-drawing.svg-payload.json"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"digest": "sha256-AOCJqRUU3tCVqzkXelDsDeR9kxRTVPbSrenbf0FPEzE=",
|
|
1188
|
+
"file": "studio-money.float.json"
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"digest": "sha256-989o8RxLYQLsIKe/I0B+ETP4DRCjtniMzT57fwxbeGw=",
|
|
1192
|
+
"file": "studio-presentation.css-injection.json"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"digest": "sha256-oF+T+wJT1px5lPSq1YClUSIZhsIYBw9SMCndc6Ano1Q=",
|
|
1196
|
+
"file": "studio-table.html-cell.json"
|
|
1197
|
+
},
|
|
716
1198
|
{
|
|
717
1199
|
"digest": "sha256-ip22Uidj7KWI9kqcBbB5YphmBjcUSFyJ0hvO28V6I9w=",
|
|
718
1200
|
"file": "theme.unknown-member.json"
|
|
@@ -723,6 +1205,10 @@
|
|
|
723
1205
|
},
|
|
724
1206
|
{
|
|
725
1207
|
"files": [
|
|
1208
|
+
{
|
|
1209
|
+
"digest": "sha256-UWgLox9yJZ/L/f3NUC3lMJX2OsZvqo/R7+gO0S39O0A=",
|
|
1210
|
+
"file": "advanced.first-party.json"
|
|
1211
|
+
},
|
|
726
1212
|
{
|
|
727
1213
|
"digest": "sha256-tfrW7o0SAOxFp9pTOi6mXKVmpT/t16ZqEBpyt5CIdNk=",
|
|
728
1214
|
"file": "blocks.structural.json"
|
|
@@ -754,6 +1240,54 @@
|
|
|
754
1240
|
],
|
|
755
1241
|
"group": "rich-text-conformance",
|
|
756
1242
|
"path": "conformance/rich-text"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"files": [
|
|
1246
|
+
{
|
|
1247
|
+
"digest": "sha256-MQavkWcGxN1RXJoa16WNsFhbvAzfE3Zz+ak++SpX8tQ=",
|
|
1248
|
+
"file": "non-drag-move-equivalence.json"
|
|
1249
|
+
}
|
|
1250
|
+
],
|
|
1251
|
+
"group": "authoring-web-conformance",
|
|
1252
|
+
"path": "conformance/authoring-web"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"files": [
|
|
1256
|
+
{
|
|
1257
|
+
"digest": "sha256-2oGROiWkPVzuaR5SUt781ys7Q6itRY3IBwK7MXq4yAA=",
|
|
1258
|
+
"file": "blob-default-deny.json"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"digest": "sha256-IIiRyZBhwOx6mmHQkYkVivizehpbNOTssHNHwEe0YwA=",
|
|
1262
|
+
"file": "chart-fallback.json"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"digest": "sha256-ScdG3XmPTIr8iUNo6oIe73876e3I626nGK0VdWqkOCg=",
|
|
1266
|
+
"file": "complete-catalog.json"
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"digest": "sha256-8MSR3lTM8xTYOzo7IsVFjvxIf46gh/xo6z9YIrURVUo=",
|
|
1270
|
+
"file": "escaped-heading.json"
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"digest": "sha256-mqB9ODQSu5BmCcZwUKVWEzZMYjsXTj6qnzsXpIearaU=",
|
|
1274
|
+
"file": "interactive-behaviors.json"
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"digest": "sha256-cCRU6GZqgWqd2G+yR3CoGjY9R9bal/9t/x4M48bCAIo=",
|
|
1278
|
+
"file": "presentation-capabilities.json"
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"digest": "sha256-bJpIcWGTUkKxXbAmMTkvPIs40dBjE4wO39xHRJn2eYs=",
|
|
1282
|
+
"file": "responsive-grid.json"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"digest": "sha256-M6fXBiAu5c73xGHt7m2914EHPvMbIfkcJxJUCqyXm7o=",
|
|
1286
|
+
"file": "security-fallbacks.json"
|
|
1287
|
+
}
|
|
1288
|
+
],
|
|
1289
|
+
"group": "renderer-web-conformance",
|
|
1290
|
+
"path": "conformance/renderer-web"
|
|
757
1291
|
}
|
|
758
1292
|
],
|
|
759
1293
|
"kind": "corpus-manifest"
|