@agent-vm/agent-portal-sdk 0.0.113 → 0.0.115

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