@kumwe/studio-testkit 0.1.0-alpha.6 → 0.1.0-alpha.7
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 +28 -2
- package/corpus-manifest.json +760 -0
- package/dist/host-testbed.d.ts.map +1 -1
- package/dist/host-testbed.js +131 -0
- package/dist/host-testbed.js.map +1 -1
- package/dist/http-host-adapter.d.ts.map +1 -1
- package/dist/http-host-adapter.js +15 -0
- package/dist/http-host-adapter.js.map +1 -1
- package/fixtures/field-adapter.example.json +27 -0
- package/fixtures/host-capabilities.example.json +9 -3
- package/fixtures/host-operations.example.json +270 -0
- package/fixtures/inspector.example.json +17 -0
- package/fixtures/media-upload-grant.example.json +14 -0
- package/fixtures/studio-config.example.json +1 -1
- package/invalid/inspector.empty-block-types.json +20 -0
- package/invalid/media-upload-grant.insecure-url.json +14 -0
- package/invalid/preview-message.activated-unknown-interaction.json +16 -0
- package/invalid/preview-message.viewport-role-and-size.json +16 -0
- package/package.json +6 -4
- package/vectors/canonical/array-order.json +13 -0
- package/vectors/canonical/control-characters.json +13 -0
- package/vectors/canonical/depth-exceeded.json +21 -0
- package/vectors/canonical/empty-containers.json +14 -0
- package/vectors/canonical/forbidden-member.json +14 -0
- package/vectors/canonical/member-order.json +16 -0
- package/vectors/canonical/negative-zero.json +13 -0
- package/vectors/canonical/nested-order.json +19 -0
- package/vectors/canonical/non-ascii.json +13 -0
- package/vectors/canonical/numbers.json +16 -0
- package/vectors/canonical/string-escapes.json +13 -0
- package/vectors/canonical/surrogate-pair.json +13 -0
- package/vectors/host/artifact.dependencies.result.json +35 -0
- package/vectors/host/artifact.load.stored.json +36 -0
- package/vectors/host/artifact.load.unknown.error.json +37 -0
- package/vectors/host/artifact.publish.accepted.json +37 -0
- package/vectors/host/artifact.publish.forbidden.error.json +37 -0
- package/vectors/host/artifact.publish.stale.error.json +38 -0
- package/vectors/host/artifact.save.accepted.json +38 -0
- package/vectors/host/artifact.save.forbidden.error.json +38 -0
- package/vectors/host/artifact.save.stale.error.json +39 -0
- package/vectors/host/artifact.unpublish.stale.error.json +38 -0
- package/vectors/host/envelope.malformed-context.error.json +36 -0
- package/vectors/host/envelope.protocol-version.error.json +36 -0
- package/vectors/host/envelope.stale-generation.error.json +36 -0
- package/vectors/host/localization.messages.unknown-locale.error.json +36 -0
- package/vectors/host/media.abort-upload.unknown.error.json +35 -0
- package/vectors/host/media.authorize-upload.granted.json +37 -0
- package/vectors/host/media.authorize-upload.path-filename.error.json +39 -0
- package/vectors/host/media.authorize-upload.too-large.error.json +38 -0
- package/vectors/host/media.complete-upload.unknown.error.json +36 -0
- package/vectors/host/media.get.unknown.json +34 -0
- package/vectors/host/media.import-external.private-host.error.json +36 -0
- package/vectors/host/media.list.cursor.error.json +36 -0
- package/vectors/host/media.list.limit.error.json +35 -0
- package/vectors/host/media.upload-status.unknown.error.json +35 -0
- package/vectors/host/permission.explain.withheld.json +34 -0
- package/vectors/host/permission.refresh.snapshot.json +31 -0
- package/vectors/host/recovery.load.absent.json +31 -0
- package/vectors/host/telemetry.emit.accepted.json +37 -0
- package/vectors/host/telemetry.emit.non-primitive.error.json +40 -0
|
@@ -0,0 +1,760 @@
|
|
|
1
|
+
{
|
|
2
|
+
"contractVersion": "0.1-draft",
|
|
3
|
+
"groups": [
|
|
4
|
+
{
|
|
5
|
+
"files": [
|
|
6
|
+
{
|
|
7
|
+
"digest": "sha256-VPvgjeVcou8k/vGgrFXfMOx2ureah7+HADcuV1ze8To=",
|
|
8
|
+
"file": "block.grid.example.json"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"digest": "sha256-8XIDP3g1Acb1u+T0t/0GSB96p1BPnRmWPaCz4DCDcGE=",
|
|
12
|
+
"file": "block.price.example.json"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"digest": "sha256-44WcjExiOB1vO/vsBwu3IDywZxeiIIE+5y5G42HpQtk=",
|
|
16
|
+
"file": "blueprint.product.example.json"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"digest": "sha256-RLYNSjQ1YZ6Sefn/UeNROAQPRXYq7YkYivc+Iz9mfLM=",
|
|
20
|
+
"file": "command.move-node.example.json"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"digest": "sha256-UT+m2E6Ue1+Cq6J8cMXF9+lyn7uphq0b9RYwrZk38Qg=",
|
|
24
|
+
"file": "content-model.product.example.json"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"digest": "sha256-KlmVAmvvtCTIuMDEDVg7SVcEjDjB4cjhl1yr1wDV1FM=",
|
|
28
|
+
"file": "design-vocabulary.example.json"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"digest": "sha256-lIwuTpdKF3jeZMsOZ7ZibynrabOcfV4zx18UlEePxNY=",
|
|
32
|
+
"file": "entry.product.example.json"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"digest": "sha256-NPbiWt9I7Y22yqtD4b4E0nm1ZJY3oMs447lEPSCs1E4=",
|
|
36
|
+
"file": "field-adapter.example.json"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"digest": "sha256-ZilbHHYkTbgxfMo+rNJDKERni5qk8n4vNDDaymGECpQ=",
|
|
40
|
+
"file": "host-capabilities.example.json"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"digest": "sha256-H1xz9zlMNO10hmrCM7yWe7IM/7N4ieRY3SGSRGjNMsU=",
|
|
44
|
+
"file": "host-error.conflict.example.json"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"digest": "sha256-SJwDS1MjbhC9zDyHhmuXPVjhTrxQnxfKhtJ9o2Uvv+Q=",
|
|
48
|
+
"file": "host-operations.example.json"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"digest": "sha256-nAY1ZUpT5nxJ5J5lDR0f3Iimgt6jypYCfmkQu0Oz6Xo=",
|
|
52
|
+
"file": "inspector.example.json"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"digest": "sha256-LB2KJy5Y8gMr2INr14lkZERI/rte4ch669PHlKrJAVo=",
|
|
56
|
+
"file": "media-asset.example.json"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"digest": "sha256-hRoeCMjNFDYz3YoXfV0bYI4g2LycgIHjCqLxPNoDF3g=",
|
|
60
|
+
"file": "media-asset.processing.example.json"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"digest": "sha256-X0wBsSN7n52ka4Yfq0Uhq5Z1u+DfJiV/fS22lzxSl3k=",
|
|
64
|
+
"file": "media-reference.example.json"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"digest": "sha256-bxJYOD7SQWE7t0nS5ffuycCrSO0vixjRmYGpdrNvZ30=",
|
|
68
|
+
"file": "media-upload-grant.example.json"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"digest": "sha256-QxISq6YTzeXdSMuG57VNx05ksISl+OCl7BE5yc9bR/c=",
|
|
72
|
+
"file": "media-upload-session.transferring.example.json"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"digest": "sha256-y5uu9/6+cQD61EoIgiqglxkEfrlQmgsek34w5htpKrY=",
|
|
76
|
+
"file": "migration.example.json"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"digest": "sha256-G4wa7kCi6AD4idXjkzV48LpkGgFLIwG549Q+b3iZ7KI=",
|
|
80
|
+
"file": "pattern.example.json"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"digest": "sha256-RhghT+jsQKZY8AddDzLrzeC92FBj00MT3rlsJm6eXog=",
|
|
84
|
+
"file": "plugin.example.json"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"digest": "sha256-gkNpbvRhQ5cxSy/UYk3fIn3Q2JjoSXBanL70FZBirpk=",
|
|
88
|
+
"file": "preview.render.example.json"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"digest": "sha256-LYQoj0Jvx3qr4aiqy9r+JhLZixKS1c/rdhrHC2nM5x0=",
|
|
92
|
+
"file": "provenance.example.json"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"digest": "sha256-EXaD+hJHyRCGQoxSVo/a7jJBUJ2ZqH5a6eXdjTPfros=",
|
|
96
|
+
"file": "rich-text.example.json"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"digest": "sha256-fyyLCjR1BnpSrIAbGROfw9kOVk3TUyTJn7LG8nL/CCE=",
|
|
100
|
+
"file": "studio-config.example.json"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"digest": "sha256-fuMTN0/YCVdx5cpXDzT72aoDKe7iKUeOTSGRm3Axq6k=",
|
|
104
|
+
"file": "theme.example.json"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"digest": "sha256-ul9CfJYT0nw8mO4WRYWarUBYyyWV+ylWrr67RiM3w+A=",
|
|
108
|
+
"file": "unresolved-contribution.example.json"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"group": "fixtures",
|
|
112
|
+
"path": "fixtures"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"files": [
|
|
116
|
+
{
|
|
117
|
+
"digest": "sha256-pNQcoN6Amvd5Q85SdoND5zJNJx0mfjePlRqukVFmeoU=",
|
|
118
|
+
"file": "apply-pattern.colliding-id.error.json"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"digest": "sha256-0ZmTxxdA8buTs6+YvqZW/S+Xec4Q7FPEi3SJiY4WVIs=",
|
|
122
|
+
"file": "apply-pattern.incomplete-id-map.error.json"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"digest": "sha256-En2z+8c6/NGVwTG9zTuGTa6mj2UUGLzSU29L2yC5d40=",
|
|
126
|
+
"file": "apply-pattern.two-roots.json"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"digest": "sha256-R+uIftOV2Z5PKWk82T7Uulxzq6Cb0mfc1EPJgsmVKnQ=",
|
|
130
|
+
"file": "batch.atomic-failure.error.json"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"digest": "sha256-YiD+3wufN5TexjLwXDUjhJ2mRUEbjtcrUYrGp9Jbev4=",
|
|
134
|
+
"file": "batch.insert-and-configure.json"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"digest": "sha256-iHNI9jkMILuuldRMdkwbna1Gj+qE+qtKMEbGPVP+lyY=",
|
|
138
|
+
"file": "batch.size-roles.json"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"digest": "sha256-gFozN3ESvb7os4sf1vMiMacEAqs+7H0IZMfcVFMTgvE=",
|
|
142
|
+
"file": "duplicate-node.existing-id.error.json"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"digest": "sha256-+cPuDVuusimeKGRkQspP4kEl8BcTdism4NkUC6R4pP4=",
|
|
146
|
+
"file": "duplicate-node.explicit-destination.json"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"digest": "sha256-NX8QwYK2uGYvMzFJVJvBxeiiXS4QZXL1oo+ENFeUb3s=",
|
|
150
|
+
"file": "duplicate-node.incomplete-id-map.error.json"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"digest": "sha256-4CWi9yUT5ZLXeO50bObQ4BppK4Fms/kfe5DpG0fDwWA=",
|
|
154
|
+
"file": "duplicate-node.subtree.json"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"digest": "sha256-bCp4wIZUpe6He6i5u8+1J3E7ZDunRfcq1ykvX0Ebcqk=",
|
|
158
|
+
"file": "insert-node.duplicate-id.error.json"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"digest": "sha256-LK7XqCKVuH1IeTu6qtGm3tFL51tVqBskVJBBn78mQxQ=",
|
|
162
|
+
"file": "insert-node.inner-duplicate-id.error.json"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"digest": "sha256-RAE+2wT2/KruL6rPw9ObgqeHoRnmmdAcbqgFlMHL5J0=",
|
|
166
|
+
"file": "insert-node.invalid-index.error.json"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"digest": "sha256-4Rxd1/SQDgPym83JUeCfzf0l4kj9/bj4i4Ut9l8aTNA=",
|
|
170
|
+
"file": "insert-node.root.json"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"digest": "sha256-t0mJgwOHb27dRPyLr5Yv5HWxRDnWDLQtqD43u2mStR0=",
|
|
174
|
+
"file": "insert-node.slot.json"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"digest": "sha256-x9F+lJQ20p+L/sq44EfB0zWdlMhxEMwgMxVM0QqYQxM=",
|
|
178
|
+
"file": "mode.blueprint.set-field-value.error.json"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"digest": "sha256-OgEJA8fzXMADVRWinVxJiECxkFzJtifnqEWbiTOM+UA=",
|
|
182
|
+
"file": "mode.blueprint.set-property.json"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"digest": "sha256-PNn9r3hLYNhuy5UJmuW5NcZVIxk2CtdEokYhQtezUh8=",
|
|
186
|
+
"file": "mode.content.insert-node.error.json"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"digest": "sha256-M4cL6rdMKzNOPOYyNDkmz0QYB3tKDgyW4SvLCMUlYSA=",
|
|
190
|
+
"file": "mode.hybrid.batch-atomic.error.json"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"digest": "sha256-lqSe7oJXlKdBxJ+eLQYS36pUj/5qM4e2XWCXbRWe9NM=",
|
|
194
|
+
"file": "mode.hybrid.insert-allowed.json"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"digest": "sha256-b+CEWT28dcVdWyWAqXqO7JhSsJURAxOsoP/NsqQT4qM=",
|
|
198
|
+
"file": "mode.hybrid.insert-designer-slot.error.json"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"digest": "sha256-pXUYZ9OQAzRa8J5vv91rr5oIHRey76ta/G7dN28Gd7I=",
|
|
202
|
+
"file": "mode.hybrid.insert-disallowed-type.error.json"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"digest": "sha256-VFCG5H4O0gE1xtBQLNdLs4EK4uxK/Oxo406of7Y59ko=",
|
|
206
|
+
"file": "mode.hybrid.insert-roots.error.json"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"digest": "sha256-47MRAXW/E7DejyAjZoQ9Th/CCkxiSEEHL7sfCF/+rBo=",
|
|
210
|
+
"file": "mode.hybrid.remove-locked.error.json"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"digest": "sha256-WZvnLYAUcAhM037X5UKwMRMTWPtfwUcZiG+giTZzZx0=",
|
|
214
|
+
"file": "mode.hybrid.reorder-with-locked.json"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"digest": "sha256-DRPnsxj+3kP6R93Cm1pHTOyFcOEF9VioY1ZwzIkV1eY=",
|
|
218
|
+
"file": "mode.hybrid.set-property.error.json"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"digest": "sha256-Hwe4A19zM/SnoDKFIHxgoEx1bp6Eexsq8kf8QdzHazs=",
|
|
222
|
+
"file": "mode.hybrid.slot-marker-disallowed.error.json"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"digest": "sha256-zIm8bAnF7+acqvqOrLY2OaWe8tceAFfwZHBMpEgwvLY=",
|
|
226
|
+
"file": "mode.hybrid.slot-marker-insert.json"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"digest": "sha256-EUaW3U6lAkPMOs2S02oKrCf+Agnah+0o/k1vX3lvOx4=",
|
|
230
|
+
"file": "mode.hybrid.slot-marker-other-slot.error.json"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"digest": "sha256-tRd3gLNjS3hi4gF3x228iSO0Be3vr6tvZyEgNGj5OK8=",
|
|
234
|
+
"file": "mode.model.remove-node.error.json"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"digest": "sha256-Gy096Wg9mw6vVfrtSwdPLQ38ATIZenPStls9QNfJOM0=",
|
|
238
|
+
"file": "mode.read-only.set-property.error.json"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"digest": "sha256-1u4Cm5jBLT0tXpevdjcU1XMT2XoNEzAZflwSET2Wpvc=",
|
|
242
|
+
"file": "move-node.into-self.error.json"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"digest": "sha256-H3tv2ksCmeDcrtieXhmIBI+ajr2I6k01CaEapEVeVH0=",
|
|
246
|
+
"file": "move-node.reparent.json"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"digest": "sha256-/8Y8Jqgve7Gd6SkjrDVfBwZHs8H0nIMVNlzBmQkDUAY=",
|
|
250
|
+
"file": "move-node.within-roots.json"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"digest": "sha256-xezZ6uu8rl5gv6rCoCmT0QnLlluZNr8C2k2m8YLi0Ro=",
|
|
254
|
+
"file": "remove-binding.base.json"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"digest": "sha256-ohcPm37PlEP2GaNh4YmOQlkEBU/yC1PL3m0CwNmwPUs=",
|
|
258
|
+
"file": "remove-binding.missing.error.json"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"digest": "sha256-BLAGsWELPlxafvLu6u/qY4/CpOL9xpuUV682Baxz2Aw=",
|
|
262
|
+
"file": "remove-node.empties-slot.json"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"digest": "sha256-WBioj3pICeERRps6Ezu1ZOtTQGscg9HmBcO0kLmrQW8=",
|
|
266
|
+
"file": "remove-node.missing.error.json"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"digest": "sha256-GYffs88H/0oOWO7KrDFEPIt6smhQm8C0tbUww7KQi0c=",
|
|
270
|
+
"file": "remove-node.nested.json"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"digest": "sha256-pIPWD6te5x3hXGmEnZ8yQW05bjXGdnXzrfhI2UK47Qs=",
|
|
274
|
+
"file": "reorder-children.not-permutation.error.json"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"digest": "sha256-1y96YdBHqtX25SxDDceZAXWeI8c5bQw/JzMBcLUyCgA=",
|
|
278
|
+
"file": "reorder-children.roots.json"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"digest": "sha256-geSJdhU1kzO8+plouYgEfS117UBB38a1oRy8ZnlisL4=",
|
|
282
|
+
"file": "reorder-children.slot.json"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"digest": "sha256-h6BaZdwKMFuWIwONpKDr8VpBG1n3RKixowj3OoV497g=",
|
|
286
|
+
"file": "reset-inherited-property.missing.error.json"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"digest": "sha256-TOVEID6FvNA7yJrfj0Z1iNcy1opUblbBP6ataLo4WVo=",
|
|
290
|
+
"file": "reset-inherited-property.single-viewport.json"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"digest": "sha256-2H3+bWniUGj8HAlzijWhmsRVMhRj3IQdnj7lRYGmgdU=",
|
|
294
|
+
"file": "reset-inherited-property.two-viewports.json"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"digest": "sha256-cAmlgnZbaVUyqDESLSX33+ylS6yZd8QeWHVC3PAH3iI=",
|
|
298
|
+
"file": "restore-node.inner-duplicate-id.error.json"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"digest": "sha256-cnF8qq45hTfOCMUO5H9H0Uo4BbUaJlvWUtNzbaH3wvo=",
|
|
302
|
+
"file": "restore-node.subtree-into-slot.json"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"digest": "sha256-uRsgs4I4GvlJdLw/plosnrU/7CfJi+o17FqPx1fDslE=",
|
|
306
|
+
"file": "set-binding.add.json"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"digest": "sha256-yrnVW0y1TGB2JGb1Te4Z0Ip0lZ/N3iaUL49T85GiiRk=",
|
|
310
|
+
"file": "set-binding.replace.json"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"digest": "sha256-jMIw5QznfGTTrYTeixH5hPe+UIg+tlT2i/mioalBDp8=",
|
|
314
|
+
"file": "set-property.add.json"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"digest": "sha256-uMSA2wNs29caqpeOx8cf3P6mu0rcHSozy7uzT+YDyhE=",
|
|
318
|
+
"file": "set-property.replace.json"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"digest": "sha256-7fId4KBKwhrX6hzNnn2Ro6i5GoSrUvcaV88I00h8qX0=",
|
|
322
|
+
"file": "set-property.viewport-add.json"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"digest": "sha256-PTu0Z8yIvkZ7WWDo2aKy63ApB973GKTM/lHAqx8jrOg=",
|
|
326
|
+
"file": "set-size-role.base.json"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"digest": "sha256-Gg9PH74T8ih1D4CRvjOlIw2QRcUGmWcpti/k6JzDcck=",
|
|
330
|
+
"file": "set-size-role.duplicate.json"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"digest": "sha256-Yc/mNghMJLQKWC9murj3Tl5fuedyjYJdXpGzK4pFrN0=",
|
|
334
|
+
"file": "set-size-role.viewport-add.json"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"digest": "sha256-iK4X1ILxuXQFf24ESQBv2ZxMtltRh+a0AOjzFOat77E=",
|
|
338
|
+
"file": "unset-property.base.json"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"digest": "sha256-IrBse4lqF/m9hh9qcW+A+yZvIBGlPNaTMysBpVIjH2A=",
|
|
342
|
+
"file": "unset-property.missing.error.json"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"digest": "sha256-DJzEo/9+PieEzIdR/Lr0HnQnm1q4bgu68LuQgojhJyQ=",
|
|
346
|
+
"file": "unset-property.viewport.json"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"digest": "sha256-7mzf2NCY26CyRPgZaZZc073tTgxYWHrC5f9iygVgTV4=",
|
|
350
|
+
"file": "unset-size-role.missing.error.json"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"digest": "sha256-tG+ACOlsiNr3B3E3nQt5qGNlMBoCrtC/4pI0OTH9XOs=",
|
|
354
|
+
"file": "unset-size-role.viewport.json"
|
|
355
|
+
}
|
|
356
|
+
],
|
|
357
|
+
"group": "command-vectors",
|
|
358
|
+
"path": "vectors/command"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"files": [
|
|
362
|
+
{
|
|
363
|
+
"digest": "sha256-Ps43DxmCJ4WLKQUXY7qlqhFIu0M1fyoFu9q6NBksaC4=",
|
|
364
|
+
"file": "accept.plan-deterministic.json"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"digest": "sha256-v7366aSviRNNKs/XQMnSCjH6KplyZsKvPsTe66o93og=",
|
|
368
|
+
"file": "accept.size-at-boundary.json"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"digest": "sha256-XNVHTrXz/89w27TB2+ZGIh0fGB60R9dJWVETh8TxUb0=",
|
|
372
|
+
"file": "cancel.complete-noop.json"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"digest": "sha256-NkAn89jdvRi5ry8Xkic8QuxXno0FaS7bIcBnG6eIR20=",
|
|
376
|
+
"file": "cancel.requested.json"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"digest": "sha256-TlLcgZUr+OaoZEMFCjS0oN5DS07IKsPZHX0Mk0DVnS4=",
|
|
380
|
+
"file": "cancel.transferring.json"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"digest": "sha256-9Been/8oCqIByWx/8yWfnwwPvu5EV1+Lb8HoOHS/SZM=",
|
|
384
|
+
"file": "cancel.verifying.json"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"digest": "sha256-X2lBZ04zc4YZocBt7aWzIh3zivJLwSM0R24FVRgr4Xs=",
|
|
388
|
+
"file": "reject.disallowed-kind.json"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"digest": "sha256-qvv+RBwrXyEHf6bK9F7y39L1U7T2jqixuqyx2/zf/kQ=",
|
|
392
|
+
"file": "reject.filename-empty.json"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"digest": "sha256-SMX3F2DRZ910jRHcbRbzIkessA6JCpNLHmjPrldbn0s=",
|
|
396
|
+
"file": "reject.filename-path.json"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"digest": "sha256-6CpVUFI9e1OCNo+tLUxnoxqRNABU/Bu9bT/0YaLmK/I=",
|
|
400
|
+
"file": "reject.size-one-byte-over.json"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"digest": "sha256-lJTTM6oLJVwa4RH+9nJXdxiaa0ap2T3ovcZJ/rYiepw=",
|
|
404
|
+
"file": "retry.fresh-session.json"
|
|
405
|
+
}
|
|
406
|
+
],
|
|
407
|
+
"group": "media-vectors",
|
|
408
|
+
"path": "vectors/media"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"files": [
|
|
412
|
+
{
|
|
413
|
+
"digest": "sha256-w0N79fEQC7gnxC5DzTS+x7VBS7KgamrDbErpA0o7DC0=",
|
|
414
|
+
"file": "artifact.dependencies.result.json"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"digest": "sha256-tOiUbk0zUrKIyVMc5ivhuWeUmRaacstgPGPAuHF/N48=",
|
|
418
|
+
"file": "artifact.load.stored.json"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"digest": "sha256-APaYWk9SVl4g07C454KRLRMhvm0OYlFLfBNWJOBGeQM=",
|
|
422
|
+
"file": "artifact.load.unknown.error.json"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"digest": "sha256-pukZdcPaM+Fmdux3CUZ+YhmBzm8lqe1HAqzwxqMWi50=",
|
|
426
|
+
"file": "artifact.publish.accepted.json"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"digest": "sha256-gHAYXwlP9KQmRe9tvJChEBV1vytdigb8hLE2L9ScJi0=",
|
|
430
|
+
"file": "artifact.publish.forbidden.error.json"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"digest": "sha256-ZghO4a2G/m+Qsm7GKK08H4VXOjI2YnVoZf/gno0DwZI=",
|
|
434
|
+
"file": "artifact.publish.stale.error.json"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"digest": "sha256-ttHtmVJqA8gQQmBm/twn1URbBaRlH3+mu0dmqbPoNlQ=",
|
|
438
|
+
"file": "artifact.save.accepted.json"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"digest": "sha256-WKNcZI8MjSwKnoqepzBNtGxlRJMLJEkZ2poe5h2NTe4=",
|
|
442
|
+
"file": "artifact.save.forbidden.error.json"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"digest": "sha256-/qvDomqS4JVeZnE8EjFAaKDFshAR3Ju8zZtfJyd/gFk=",
|
|
446
|
+
"file": "artifact.save.stale.error.json"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"digest": "sha256-GXPWXjV+wJVHx6lRb+47tCdCRPvI1722sb4efbp0OXU=",
|
|
450
|
+
"file": "artifact.unpublish.stale.error.json"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"digest": "sha256-eTL6dmDe6kYPaGuBi4D11cC/qGUnNijVndjua4jSQD8=",
|
|
454
|
+
"file": "envelope.malformed-context.error.json"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"digest": "sha256-ny3RjMleQPXm5+sb5x40ZnB7sS5P83LJQpmlY0z4m+I=",
|
|
458
|
+
"file": "envelope.protocol-version.error.json"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"digest": "sha256-zZexqyAC6TF3k1hV4wDPSj4A8jBsIeuu/n4cM1vLV14=",
|
|
462
|
+
"file": "envelope.stale-generation.error.json"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"digest": "sha256-lk800OVfx8cDI4Cs2ijHsGm43On7laormwltanR7kh0=",
|
|
466
|
+
"file": "localization.messages.unknown-locale.error.json"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"digest": "sha256-URj/hzYrwLU72ytugSptlsTU9OnN2inqtkWuOnby2nU=",
|
|
470
|
+
"file": "media.abort-upload.unknown.error.json"
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"digest": "sha256-7bqasqlnrrHkgG1ZS8FtPOTmxsLuhCdajk6lOuQ1Yro=",
|
|
474
|
+
"file": "media.authorize-upload.granted.json"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"digest": "sha256-JBHaoYPBI993zdTYg5DhcM21W9s6FyDhDes16iz6A+c=",
|
|
478
|
+
"file": "media.authorize-upload.path-filename.error.json"
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"digest": "sha256-XFhM1WYvt3AfVGOf9zll+OV6C/IYPYqqB7zNYpx3MOA=",
|
|
482
|
+
"file": "media.authorize-upload.too-large.error.json"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"digest": "sha256-Pe+YnzRbsqK6lvws1SMt6IbCBxYrKGoiCmseRmlTMCI=",
|
|
486
|
+
"file": "media.complete-upload.unknown.error.json"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"digest": "sha256-r4yI0cQHgOfiHp1ik+k2esU06v8lBUBdiCaC47jmbBE=",
|
|
490
|
+
"file": "media.get.unknown.json"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"digest": "sha256-gEHxA7ashgwVZ4JdTVFahjX2LpfscWMsGkVJY88Mcig=",
|
|
494
|
+
"file": "media.import-external.private-host.error.json"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"digest": "sha256-mYReHILKQddQUcj7rlK7owT3yVU/xb393q35xC+k0qs=",
|
|
498
|
+
"file": "media.list.cursor.error.json"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"digest": "sha256-rvmWSE+Vi3+0ySb6gh0LPonri5H2dbznKeDRA4qnUAM=",
|
|
502
|
+
"file": "media.list.limit.error.json"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"digest": "sha256-+jOmZTRQCjt4muQyDT7TE70GvETvPJo3KZUn0wUIr5A=",
|
|
506
|
+
"file": "media.upload-status.unknown.error.json"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"digest": "sha256-bHF4gtEuzcJcD45BuFbq/v6QKtz9AHgOyyg0kEry3+k=",
|
|
510
|
+
"file": "permission.explain.withheld.json"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"digest": "sha256-AjiqUwQ9SuaQI4ma6N6OVFR3Re4bGBTH7UUY2EC6BGw=",
|
|
514
|
+
"file": "permission.refresh.snapshot.json"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"digest": "sha256-gdcmKhQxjrU94asGpbKqPcv8k6lmIZBdtYpVT69G+S4=",
|
|
518
|
+
"file": "recovery.load.absent.json"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"digest": "sha256-EZzmwENxG/TGzml5SxiZkVEB7sl1B0bxLXxQc5A5fRg=",
|
|
522
|
+
"file": "telemetry.emit.accepted.json"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"digest": "sha256-vZUJjQOORjCXg0eVpZtMl5FQP7GyodFGxEDxg0cVpGc=",
|
|
526
|
+
"file": "telemetry.emit.non-primitive.error.json"
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"group": "host-vectors",
|
|
530
|
+
"path": "vectors/host"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"files": [
|
|
534
|
+
{
|
|
535
|
+
"digest": "sha256-X2YFJYZglVWJM2BNa/2EL2uguexTq3mYw10K1RqnR/A=",
|
|
536
|
+
"file": "array-order.json"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"digest": "sha256-gW66/EmiMM95vdKUN3PMz+Qi/RBo/bFgTqtibmgbMCo=",
|
|
540
|
+
"file": "control-characters.json"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"digest": "sha256-WhoGNTrXFfxMjqFoqRCnWK2sIXJmK6uzk0isPrxEVIw=",
|
|
544
|
+
"file": "depth-exceeded.json"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"digest": "sha256-HgIVIigPZIPJk4NL9KzvUu0oQG8FzVPTAGuwwaPCz3c=",
|
|
548
|
+
"file": "empty-containers.json"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"digest": "sha256-Ia+6X6zMByuaN/7zkBErTQIEnEL2qp3lle60lUD16V0=",
|
|
552
|
+
"file": "forbidden-member.json"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"digest": "sha256-owz9S9d3E0JRhxmvW7uFY3eHO9iKpbLYxTTSTR2J8aY=",
|
|
556
|
+
"file": "member-order.json"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"digest": "sha256-XZK7Zeu5F5j9iWBtYx3ylwisulA3MzLDuzZjbbuCckU=",
|
|
560
|
+
"file": "negative-zero.json"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"digest": "sha256-5oai5JYm3u6Pfth7juc/jwY+0NQ29DmDC8BVVUYJK6g=",
|
|
564
|
+
"file": "nested-order.json"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"digest": "sha256-YjQIE4F7ASx3CI925D7KRLJjy157Eh6IcBD3jlZwFO0=",
|
|
568
|
+
"file": "non-ascii.json"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"digest": "sha256-gxyRD6thxs/k3EXoD0VXeReDYG5oUmYCbUS6oII44eg=",
|
|
572
|
+
"file": "numbers.json"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"digest": "sha256-yJhu6dWwdY3QndsJpk0qdf1Kjd3ZZhfVZlhZhBuGXEI=",
|
|
576
|
+
"file": "string-escapes.json"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"digest": "sha256-JEJrrznFiimBULu9RrKMsBG9Pv9aZ1Zp/dY+uAMuUl4=",
|
|
580
|
+
"file": "surrogate-pair.json"
|
|
581
|
+
}
|
|
582
|
+
],
|
|
583
|
+
"group": "canonical-vectors",
|
|
584
|
+
"path": "vectors/canonical"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"files": [
|
|
588
|
+
{
|
|
589
|
+
"digest": "sha256-ZpkplYh1yIT/sRYxajj76pydhPqJzAPNdnVvog96oC4=",
|
|
590
|
+
"file": "blueprint.control-character-member.json"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"digest": "sha256-uTLQCEN4ADX7xnVSJTRW6RYaRhHW5dE9UlMlO0A5nMM=",
|
|
594
|
+
"file": "blueprint.forbidden-property-member.json"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"digest": "sha256-a/AG31Tq18mgyNMU70qUYPqlpoXNhZvjsQxObTaQS9M=",
|
|
598
|
+
"file": "blueprint.invalid-node-id.json"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"digest": "sha256-KK6sITAPpNpy7CD03jBbKuWsTharUI13fIDB9lDSWhc=",
|
|
602
|
+
"file": "blueprint.invalid-slot-name.json"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"digest": "sha256-TGyeJh98cARcfGUJ2/zegHaGT+Ke9D8yD58MsefWQPI=",
|
|
606
|
+
"file": "blueprint.published-empty-roots.json"
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"digest": "sha256-gDRxlDA+e+K/odPrsD8gNQYLTjTB7lN5mpWOnzk+uWA=",
|
|
610
|
+
"file": "blueprint.revoking-slot-marker.json"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"digest": "sha256-5rp1StBpdI6hMHR97j2i7MA3flLE/V5KQm+kd7BQVb8=",
|
|
614
|
+
"file": "blueprint.unknown-member.json"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"digest": "sha256-lrwBnue6iIjTlsE3EGULrkTjIJteqfycmxjAYAcwYIA=",
|
|
618
|
+
"file": "command-vector.unknown-error-code.json"
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"digest": "sha256-kvJpukH0vGmVdxRCqXJajbpS2z4MehwsD377ckD48Bw=",
|
|
622
|
+
"file": "command.empty-batch.json"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"digest": "sha256-Xc3CWN/+x50CRqUXd6TNlrpeFc5aEb0rjQziAY/vJXg=",
|
|
626
|
+
"file": "command.forbidden-id-map-member.json"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"digest": "sha256-IDST501Q58KyhC8XJvTaiuNlhyKvFdeXn4Cn05dbslk=",
|
|
630
|
+
"file": "command.malformed-size-role.json"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"digest": "sha256-cQEJTQGXpPv5uWhynp8YaD/MojZmBuC/V/NFXxeZ1ag=",
|
|
634
|
+
"file": "command.negative-position.json"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"digest": "sha256-7zikLsHVfHL49FEuZrRP9hchOD9rmobPL1e+9QRPBdA=",
|
|
638
|
+
"file": "command.nested-batch.json"
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"digest": "sha256-zOkzmbXRdKODC7ERbGdyReoBSeOQpNiZEUBczBc9yIg=",
|
|
642
|
+
"file": "command.pattern-in-batch.json"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"digest": "sha256-PB4qyf8cNQTsffytiuZmeJ+Pvp/SNX+lcfMxjJIyfhA=",
|
|
646
|
+
"file": "command.reset-inherited-property-in-batch.json"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"digest": "sha256-TzsDYwk5FpcXIketV4wsQhwNXy4jsIq2RXznaNG29r8=",
|
|
650
|
+
"file": "command.unknown-member.json"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"digest": "sha256-ZcqZZ47AxdqUjqaPo4eSPhW91rnG8nWqU7pumtMUsgk=",
|
|
654
|
+
"file": "command.wrong-contract-version.json"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"digest": "sha256-SZaeqgRtGGOOiMdWiKXfWR80wxywbsigj9uvkXxNtQ4=",
|
|
658
|
+
"file": "content-model.published-empty.json"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"digest": "sha256-hVG8rb96zAHFikVFnD3z6uRmII4wx0VtQV3AHn7NZts=",
|
|
662
|
+
"file": "design-vocabulary.unknown-control-kind.json"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"digest": "sha256-simjWUsvwFdBO5h1fBDH1+SA+Kl6HmqYiV8u+j7NYCk=",
|
|
666
|
+
"file": "entry.forbidden-value-member.json"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"digest": "sha256-YSjwtqaISprMrMtzYgSfF381fvHlH03TRVWRRWU/xLE=",
|
|
670
|
+
"file": "entry.invalid-locale.json"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"digest": "sha256-YHrXHl/Y5VS/Sh/BvJ5VUj6xxuIqhtn9wEI8pwaILt4=",
|
|
674
|
+
"file": "host-capabilities.invalid-protocol-version.json"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"digest": "sha256-DTGs/q49uj8VR882hukd0i82Esx2iVGN1Jr54BwOc/I=",
|
|
678
|
+
"file": "inspector.empty-block-types.json"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"digest": "sha256-ElmhVP+v8//L25w5nPQLrqI6qkxdDOW2P+BE/pMgXiE=",
|
|
682
|
+
"file": "media-reference.missing-accessibility.json"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"digest": "sha256-hSiEWL4Ei3JH5F5J86Q3hRhhtJm4IT/ZHqofAH3+a58=",
|
|
686
|
+
"file": "media-upload-grant.insecure-url.json"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"digest": "sha256-VhuKWV07HN3NKmOg6RFtlw5K0ur2XpEeQcrRCLOMstQ=",
|
|
690
|
+
"file": "media-upload-session.complete-without-asset.json"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"digest": "sha256-IVjfrHtIsFpnPZooCxq0gs4YYmelgUNUQrmP2enLoDg=",
|
|
694
|
+
"file": "migration.empty-artifact-kinds.json"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"digest": "sha256-lFe0wcIoJJAUSuHSft608siXNhobNXq3sGRjNUozkSI=",
|
|
698
|
+
"file": "preview-message.activated-unknown-interaction.json"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"digest": "sha256-siNA9LSSOkhr9JFbX5DTG/sjmRV9tI/TDRJTU00t8V4=",
|
|
702
|
+
"file": "preview-message.invalid-digest.json"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"digest": "sha256-3Uo8XF4hROPnVN34nROt7f2wg5ZHZvPU7KT/F98h/6s=",
|
|
706
|
+
"file": "preview-message.viewport-role-and-size.json"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"digest": "sha256-Ha4ygQciWMcqcM8k/7qDW3CW4mr2EIwdrRCxglwBG2c=",
|
|
710
|
+
"file": "rich-text.embedded-html.json"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"digest": "sha256-ff5p8K4OUHe0VqfxR15UCUHrhNlRMlsQifJw/wOOXwU=",
|
|
714
|
+
"file": "rich-text.unknown-mark.json"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"digest": "sha256-ip22Uidj7KWI9kqcBbB5YphmBjcUSFyJ0hvO28V6I9w=",
|
|
718
|
+
"file": "theme.unknown-member.json"
|
|
719
|
+
}
|
|
720
|
+
],
|
|
721
|
+
"group": "invalid-fixtures",
|
|
722
|
+
"path": "invalid"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"files": [
|
|
726
|
+
{
|
|
727
|
+
"digest": "sha256-tfrW7o0SAOxFp9pTOi6mXKVmpT/t16ZqEBpyt5CIdNk=",
|
|
728
|
+
"file": "blocks.structural.json"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"digest": "sha256-6pPWGTU2qvaAnEZFrTKHe9Bk0t/hVi0AhMm+DZkX80A=",
|
|
732
|
+
"file": "document.multi-block.json"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"digest": "sha256-mtE4Xh5DrnWDgfSq2fxKy8SFrKZb1ayw7yvbUnA3bKE=",
|
|
736
|
+
"file": "embed.hard-break.json"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"digest": "sha256-dkJX40CRhqOd/dxCk416WOzjt0LNBxMetFS7tIkb/w0=",
|
|
740
|
+
"file": "marks.nested.json"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"digest": "sha256-R6TGYrdAo4FQ5XQsUeg+bYCvQfVQxFRHjtzyfSsLbKQ=",
|
|
744
|
+
"file": "offsets.astral.json"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"digest": "sha256-dWAziXAEavfHQDjzmkVRWVd7wK1PHvh6ypIpz6N6nXA=",
|
|
748
|
+
"file": "paragraph.plain.json"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"digest": "sha256-y88NvHLUhUNXvBc3V7V63r7J/l6rrMa7Xb/VfhzxiDE=",
|
|
752
|
+
"file": "spans.adjacent.json"
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"group": "rich-text-conformance",
|
|
756
|
+
"path": "conformance/rich-text"
|
|
757
|
+
}
|
|
758
|
+
],
|
|
759
|
+
"kind": "corpus-manifest"
|
|
760
|
+
}
|