@kumwe/studio-testkit 0.1.0-alpha.10

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 (304) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +138 -0
  3. package/THIRD_PARTY_NOTICES.md +9 -0
  4. package/conformance/authoring-web/non-drag-move-equivalence.json +199 -0
  5. package/conformance/renderer-web/blob-default-deny.json +47 -0
  6. package/conformance/renderer-web/chart-fallback.json +39 -0
  7. package/conformance/renderer-web/complete-catalog.json +634 -0
  8. package/conformance/renderer-web/escaped-heading.json +28 -0
  9. package/conformance/renderer-web/interactive-behaviors.json +226 -0
  10. package/conformance/renderer-web/presentation-capabilities.json +76 -0
  11. package/conformance/renderer-web/responsive-grid.json +33 -0
  12. package/conformance/renderer-web/security-fallbacks.json +169 -0
  13. package/conformance/rich-text/advanced.first-party.json +67 -0
  14. package/conformance/rich-text/blocks.structural.json +57 -0
  15. package/conformance/rich-text/document.multi-block.json +74 -0
  16. package/conformance/rich-text/embed.hard-break.json +24 -0
  17. package/conformance/rich-text/marks.nested.json +29 -0
  18. package/conformance/rich-text/offsets.astral.json +24 -0
  19. package/conformance/rich-text/paragraph.plain.json +20 -0
  20. package/conformance/rich-text/spans.adjacent.json +27 -0
  21. package/corpus-manifest.json +1212 -0
  22. package/dist/host-testbed.d.ts +71 -0
  23. package/dist/host-testbed.d.ts.map +1 -0
  24. package/dist/host-testbed.js +782 -0
  25. package/dist/host-testbed.js.map +1 -0
  26. package/dist/http-host-adapter.d.ts +74 -0
  27. package/dist/http-host-adapter.d.ts.map +1 -0
  28. package/dist/http-host-adapter.js +264 -0
  29. package/dist/http-host-adapter.js.map +1 -0
  30. package/dist/index.d.ts +112 -0
  31. package/dist/index.d.ts.map +1 -0
  32. package/dist/index.js +211 -0
  33. package/dist/index.js.map +1 -0
  34. package/dist/web-conformance.d.ts +105 -0
  35. package/dist/web-conformance.d.ts.map +1 -0
  36. package/dist/web-conformance.js +72 -0
  37. package/dist/web-conformance.js.map +1 -0
  38. package/fixtures/authoring-message-catalog.en.json +649 -0
  39. package/fixtures/block.grid.example.json +76 -0
  40. package/fixtures/block.price.example.json +69 -0
  41. package/fixtures/blueprint.product.example.json +92 -0
  42. package/fixtures/command.move-node.example.json +18 -0
  43. package/fixtures/content-model.product.example.json +141 -0
  44. package/fixtures/design-vocabulary.example.json +85 -0
  45. package/fixtures/entry.product.example.json +55 -0
  46. package/fixtures/field-adapter.example.json +27 -0
  47. package/fixtures/host-capabilities.example.json +42 -0
  48. package/fixtures/host-error.conflict.example.json +23 -0
  49. package/fixtures/host-operations.example.json +270 -0
  50. package/fixtures/inspector.example.json +17 -0
  51. package/fixtures/media-asset.example.json +29 -0
  52. package/fixtures/media-asset.processing.example.json +15 -0
  53. package/fixtures/media-reference.example.json +26 -0
  54. package/fixtures/media-upload-grant.example.json +14 -0
  55. package/fixtures/media-upload-session.transferring.example.json +22 -0
  56. package/fixtures/migration.example.json +22 -0
  57. package/fixtures/pattern.example.json +49 -0
  58. package/fixtures/plugin.example.json +49 -0
  59. package/fixtures/preview.render.example.json +15 -0
  60. package/fixtures/provenance.example.json +38 -0
  61. package/fixtures/rich-text.example.json +48 -0
  62. package/fixtures/studio-config.example.json +139 -0
  63. package/fixtures/theme.example.json +123 -0
  64. package/fixtures/unresolved-contribution.example.json +23 -0
  65. package/invalid/binding-projection-vector.unknown-status.json +85 -0
  66. package/invalid/blueprint.control-character-member.json +59 -0
  67. package/invalid/blueprint.forbidden-property-member.json +61 -0
  68. package/invalid/blueprint.invalid-node-id.json +57 -0
  69. package/invalid/blueprint.invalid-slot-name.json +59 -0
  70. package/invalid/blueprint.published-empty-roots.json +45 -0
  71. package/invalid/blueprint.revoking-slot-marker.json +57 -0
  72. package/invalid/blueprint.unknown-member.json +58 -0
  73. package/invalid/command-vector.unknown-error-code.json +103 -0
  74. package/invalid/command.empty-batch.json +17 -0
  75. package/invalid/command.forbidden-id-map-member.json +20 -0
  76. package/invalid/command.malformed-size-role.json +18 -0
  77. package/invalid/command.negative-position.json +20 -0
  78. package/invalid/command.nested-batch.json +24 -0
  79. package/invalid/command.pattern-in-batch.json +40 -0
  80. package/invalid/command.reset-inherited-property-in-batch.json +24 -0
  81. package/invalid/command.unknown-member.json +23 -0
  82. package/invalid/command.wrong-contract-version.json +22 -0
  83. package/invalid/content-model.published-empty.json +22 -0
  84. package/invalid/design-vocabulary.unknown-control-kind.json +38 -0
  85. package/invalid/entry.forbidden-value-member.json +23 -0
  86. package/invalid/entry.invalid-locale.json +59 -0
  87. package/invalid/host-capabilities.invalid-protocol-version.json +40 -0
  88. package/invalid/host-sequence.pending-expectation.json +52 -0
  89. package/invalid/host-sequence.preview-render-missing-request-id.json +50 -0
  90. package/invalid/inspector.empty-block-types.json +20 -0
  91. package/invalid/media-reference.missing-accessibility.json +25 -0
  92. package/invalid/media-upload-grant.insecure-url.json +14 -0
  93. package/invalid/media-upload-session.complete-without-asset.json +20 -0
  94. package/invalid/migration.empty-artifact-kinds.json +22 -0
  95. package/invalid/preview-message.activated-unknown-interaction.json +16 -0
  96. package/invalid/preview-message.duplicate-marker.json +24 -0
  97. package/invalid/preview-message.invalid-digest.json +19 -0
  98. package/invalid/preview-message.invalid-marker-grammar.json +19 -0
  99. package/invalid/preview-message.missing-marker-map.json +20 -0
  100. package/invalid/preview-message.missing-render-request-id.json +18 -0
  101. package/invalid/preview-message.unknown-type.json +13 -0
  102. package/invalid/preview-message.viewport-height-too-small.json +13 -0
  103. package/invalid/preview-message.viewport-role-and-size.json +16 -0
  104. package/invalid/preview-message.viewport-unsafe-role.json +13 -0
  105. package/invalid/rich-text.embedded-html.json +13 -0
  106. package/invalid/rich-text.unknown-mark.json +19 -0
  107. package/invalid/studio-chart.script-config.json +10 -0
  108. package/invalid/studio-drawing.svg-payload.json +10 -0
  109. package/invalid/studio-money.float.json +8 -0
  110. package/invalid/studio-presentation.css-injection.json +8 -0
  111. package/invalid/studio-table.html-cell.json +8 -0
  112. package/invalid/theme.unknown-member.json +128 -0
  113. package/package.json +54 -0
  114. package/studio-release.json +18 -0
  115. package/vectors/binding-projection/app-content-fields.resolved.json +286 -0
  116. package/vectors/binding-projection/field-removed.diagnostic.json +135 -0
  117. package/vectors/binding-projection/model-revision-mismatch.diagnostic.json +124 -0
  118. package/vectors/canonical/array-order.json +13 -0
  119. package/vectors/canonical/control-characters.json +13 -0
  120. package/vectors/canonical/depth-exceeded.json +21 -0
  121. package/vectors/canonical/empty-containers.json +14 -0
  122. package/vectors/canonical/forbidden-member.json +14 -0
  123. package/vectors/canonical/member-order.json +16 -0
  124. package/vectors/canonical/negative-zero.json +13 -0
  125. package/vectors/canonical/nested-order.json +19 -0
  126. package/vectors/canonical/non-ascii.json +13 -0
  127. package/vectors/canonical/numbers.json +16 -0
  128. package/vectors/canonical/string-escapes.json +13 -0
  129. package/vectors/canonical/surrogate-pair.json +13 -0
  130. package/vectors/command/apply-pattern.colliding-id.error.json +97 -0
  131. package/vectors/command/apply-pattern.incomplete-id-map.error.json +111 -0
  132. package/vectors/command/apply-pattern.two-roots.json +259 -0
  133. package/vectors/command/batch.atomic-failure.error.json +100 -0
  134. package/vectors/command/batch.insert-and-configure.json +197 -0
  135. package/vectors/command/batch.size-roles.json +180 -0
  136. package/vectors/command/duplicate-node.existing-id.error.json +88 -0
  137. package/vectors/command/duplicate-node.explicit-destination.json +183 -0
  138. package/vectors/command/duplicate-node.incomplete-id-map.error.json +91 -0
  139. package/vectors/command/duplicate-node.subtree.json +201 -0
  140. package/vectors/command/insert-node.duplicate-id.error.json +87 -0
  141. package/vectors/command/insert-node.inner-duplicate-id.error.json +115 -0
  142. package/vectors/command/insert-node.invalid-index.error.json +87 -0
  143. package/vectors/command/insert-node.root.json +162 -0
  144. package/vectors/command/insert-node.slot.json +167 -0
  145. package/vectors/command/mode.blueprint.set-field-value.error.json +76 -0
  146. package/vectors/command/mode.blueprint.set-property.json +131 -0
  147. package/vectors/command/mode.content.insert-node.error.json +88 -0
  148. package/vectors/command/mode.hybrid.batch-atomic.error.json +158 -0
  149. package/vectors/command/mode.hybrid.insert-allowed.json +263 -0
  150. package/vectors/command/mode.hybrid.insert-designer-slot.error.json +145 -0
  151. package/vectors/command/mode.hybrid.insert-disallowed-type.error.json +145 -0
  152. package/vectors/command/mode.hybrid.insert-roots.error.json +143 -0
  153. package/vectors/command/mode.hybrid.remove-locked.error.json +130 -0
  154. package/vectors/command/mode.hybrid.reorder-with-locked.json +239 -0
  155. package/vectors/command/mode.hybrid.set-property.error.json +132 -0
  156. package/vectors/command/mode.hybrid.slot-marker-disallowed.error.json +125 -0
  157. package/vectors/command/mode.hybrid.slot-marker-insert.json +223 -0
  158. package/vectors/command/mode.hybrid.slot-marker-other-slot.error.json +125 -0
  159. package/vectors/command/mode.model.remove-node.error.json +75 -0
  160. package/vectors/command/mode.read-only.set-property.error.json +77 -0
  161. package/vectors/command/move-node.into-self.error.json +95 -0
  162. package/vectors/command/move-node.reparent.json +196 -0
  163. package/vectors/command/move-node.within-roots.json +188 -0
  164. package/vectors/command/remove-binding.base.json +159 -0
  165. package/vectors/command/remove-binding.missing.error.json +75 -0
  166. package/vectors/command/remove-node.empties-slot.json +167 -0
  167. package/vectors/command/remove-node.missing.error.json +74 -0
  168. package/vectors/command/remove-node.nested.json +192 -0
  169. package/vectors/command/reorder-children.not-permutation.error.json +85 -0
  170. package/vectors/command/reorder-children.roots.json +182 -0
  171. package/vectors/command/reorder-children.slot.json +192 -0
  172. package/vectors/command/reset-inherited-property.missing.error.json +82 -0
  173. package/vectors/command/reset-inherited-property.single-viewport.json +151 -0
  174. package/vectors/command/reset-inherited-property.two-viewports.json +168 -0
  175. package/vectors/command/restore-node.inner-duplicate-id.error.json +115 -0
  176. package/vectors/command/restore-node.subtree-into-slot.json +195 -0
  177. package/vectors/command/set-binding.add.json +159 -0
  178. package/vectors/command/set-binding.replace.json +178 -0
  179. package/vectors/command/set-property.add.json +143 -0
  180. package/vectors/command/set-property.replace.json +146 -0
  181. package/vectors/command/set-property.viewport-add.json +148 -0
  182. package/vectors/command/set-size-role.base.json +144 -0
  183. package/vectors/command/set-size-role.duplicate.json +148 -0
  184. package/vectors/command/set-size-role.viewport-add.json +154 -0
  185. package/vectors/command/unset-property.base.json +143 -0
  186. package/vectors/command/unset-property.missing.error.json +75 -0
  187. package/vectors/command/unset-property.viewport.json +154 -0
  188. package/vectors/command/unset-size-role.missing.error.json +78 -0
  189. package/vectors/command/unset-size-role.viewport.json +154 -0
  190. package/vectors/host/artifact.dependencies.result.json +35 -0
  191. package/vectors/host/artifact.load.stored.json +36 -0
  192. package/vectors/host/artifact.load.unknown.error.json +37 -0
  193. package/vectors/host/artifact.publish.accepted.json +37 -0
  194. package/vectors/host/artifact.publish.forbidden.error.json +37 -0
  195. package/vectors/host/artifact.publish.stale.error.json +38 -0
  196. package/vectors/host/artifact.save.accepted.json +38 -0
  197. package/vectors/host/artifact.save.forbidden.error.json +38 -0
  198. package/vectors/host/artifact.save.stale.error.json +39 -0
  199. package/vectors/host/artifact.unpublish.stale.error.json +38 -0
  200. package/vectors/host/envelope.malformed-context.error.json +36 -0
  201. package/vectors/host/envelope.protocol-version.error.json +36 -0
  202. package/vectors/host/envelope.stale-generation.error.json +36 -0
  203. package/vectors/host/localization.messages.unknown-locale.error.json +36 -0
  204. package/vectors/host/media.abort-upload.unknown.error.json +35 -0
  205. package/vectors/host/media.authorize-upload.granted.json +37 -0
  206. package/vectors/host/media.authorize-upload.path-filename.error.json +39 -0
  207. package/vectors/host/media.authorize-upload.too-large.error.json +38 -0
  208. package/vectors/host/media.complete-upload.unknown.error.json +36 -0
  209. package/vectors/host/media.get.unknown.json +34 -0
  210. package/vectors/host/media.import-external.private-host.error.json +36 -0
  211. package/vectors/host/media.list.cursor.error.json +36 -0
  212. package/vectors/host/media.list.limit.error.json +35 -0
  213. package/vectors/host/media.upload-status.unknown.error.json +35 -0
  214. package/vectors/host/model.get.stored.json +37 -0
  215. package/vectors/host/model.list.authorized.json +31 -0
  216. package/vectors/host/permission.explain.withheld.json +34 -0
  217. package/vectors/host/permission.refresh.snapshot.json +31 -0
  218. package/vectors/host/recovery.load.absent.json +31 -0
  219. package/vectors/host/telemetry.emit.accepted.json +37 -0
  220. package/vectors/host/telemetry.emit.non-primitive.error.json +40 -0
  221. package/vectors/host-sequence/artifact.publish.changed-intent.sequence.json +75 -0
  222. package/vectors/host-sequence/artifact.publish.idempotent-replay.sequence.json +111 -0
  223. package/vectors/host-sequence/preview.cancel.cross-context.sequence.json +78 -0
  224. package/vectors/host-sequence/preview.render.cancelled.sequence.json +75 -0
  225. package/vectors/host-sequence/recovery.store.canonical-number.sequence.json +72 -0
  226. package/vectors/host-sequence/recovery.store.changed-context.sequence.json +61 -0
  227. package/vectors/host-sequence/recovery.store.rate-limited.sequence.json +93 -0
  228. package/vectors/host-sequence/recovery.store.resource-scope.sequence.json +61 -0
  229. package/vectors/host-sequence/recovery.store.wrong-operation-id.sequence.json +56 -0
  230. package/vectors/media/accept.plan-deterministic.json +26 -0
  231. package/vectors/media/accept.size-at-boundary.json +26 -0
  232. package/vectors/media/cancel.complete-noop.json +30 -0
  233. package/vectors/media/cancel.requested.json +30 -0
  234. package/vectors/media/cancel.transferring.json +30 -0
  235. package/vectors/media/cancel.verifying.json +30 -0
  236. package/vectors/media/reject.disallowed-kind.json +23 -0
  237. package/vectors/media/reject.filename-empty.json +22 -0
  238. package/vectors/media/reject.filename-path.json +23 -0
  239. package/vectors/media/reject.size-one-byte-over.json +23 -0
  240. package/vectors/media/retry.fresh-session.json +26 -0
  241. package/vectors/preview/canonical-preorder.json +102 -0
  242. package/vectors/preview/empty-draft.json +36 -0
  243. package/vectors/schema-profile/alternative-limit.accepted.json +95 -0
  244. package/vectors/schema-profile/alternative-limit.rejected.json +92 -0
  245. package/vectors/schema-profile/array-composition.accepted.json +35 -0
  246. package/vectors/schema-profile/byte-limit.accepted.json +30 -0
  247. package/vectors/schema-profile/byte-limit.rejected.json +26 -0
  248. package/vectors/schema-profile/closed-object.accepted.json +38 -0
  249. package/vectors/schema-profile/decimal-multiple.accepted.json +54 -0
  250. package/vectors/schema-profile/depth-limit.accepted.json +90 -0
  251. package/vectors/schema-profile/depth-limit.rejected.json +88 -0
  252. package/vectors/schema-profile/description-limit.accepted.json +29 -0
  253. package/vectors/schema-profile/description-limit.rejected.json +25 -0
  254. package/vectors/schema-profile/diagnostic-precedence.rejected.json +26 -0
  255. package/vectors/schema-profile/duplicate-dependent-required.rejected.json +21 -0
  256. package/vectors/schema-profile/duplicate-required.rejected.json +18 -0
  257. package/vectors/schema-profile/empty-combinator.rejected.json +17 -0
  258. package/vectors/schema-profile/empty-enum.rejected.json +17 -0
  259. package/vectors/schema-profile/enum-limit.accepted.json +89 -0
  260. package/vectors/schema-profile/enum-limit.rejected.json +84 -0
  261. package/vectors/schema-profile/examples-limit.accepted.json +35 -0
  262. package/vectors/schema-profile/examples-limit.rejected.json +31 -0
  263. package/vectors/schema-profile/format-keyword.rejected.json +17 -0
  264. package/vectors/schema-profile/forward-reference-path-precedence.rejected.json +20 -0
  265. package/vectors/schema-profile/invalid-pointer.rejected.json +18 -0
  266. package/vectors/schema-profile/json-depth-limit.accepted.json +278 -0
  267. package/vectors/schema-profile/json-depth-limit.rejected.json +276 -0
  268. package/vectors/schema-profile/json-item-limit.accepted.json +686 -0
  269. package/vectors/schema-profile/json-item-limit.rejected.json +682 -0
  270. package/vectors/schema-profile/json-property-limit.accepted.json +1031 -0
  271. package/vectors/schema-profile/json-property-limit.rejected.json +1028 -0
  272. package/vectors/schema-profile/local-reference.accepted.json +28 -0
  273. package/vectors/schema-profile/memoized-diagnostic.accepted.json +31 -0
  274. package/vectors/schema-profile/node-limit.accepted.json +1097 -0
  275. package/vectors/schema-profile/node-limit.rejected.json +1094 -0
  276. package/vectors/schema-profile/non-object-root.rejected.json +9 -0
  277. package/vectors/schema-profile/non-schema-reference.rejected.json +21 -0
  278. package/vectors/schema-profile/object-key-limit.accepted.json +32 -0
  279. package/vectors/schema-profile/object-key-limit.rejected.json +28 -0
  280. package/vectors/schema-profile/open-root.rejected.json +13 -0
  281. package/vectors/schema-profile/percent-encoded-pointer.rejected.json +26 -0
  282. package/vectors/schema-profile/property-name-limit.accepted.json +543 -0
  283. package/vectors/schema-profile/property-name-limit.rejected.json +536 -0
  284. package/vectors/schema-profile/recursive-diagnostic-precedence.rejected.json +30 -0
  285. package/vectors/schema-profile/recursive-reference.rejected.json +24 -0
  286. package/vectors/schema-profile/reference-fanout.accepted.json +662 -0
  287. package/vectors/schema-profile/reference-length-limit.accepted.json +45 -0
  288. package/vectors/schema-profile/reference-length-limit.rejected.json +39 -0
  289. package/vectors/schema-profile/reference-limit.accepted.json +416 -0
  290. package/vectors/schema-profile/reference-limit.rejected.json +415 -0
  291. package/vectors/schema-profile/reference-vs-keyword-precedence.rejected.json +22 -0
  292. package/vectors/schema-profile/reserved-pointer.rejected.json +26 -0
  293. package/vectors/schema-profile/root-diagnostic-precedence.rejected.json +16 -0
  294. package/vectors/schema-profile/root-vs-reference-precedence.rejected.json +19 -0
  295. package/vectors/schema-profile/schema-map-limit.accepted.json +539 -0
  296. package/vectors/schema-profile/schema-map-limit.rejected.json +536 -0
  297. package/vectors/schema-profile/semantic-recursion-precedence.rejected.json +21 -0
  298. package/vectors/schema-profile/semantic-reference-precedence.rejected.json +21 -0
  299. package/vectors/schema-profile/title-limit.accepted.json +29 -0
  300. package/vectors/schema-profile/title-limit.rejected.json +25 -0
  301. package/vectors/schema-profile/unresolved-reference.rejected.json +17 -0
  302. package/vectors/schema-profile/unsafe-dependent-required.rejected.json +24 -0
  303. package/vectors/schema-profile/unsafe-member.rejected.json +17 -0
  304. package/vectors/schema-profile/unsafe-required.rejected.json +17 -0
@@ -0,0 +1,1031 @@
1
+ {
2
+ "contractVersion": "0.1-draft",
3
+ "kind": "schema-profile-vector",
4
+ "id": "schema-profile/json-property-limit-boundary",
5
+ "description": "A JSON-valued operand with exactly the published per-object property limit remains admissible.",
6
+ "profile": "studio.profile/schema-property",
7
+ "schema": {
8
+ "additionalProperties": false,
9
+ "properties": {
10
+ "value": {
11
+ "const": {
12
+ "key-0000": 0,
13
+ "key-0001": 1,
14
+ "key-0002": 2,
15
+ "key-0003": 3,
16
+ "key-0004": 4,
17
+ "key-0005": 5,
18
+ "key-0006": 6,
19
+ "key-0007": 7,
20
+ "key-0008": 8,
21
+ "key-0009": 9,
22
+ "key-0010": 10,
23
+ "key-0011": 11,
24
+ "key-0012": 12,
25
+ "key-0013": 13,
26
+ "key-0014": 14,
27
+ "key-0015": 15,
28
+ "key-0016": 16,
29
+ "key-0017": 17,
30
+ "key-0018": 18,
31
+ "key-0019": 19,
32
+ "key-0020": 20,
33
+ "key-0021": 21,
34
+ "key-0022": 22,
35
+ "key-0023": 23,
36
+ "key-0024": 24,
37
+ "key-0025": 25,
38
+ "key-0026": 26,
39
+ "key-0027": 27,
40
+ "key-0028": 28,
41
+ "key-0029": 29,
42
+ "key-0030": 30,
43
+ "key-0031": 31,
44
+ "key-0032": 32,
45
+ "key-0033": 33,
46
+ "key-0034": 34,
47
+ "key-0035": 35,
48
+ "key-0036": 36,
49
+ "key-0037": 37,
50
+ "key-0038": 38,
51
+ "key-0039": 39,
52
+ "key-0040": 40,
53
+ "key-0041": 41,
54
+ "key-0042": 42,
55
+ "key-0043": 43,
56
+ "key-0044": 44,
57
+ "key-0045": 45,
58
+ "key-0046": 46,
59
+ "key-0047": 47,
60
+ "key-0048": 48,
61
+ "key-0049": 49,
62
+ "key-0050": 50,
63
+ "key-0051": 51,
64
+ "key-0052": 52,
65
+ "key-0053": 53,
66
+ "key-0054": 54,
67
+ "key-0055": 55,
68
+ "key-0056": 56,
69
+ "key-0057": 57,
70
+ "key-0058": 58,
71
+ "key-0059": 59,
72
+ "key-0060": 60,
73
+ "key-0061": 61,
74
+ "key-0062": 62,
75
+ "key-0063": 63,
76
+ "key-0064": 64,
77
+ "key-0065": 65,
78
+ "key-0066": 66,
79
+ "key-0067": 67,
80
+ "key-0068": 68,
81
+ "key-0069": 69,
82
+ "key-0070": 70,
83
+ "key-0071": 71,
84
+ "key-0072": 72,
85
+ "key-0073": 73,
86
+ "key-0074": 74,
87
+ "key-0075": 75,
88
+ "key-0076": 76,
89
+ "key-0077": 77,
90
+ "key-0078": 78,
91
+ "key-0079": 79,
92
+ "key-0080": 80,
93
+ "key-0081": 81,
94
+ "key-0082": 82,
95
+ "key-0083": 83,
96
+ "key-0084": 84,
97
+ "key-0085": 85,
98
+ "key-0086": 86,
99
+ "key-0087": 87,
100
+ "key-0088": 88,
101
+ "key-0089": 89,
102
+ "key-0090": 90,
103
+ "key-0091": 91,
104
+ "key-0092": 92,
105
+ "key-0093": 93,
106
+ "key-0094": 94,
107
+ "key-0095": 95,
108
+ "key-0096": 96,
109
+ "key-0097": 97,
110
+ "key-0098": 98,
111
+ "key-0099": 99,
112
+ "key-0100": 100,
113
+ "key-0101": 101,
114
+ "key-0102": 102,
115
+ "key-0103": 103,
116
+ "key-0104": 104,
117
+ "key-0105": 105,
118
+ "key-0106": 106,
119
+ "key-0107": 107,
120
+ "key-0108": 108,
121
+ "key-0109": 109,
122
+ "key-0110": 110,
123
+ "key-0111": 111,
124
+ "key-0112": 112,
125
+ "key-0113": 113,
126
+ "key-0114": 114,
127
+ "key-0115": 115,
128
+ "key-0116": 116,
129
+ "key-0117": 117,
130
+ "key-0118": 118,
131
+ "key-0119": 119,
132
+ "key-0120": 120,
133
+ "key-0121": 121,
134
+ "key-0122": 122,
135
+ "key-0123": 123,
136
+ "key-0124": 124,
137
+ "key-0125": 125,
138
+ "key-0126": 126,
139
+ "key-0127": 127,
140
+ "key-0128": 128,
141
+ "key-0129": 129,
142
+ "key-0130": 130,
143
+ "key-0131": 131,
144
+ "key-0132": 132,
145
+ "key-0133": 133,
146
+ "key-0134": 134,
147
+ "key-0135": 135,
148
+ "key-0136": 136,
149
+ "key-0137": 137,
150
+ "key-0138": 138,
151
+ "key-0139": 139,
152
+ "key-0140": 140,
153
+ "key-0141": 141,
154
+ "key-0142": 142,
155
+ "key-0143": 143,
156
+ "key-0144": 144,
157
+ "key-0145": 145,
158
+ "key-0146": 146,
159
+ "key-0147": 147,
160
+ "key-0148": 148,
161
+ "key-0149": 149,
162
+ "key-0150": 150,
163
+ "key-0151": 151,
164
+ "key-0152": 152,
165
+ "key-0153": 153,
166
+ "key-0154": 154,
167
+ "key-0155": 155,
168
+ "key-0156": 156,
169
+ "key-0157": 157,
170
+ "key-0158": 158,
171
+ "key-0159": 159,
172
+ "key-0160": 160,
173
+ "key-0161": 161,
174
+ "key-0162": 162,
175
+ "key-0163": 163,
176
+ "key-0164": 164,
177
+ "key-0165": 165,
178
+ "key-0166": 166,
179
+ "key-0167": 167,
180
+ "key-0168": 168,
181
+ "key-0169": 169,
182
+ "key-0170": 170,
183
+ "key-0171": 171,
184
+ "key-0172": 172,
185
+ "key-0173": 173,
186
+ "key-0174": 174,
187
+ "key-0175": 175,
188
+ "key-0176": 176,
189
+ "key-0177": 177,
190
+ "key-0178": 178,
191
+ "key-0179": 179,
192
+ "key-0180": 180,
193
+ "key-0181": 181,
194
+ "key-0182": 182,
195
+ "key-0183": 183,
196
+ "key-0184": 184,
197
+ "key-0185": 185,
198
+ "key-0186": 186,
199
+ "key-0187": 187,
200
+ "key-0188": 188,
201
+ "key-0189": 189,
202
+ "key-0190": 190,
203
+ "key-0191": 191,
204
+ "key-0192": 192,
205
+ "key-0193": 193,
206
+ "key-0194": 194,
207
+ "key-0195": 195,
208
+ "key-0196": 196,
209
+ "key-0197": 197,
210
+ "key-0198": 198,
211
+ "key-0199": 199,
212
+ "key-0200": 200,
213
+ "key-0201": 201,
214
+ "key-0202": 202,
215
+ "key-0203": 203,
216
+ "key-0204": 204,
217
+ "key-0205": 205,
218
+ "key-0206": 206,
219
+ "key-0207": 207,
220
+ "key-0208": 208,
221
+ "key-0209": 209,
222
+ "key-0210": 210,
223
+ "key-0211": 211,
224
+ "key-0212": 212,
225
+ "key-0213": 213,
226
+ "key-0214": 214,
227
+ "key-0215": 215,
228
+ "key-0216": 216,
229
+ "key-0217": 217,
230
+ "key-0218": 218,
231
+ "key-0219": 219,
232
+ "key-0220": 220,
233
+ "key-0221": 221,
234
+ "key-0222": 222,
235
+ "key-0223": 223,
236
+ "key-0224": 224,
237
+ "key-0225": 225,
238
+ "key-0226": 226,
239
+ "key-0227": 227,
240
+ "key-0228": 228,
241
+ "key-0229": 229,
242
+ "key-0230": 230,
243
+ "key-0231": 231,
244
+ "key-0232": 232,
245
+ "key-0233": 233,
246
+ "key-0234": 234,
247
+ "key-0235": 235,
248
+ "key-0236": 236,
249
+ "key-0237": 237,
250
+ "key-0238": 238,
251
+ "key-0239": 239,
252
+ "key-0240": 240,
253
+ "key-0241": 241,
254
+ "key-0242": 242,
255
+ "key-0243": 243,
256
+ "key-0244": 244,
257
+ "key-0245": 245,
258
+ "key-0246": 246,
259
+ "key-0247": 247,
260
+ "key-0248": 248,
261
+ "key-0249": 249,
262
+ "key-0250": 250,
263
+ "key-0251": 251,
264
+ "key-0252": 252,
265
+ "key-0253": 253,
266
+ "key-0254": 254,
267
+ "key-0255": 255,
268
+ "key-0256": 256,
269
+ "key-0257": 257,
270
+ "key-0258": 258,
271
+ "key-0259": 259,
272
+ "key-0260": 260,
273
+ "key-0261": 261,
274
+ "key-0262": 262,
275
+ "key-0263": 263,
276
+ "key-0264": 264,
277
+ "key-0265": 265,
278
+ "key-0266": 266,
279
+ "key-0267": 267,
280
+ "key-0268": 268,
281
+ "key-0269": 269,
282
+ "key-0270": 270,
283
+ "key-0271": 271,
284
+ "key-0272": 272,
285
+ "key-0273": 273,
286
+ "key-0274": 274,
287
+ "key-0275": 275,
288
+ "key-0276": 276,
289
+ "key-0277": 277,
290
+ "key-0278": 278,
291
+ "key-0279": 279,
292
+ "key-0280": 280,
293
+ "key-0281": 281,
294
+ "key-0282": 282,
295
+ "key-0283": 283,
296
+ "key-0284": 284,
297
+ "key-0285": 285,
298
+ "key-0286": 286,
299
+ "key-0287": 287,
300
+ "key-0288": 288,
301
+ "key-0289": 289,
302
+ "key-0290": 290,
303
+ "key-0291": 291,
304
+ "key-0292": 292,
305
+ "key-0293": 293,
306
+ "key-0294": 294,
307
+ "key-0295": 295,
308
+ "key-0296": 296,
309
+ "key-0297": 297,
310
+ "key-0298": 298,
311
+ "key-0299": 299,
312
+ "key-0300": 300,
313
+ "key-0301": 301,
314
+ "key-0302": 302,
315
+ "key-0303": 303,
316
+ "key-0304": 304,
317
+ "key-0305": 305,
318
+ "key-0306": 306,
319
+ "key-0307": 307,
320
+ "key-0308": 308,
321
+ "key-0309": 309,
322
+ "key-0310": 310,
323
+ "key-0311": 311,
324
+ "key-0312": 312,
325
+ "key-0313": 313,
326
+ "key-0314": 314,
327
+ "key-0315": 315,
328
+ "key-0316": 316,
329
+ "key-0317": 317,
330
+ "key-0318": 318,
331
+ "key-0319": 319,
332
+ "key-0320": 320,
333
+ "key-0321": 321,
334
+ "key-0322": 322,
335
+ "key-0323": 323,
336
+ "key-0324": 324,
337
+ "key-0325": 325,
338
+ "key-0326": 326,
339
+ "key-0327": 327,
340
+ "key-0328": 328,
341
+ "key-0329": 329,
342
+ "key-0330": 330,
343
+ "key-0331": 331,
344
+ "key-0332": 332,
345
+ "key-0333": 333,
346
+ "key-0334": 334,
347
+ "key-0335": 335,
348
+ "key-0336": 336,
349
+ "key-0337": 337,
350
+ "key-0338": 338,
351
+ "key-0339": 339,
352
+ "key-0340": 340,
353
+ "key-0341": 341,
354
+ "key-0342": 342,
355
+ "key-0343": 343,
356
+ "key-0344": 344,
357
+ "key-0345": 345,
358
+ "key-0346": 346,
359
+ "key-0347": 347,
360
+ "key-0348": 348,
361
+ "key-0349": 349,
362
+ "key-0350": 350,
363
+ "key-0351": 351,
364
+ "key-0352": 352,
365
+ "key-0353": 353,
366
+ "key-0354": 354,
367
+ "key-0355": 355,
368
+ "key-0356": 356,
369
+ "key-0357": 357,
370
+ "key-0358": 358,
371
+ "key-0359": 359,
372
+ "key-0360": 360,
373
+ "key-0361": 361,
374
+ "key-0362": 362,
375
+ "key-0363": 363,
376
+ "key-0364": 364,
377
+ "key-0365": 365,
378
+ "key-0366": 366,
379
+ "key-0367": 367,
380
+ "key-0368": 368,
381
+ "key-0369": 369,
382
+ "key-0370": 370,
383
+ "key-0371": 371,
384
+ "key-0372": 372,
385
+ "key-0373": 373,
386
+ "key-0374": 374,
387
+ "key-0375": 375,
388
+ "key-0376": 376,
389
+ "key-0377": 377,
390
+ "key-0378": 378,
391
+ "key-0379": 379,
392
+ "key-0380": 380,
393
+ "key-0381": 381,
394
+ "key-0382": 382,
395
+ "key-0383": 383,
396
+ "key-0384": 384,
397
+ "key-0385": 385,
398
+ "key-0386": 386,
399
+ "key-0387": 387,
400
+ "key-0388": 388,
401
+ "key-0389": 389,
402
+ "key-0390": 390,
403
+ "key-0391": 391,
404
+ "key-0392": 392,
405
+ "key-0393": 393,
406
+ "key-0394": 394,
407
+ "key-0395": 395,
408
+ "key-0396": 396,
409
+ "key-0397": 397,
410
+ "key-0398": 398,
411
+ "key-0399": 399,
412
+ "key-0400": 400,
413
+ "key-0401": 401,
414
+ "key-0402": 402,
415
+ "key-0403": 403,
416
+ "key-0404": 404,
417
+ "key-0405": 405,
418
+ "key-0406": 406,
419
+ "key-0407": 407,
420
+ "key-0408": 408,
421
+ "key-0409": 409,
422
+ "key-0410": 410,
423
+ "key-0411": 411,
424
+ "key-0412": 412,
425
+ "key-0413": 413,
426
+ "key-0414": 414,
427
+ "key-0415": 415,
428
+ "key-0416": 416,
429
+ "key-0417": 417,
430
+ "key-0418": 418,
431
+ "key-0419": 419,
432
+ "key-0420": 420,
433
+ "key-0421": 421,
434
+ "key-0422": 422,
435
+ "key-0423": 423,
436
+ "key-0424": 424,
437
+ "key-0425": 425,
438
+ "key-0426": 426,
439
+ "key-0427": 427,
440
+ "key-0428": 428,
441
+ "key-0429": 429,
442
+ "key-0430": 430,
443
+ "key-0431": 431,
444
+ "key-0432": 432,
445
+ "key-0433": 433,
446
+ "key-0434": 434,
447
+ "key-0435": 435,
448
+ "key-0436": 436,
449
+ "key-0437": 437,
450
+ "key-0438": 438,
451
+ "key-0439": 439,
452
+ "key-0440": 440,
453
+ "key-0441": 441,
454
+ "key-0442": 442,
455
+ "key-0443": 443,
456
+ "key-0444": 444,
457
+ "key-0445": 445,
458
+ "key-0446": 446,
459
+ "key-0447": 447,
460
+ "key-0448": 448,
461
+ "key-0449": 449,
462
+ "key-0450": 450,
463
+ "key-0451": 451,
464
+ "key-0452": 452,
465
+ "key-0453": 453,
466
+ "key-0454": 454,
467
+ "key-0455": 455,
468
+ "key-0456": 456,
469
+ "key-0457": 457,
470
+ "key-0458": 458,
471
+ "key-0459": 459,
472
+ "key-0460": 460,
473
+ "key-0461": 461,
474
+ "key-0462": 462,
475
+ "key-0463": 463,
476
+ "key-0464": 464,
477
+ "key-0465": 465,
478
+ "key-0466": 466,
479
+ "key-0467": 467,
480
+ "key-0468": 468,
481
+ "key-0469": 469,
482
+ "key-0470": 470,
483
+ "key-0471": 471,
484
+ "key-0472": 472,
485
+ "key-0473": 473,
486
+ "key-0474": 474,
487
+ "key-0475": 475,
488
+ "key-0476": 476,
489
+ "key-0477": 477,
490
+ "key-0478": 478,
491
+ "key-0479": 479,
492
+ "key-0480": 480,
493
+ "key-0481": 481,
494
+ "key-0482": 482,
495
+ "key-0483": 483,
496
+ "key-0484": 484,
497
+ "key-0485": 485,
498
+ "key-0486": 486,
499
+ "key-0487": 487,
500
+ "key-0488": 488,
501
+ "key-0489": 489,
502
+ "key-0490": 490,
503
+ "key-0491": 491,
504
+ "key-0492": 492,
505
+ "key-0493": 493,
506
+ "key-0494": 494,
507
+ "key-0495": 495,
508
+ "key-0496": 496,
509
+ "key-0497": 497,
510
+ "key-0498": 498,
511
+ "key-0499": 499,
512
+ "key-0500": 500,
513
+ "key-0501": 501,
514
+ "key-0502": 502,
515
+ "key-0503": 503,
516
+ "key-0504": 504,
517
+ "key-0505": 505,
518
+ "key-0506": 506,
519
+ "key-0507": 507,
520
+ "key-0508": 508,
521
+ "key-0509": 509,
522
+ "key-0510": 510,
523
+ "key-0511": 511,
524
+ "key-0512": 512,
525
+ "key-0513": 513,
526
+ "key-0514": 514,
527
+ "key-0515": 515,
528
+ "key-0516": 516,
529
+ "key-0517": 517,
530
+ "key-0518": 518,
531
+ "key-0519": 519,
532
+ "key-0520": 520,
533
+ "key-0521": 521,
534
+ "key-0522": 522,
535
+ "key-0523": 523,
536
+ "key-0524": 524,
537
+ "key-0525": 525,
538
+ "key-0526": 526,
539
+ "key-0527": 527,
540
+ "key-0528": 528,
541
+ "key-0529": 529,
542
+ "key-0530": 530,
543
+ "key-0531": 531,
544
+ "key-0532": 532,
545
+ "key-0533": 533,
546
+ "key-0534": 534,
547
+ "key-0535": 535,
548
+ "key-0536": 536,
549
+ "key-0537": 537,
550
+ "key-0538": 538,
551
+ "key-0539": 539,
552
+ "key-0540": 540,
553
+ "key-0541": 541,
554
+ "key-0542": 542,
555
+ "key-0543": 543,
556
+ "key-0544": 544,
557
+ "key-0545": 545,
558
+ "key-0546": 546,
559
+ "key-0547": 547,
560
+ "key-0548": 548,
561
+ "key-0549": 549,
562
+ "key-0550": 550,
563
+ "key-0551": 551,
564
+ "key-0552": 552,
565
+ "key-0553": 553,
566
+ "key-0554": 554,
567
+ "key-0555": 555,
568
+ "key-0556": 556,
569
+ "key-0557": 557,
570
+ "key-0558": 558,
571
+ "key-0559": 559,
572
+ "key-0560": 560,
573
+ "key-0561": 561,
574
+ "key-0562": 562,
575
+ "key-0563": 563,
576
+ "key-0564": 564,
577
+ "key-0565": 565,
578
+ "key-0566": 566,
579
+ "key-0567": 567,
580
+ "key-0568": 568,
581
+ "key-0569": 569,
582
+ "key-0570": 570,
583
+ "key-0571": 571,
584
+ "key-0572": 572,
585
+ "key-0573": 573,
586
+ "key-0574": 574,
587
+ "key-0575": 575,
588
+ "key-0576": 576,
589
+ "key-0577": 577,
590
+ "key-0578": 578,
591
+ "key-0579": 579,
592
+ "key-0580": 580,
593
+ "key-0581": 581,
594
+ "key-0582": 582,
595
+ "key-0583": 583,
596
+ "key-0584": 584,
597
+ "key-0585": 585,
598
+ "key-0586": 586,
599
+ "key-0587": 587,
600
+ "key-0588": 588,
601
+ "key-0589": 589,
602
+ "key-0590": 590,
603
+ "key-0591": 591,
604
+ "key-0592": 592,
605
+ "key-0593": 593,
606
+ "key-0594": 594,
607
+ "key-0595": 595,
608
+ "key-0596": 596,
609
+ "key-0597": 597,
610
+ "key-0598": 598,
611
+ "key-0599": 599,
612
+ "key-0600": 600,
613
+ "key-0601": 601,
614
+ "key-0602": 602,
615
+ "key-0603": 603,
616
+ "key-0604": 604,
617
+ "key-0605": 605,
618
+ "key-0606": 606,
619
+ "key-0607": 607,
620
+ "key-0608": 608,
621
+ "key-0609": 609,
622
+ "key-0610": 610,
623
+ "key-0611": 611,
624
+ "key-0612": 612,
625
+ "key-0613": 613,
626
+ "key-0614": 614,
627
+ "key-0615": 615,
628
+ "key-0616": 616,
629
+ "key-0617": 617,
630
+ "key-0618": 618,
631
+ "key-0619": 619,
632
+ "key-0620": 620,
633
+ "key-0621": 621,
634
+ "key-0622": 622,
635
+ "key-0623": 623,
636
+ "key-0624": 624,
637
+ "key-0625": 625,
638
+ "key-0626": 626,
639
+ "key-0627": 627,
640
+ "key-0628": 628,
641
+ "key-0629": 629,
642
+ "key-0630": 630,
643
+ "key-0631": 631,
644
+ "key-0632": 632,
645
+ "key-0633": 633,
646
+ "key-0634": 634,
647
+ "key-0635": 635,
648
+ "key-0636": 636,
649
+ "key-0637": 637,
650
+ "key-0638": 638,
651
+ "key-0639": 639,
652
+ "key-0640": 640,
653
+ "key-0641": 641,
654
+ "key-0642": 642,
655
+ "key-0643": 643,
656
+ "key-0644": 644,
657
+ "key-0645": 645,
658
+ "key-0646": 646,
659
+ "key-0647": 647,
660
+ "key-0648": 648,
661
+ "key-0649": 649,
662
+ "key-0650": 650,
663
+ "key-0651": 651,
664
+ "key-0652": 652,
665
+ "key-0653": 653,
666
+ "key-0654": 654,
667
+ "key-0655": 655,
668
+ "key-0656": 656,
669
+ "key-0657": 657,
670
+ "key-0658": 658,
671
+ "key-0659": 659,
672
+ "key-0660": 660,
673
+ "key-0661": 661,
674
+ "key-0662": 662,
675
+ "key-0663": 663,
676
+ "key-0664": 664,
677
+ "key-0665": 665,
678
+ "key-0666": 666,
679
+ "key-0667": 667,
680
+ "key-0668": 668,
681
+ "key-0669": 669,
682
+ "key-0670": 670,
683
+ "key-0671": 671,
684
+ "key-0672": 672,
685
+ "key-0673": 673,
686
+ "key-0674": 674,
687
+ "key-0675": 675,
688
+ "key-0676": 676,
689
+ "key-0677": 677,
690
+ "key-0678": 678,
691
+ "key-0679": 679,
692
+ "key-0680": 680,
693
+ "key-0681": 681,
694
+ "key-0682": 682,
695
+ "key-0683": 683,
696
+ "key-0684": 684,
697
+ "key-0685": 685,
698
+ "key-0686": 686,
699
+ "key-0687": 687,
700
+ "key-0688": 688,
701
+ "key-0689": 689,
702
+ "key-0690": 690,
703
+ "key-0691": 691,
704
+ "key-0692": 692,
705
+ "key-0693": 693,
706
+ "key-0694": 694,
707
+ "key-0695": 695,
708
+ "key-0696": 696,
709
+ "key-0697": 697,
710
+ "key-0698": 698,
711
+ "key-0699": 699,
712
+ "key-0700": 700,
713
+ "key-0701": 701,
714
+ "key-0702": 702,
715
+ "key-0703": 703,
716
+ "key-0704": 704,
717
+ "key-0705": 705,
718
+ "key-0706": 706,
719
+ "key-0707": 707,
720
+ "key-0708": 708,
721
+ "key-0709": 709,
722
+ "key-0710": 710,
723
+ "key-0711": 711,
724
+ "key-0712": 712,
725
+ "key-0713": 713,
726
+ "key-0714": 714,
727
+ "key-0715": 715,
728
+ "key-0716": 716,
729
+ "key-0717": 717,
730
+ "key-0718": 718,
731
+ "key-0719": 719,
732
+ "key-0720": 720,
733
+ "key-0721": 721,
734
+ "key-0722": 722,
735
+ "key-0723": 723,
736
+ "key-0724": 724,
737
+ "key-0725": 725,
738
+ "key-0726": 726,
739
+ "key-0727": 727,
740
+ "key-0728": 728,
741
+ "key-0729": 729,
742
+ "key-0730": 730,
743
+ "key-0731": 731,
744
+ "key-0732": 732,
745
+ "key-0733": 733,
746
+ "key-0734": 734,
747
+ "key-0735": 735,
748
+ "key-0736": 736,
749
+ "key-0737": 737,
750
+ "key-0738": 738,
751
+ "key-0739": 739,
752
+ "key-0740": 740,
753
+ "key-0741": 741,
754
+ "key-0742": 742,
755
+ "key-0743": 743,
756
+ "key-0744": 744,
757
+ "key-0745": 745,
758
+ "key-0746": 746,
759
+ "key-0747": 747,
760
+ "key-0748": 748,
761
+ "key-0749": 749,
762
+ "key-0750": 750,
763
+ "key-0751": 751,
764
+ "key-0752": 752,
765
+ "key-0753": 753,
766
+ "key-0754": 754,
767
+ "key-0755": 755,
768
+ "key-0756": 756,
769
+ "key-0757": 757,
770
+ "key-0758": 758,
771
+ "key-0759": 759,
772
+ "key-0760": 760,
773
+ "key-0761": 761,
774
+ "key-0762": 762,
775
+ "key-0763": 763,
776
+ "key-0764": 764,
777
+ "key-0765": 765,
778
+ "key-0766": 766,
779
+ "key-0767": 767,
780
+ "key-0768": 768,
781
+ "key-0769": 769,
782
+ "key-0770": 770,
783
+ "key-0771": 771,
784
+ "key-0772": 772,
785
+ "key-0773": 773,
786
+ "key-0774": 774,
787
+ "key-0775": 775,
788
+ "key-0776": 776,
789
+ "key-0777": 777,
790
+ "key-0778": 778,
791
+ "key-0779": 779,
792
+ "key-0780": 780,
793
+ "key-0781": 781,
794
+ "key-0782": 782,
795
+ "key-0783": 783,
796
+ "key-0784": 784,
797
+ "key-0785": 785,
798
+ "key-0786": 786,
799
+ "key-0787": 787,
800
+ "key-0788": 788,
801
+ "key-0789": 789,
802
+ "key-0790": 790,
803
+ "key-0791": 791,
804
+ "key-0792": 792,
805
+ "key-0793": 793,
806
+ "key-0794": 794,
807
+ "key-0795": 795,
808
+ "key-0796": 796,
809
+ "key-0797": 797,
810
+ "key-0798": 798,
811
+ "key-0799": 799,
812
+ "key-0800": 800,
813
+ "key-0801": 801,
814
+ "key-0802": 802,
815
+ "key-0803": 803,
816
+ "key-0804": 804,
817
+ "key-0805": 805,
818
+ "key-0806": 806,
819
+ "key-0807": 807,
820
+ "key-0808": 808,
821
+ "key-0809": 809,
822
+ "key-0810": 810,
823
+ "key-0811": 811,
824
+ "key-0812": 812,
825
+ "key-0813": 813,
826
+ "key-0814": 814,
827
+ "key-0815": 815,
828
+ "key-0816": 816,
829
+ "key-0817": 817,
830
+ "key-0818": 818,
831
+ "key-0819": 819,
832
+ "key-0820": 820,
833
+ "key-0821": 821,
834
+ "key-0822": 822,
835
+ "key-0823": 823,
836
+ "key-0824": 824,
837
+ "key-0825": 825,
838
+ "key-0826": 826,
839
+ "key-0827": 827,
840
+ "key-0828": 828,
841
+ "key-0829": 829,
842
+ "key-0830": 830,
843
+ "key-0831": 831,
844
+ "key-0832": 832,
845
+ "key-0833": 833,
846
+ "key-0834": 834,
847
+ "key-0835": 835,
848
+ "key-0836": 836,
849
+ "key-0837": 837,
850
+ "key-0838": 838,
851
+ "key-0839": 839,
852
+ "key-0840": 840,
853
+ "key-0841": 841,
854
+ "key-0842": 842,
855
+ "key-0843": 843,
856
+ "key-0844": 844,
857
+ "key-0845": 845,
858
+ "key-0846": 846,
859
+ "key-0847": 847,
860
+ "key-0848": 848,
861
+ "key-0849": 849,
862
+ "key-0850": 850,
863
+ "key-0851": 851,
864
+ "key-0852": 852,
865
+ "key-0853": 853,
866
+ "key-0854": 854,
867
+ "key-0855": 855,
868
+ "key-0856": 856,
869
+ "key-0857": 857,
870
+ "key-0858": 858,
871
+ "key-0859": 859,
872
+ "key-0860": 860,
873
+ "key-0861": 861,
874
+ "key-0862": 862,
875
+ "key-0863": 863,
876
+ "key-0864": 864,
877
+ "key-0865": 865,
878
+ "key-0866": 866,
879
+ "key-0867": 867,
880
+ "key-0868": 868,
881
+ "key-0869": 869,
882
+ "key-0870": 870,
883
+ "key-0871": 871,
884
+ "key-0872": 872,
885
+ "key-0873": 873,
886
+ "key-0874": 874,
887
+ "key-0875": 875,
888
+ "key-0876": 876,
889
+ "key-0877": 877,
890
+ "key-0878": 878,
891
+ "key-0879": 879,
892
+ "key-0880": 880,
893
+ "key-0881": 881,
894
+ "key-0882": 882,
895
+ "key-0883": 883,
896
+ "key-0884": 884,
897
+ "key-0885": 885,
898
+ "key-0886": 886,
899
+ "key-0887": 887,
900
+ "key-0888": 888,
901
+ "key-0889": 889,
902
+ "key-0890": 890,
903
+ "key-0891": 891,
904
+ "key-0892": 892,
905
+ "key-0893": 893,
906
+ "key-0894": 894,
907
+ "key-0895": 895,
908
+ "key-0896": 896,
909
+ "key-0897": 897,
910
+ "key-0898": 898,
911
+ "key-0899": 899,
912
+ "key-0900": 900,
913
+ "key-0901": 901,
914
+ "key-0902": 902,
915
+ "key-0903": 903,
916
+ "key-0904": 904,
917
+ "key-0905": 905,
918
+ "key-0906": 906,
919
+ "key-0907": 907,
920
+ "key-0908": 908,
921
+ "key-0909": 909,
922
+ "key-0910": 910,
923
+ "key-0911": 911,
924
+ "key-0912": 912,
925
+ "key-0913": 913,
926
+ "key-0914": 914,
927
+ "key-0915": 915,
928
+ "key-0916": 916,
929
+ "key-0917": 917,
930
+ "key-0918": 918,
931
+ "key-0919": 919,
932
+ "key-0920": 920,
933
+ "key-0921": 921,
934
+ "key-0922": 922,
935
+ "key-0923": 923,
936
+ "key-0924": 924,
937
+ "key-0925": 925,
938
+ "key-0926": 926,
939
+ "key-0927": 927,
940
+ "key-0928": 928,
941
+ "key-0929": 929,
942
+ "key-0930": 930,
943
+ "key-0931": 931,
944
+ "key-0932": 932,
945
+ "key-0933": 933,
946
+ "key-0934": 934,
947
+ "key-0935": 935,
948
+ "key-0936": 936,
949
+ "key-0937": 937,
950
+ "key-0938": 938,
951
+ "key-0939": 939,
952
+ "key-0940": 940,
953
+ "key-0941": 941,
954
+ "key-0942": 942,
955
+ "key-0943": 943,
956
+ "key-0944": 944,
957
+ "key-0945": 945,
958
+ "key-0946": 946,
959
+ "key-0947": 947,
960
+ "key-0948": 948,
961
+ "key-0949": 949,
962
+ "key-0950": 950,
963
+ "key-0951": 951,
964
+ "key-0952": 952,
965
+ "key-0953": 953,
966
+ "key-0954": 954,
967
+ "key-0955": 955,
968
+ "key-0956": 956,
969
+ "key-0957": 957,
970
+ "key-0958": 958,
971
+ "key-0959": 959,
972
+ "key-0960": 960,
973
+ "key-0961": 961,
974
+ "key-0962": 962,
975
+ "key-0963": 963,
976
+ "key-0964": 964,
977
+ "key-0965": 965,
978
+ "key-0966": 966,
979
+ "key-0967": 967,
980
+ "key-0968": 968,
981
+ "key-0969": 969,
982
+ "key-0970": 970,
983
+ "key-0971": 971,
984
+ "key-0972": 972,
985
+ "key-0973": 973,
986
+ "key-0974": 974,
987
+ "key-0975": 975,
988
+ "key-0976": 976,
989
+ "key-0977": 977,
990
+ "key-0978": 978,
991
+ "key-0979": 979,
992
+ "key-0980": 980,
993
+ "key-0981": 981,
994
+ "key-0982": 982,
995
+ "key-0983": 983,
996
+ "key-0984": 984,
997
+ "key-0985": 985,
998
+ "key-0986": 986,
999
+ "key-0987": 987,
1000
+ "key-0988": 988,
1001
+ "key-0989": 989,
1002
+ "key-0990": 990,
1003
+ "key-0991": 991,
1004
+ "key-0992": 992,
1005
+ "key-0993": 993,
1006
+ "key-0994": 994,
1007
+ "key-0995": 995,
1008
+ "key-0996": 996,
1009
+ "key-0997": 997,
1010
+ "key-0998": 998,
1011
+ "key-0999": 999
1012
+ }
1013
+ }
1014
+ },
1015
+ "type": "object"
1016
+ },
1017
+ "expect": {
1018
+ "outcome": "accepted",
1019
+ "instances": [
1020
+ {
1021
+ "value": {},
1022
+ "valid": true
1023
+ }
1024
+ ]
1025
+ },
1026
+ "boundary": {
1027
+ "limit": "maxJsonProperties",
1028
+ "position": "at-limit",
1029
+ "value": 1000
1030
+ }
1031
+ }