rtistree 0.5.0

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 (181) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/LICENSE +21 -0
  3. package/README.md +99 -0
  4. package/THIRD_PARTY_NOTICES.md +25 -0
  5. package/dist/art-direction.d.ts +77 -0
  6. package/dist/art-direction.js +186 -0
  7. package/dist/art-direction.js.map +1 -0
  8. package/dist/artifacts.d.ts +24 -0
  9. package/dist/artifacts.js +49 -0
  10. package/dist/artifacts.js.map +1 -0
  11. package/dist/assets.d.ts +16 -0
  12. package/dist/assets.js +96 -0
  13. package/dist/assets.js.map +1 -0
  14. package/dist/benchmark.d.ts +76 -0
  15. package/dist/benchmark.js +118 -0
  16. package/dist/benchmark.js.map +1 -0
  17. package/dist/cli.d.ts +2 -0
  18. package/dist/cli.js +300 -0
  19. package/dist/cli.js.map +1 -0
  20. package/dist/commands.d.ts +5315 -0
  21. package/dist/commands.js +591 -0
  22. package/dist/commands.js.map +1 -0
  23. package/dist/components.d.ts +20 -0
  24. package/dist/components.js +98 -0
  25. package/dist/components.js.map +1 -0
  26. package/dist/construction.d.ts +53 -0
  27. package/dist/construction.js +80 -0
  28. package/dist/construction.js.map +1 -0
  29. package/dist/critique.d.ts +44 -0
  30. package/dist/critique.js +45 -0
  31. package/dist/critique.js.map +1 -0
  32. package/dist/detail.d.ts +5 -0
  33. package/dist/detail.js +52 -0
  34. package/dist/detail.js.map +1 -0
  35. package/dist/document.d.ts +64 -0
  36. package/dist/document.js +56 -0
  37. package/dist/document.js.map +1 -0
  38. package/dist/export.d.ts +405 -0
  39. package/dist/export.js +344 -0
  40. package/dist/export.js.map +1 -0
  41. package/dist/font-inspection.d.ts +8 -0
  42. package/dist/font-inspection.js +34 -0
  43. package/dist/font-inspection.js.map +1 -0
  44. package/dist/graphics.d.ts +9 -0
  45. package/dist/graphics.js +72 -0
  46. package/dist/graphics.js.map +1 -0
  47. package/dist/history-storage.d.ts +10 -0
  48. package/dist/history-storage.js +59 -0
  49. package/dist/history-storage.js.map +1 -0
  50. package/dist/index.d.ts +27 -0
  51. package/dist/index.js +28 -0
  52. package/dist/index.js.map +1 -0
  53. package/dist/layout.d.ts +18 -0
  54. package/dist/layout.js +155 -0
  55. package/dist/layout.js.map +1 -0
  56. package/dist/loader.d.ts +9 -0
  57. package/dist/loader.js +108 -0
  58. package/dist/loader.js.map +1 -0
  59. package/dist/mcp.d.ts +4 -0
  60. package/dist/mcp.js +223 -0
  61. package/dist/mcp.js.map +1 -0
  62. package/dist/merge.d.ts +6 -0
  63. package/dist/merge.js +49 -0
  64. package/dist/merge.js.map +1 -0
  65. package/dist/native.d.ts +3 -0
  66. package/dist/native.js +6 -0
  67. package/dist/native.js.map +1 -0
  68. package/dist/paint.d.ts +9 -0
  69. package/dist/paint.js +331 -0
  70. package/dist/paint.js.map +1 -0
  71. package/dist/path-edit.d.ts +20 -0
  72. package/dist/path-edit.js +30 -0
  73. package/dist/path-edit.js.map +1 -0
  74. package/dist/pdf-output.d.ts +21 -0
  75. package/dist/pdf-output.js +297 -0
  76. package/dist/pdf-output.js.map +1 -0
  77. package/dist/pipeline.d.ts +39 -0
  78. package/dist/pipeline.js +227 -0
  79. package/dist/pipeline.js.map +1 -0
  80. package/dist/print-scene.d.ts +490 -0
  81. package/dist/print-scene.js +55 -0
  82. package/dist/print-scene.js.map +1 -0
  83. package/dist/production-workflow.d.ts +251 -0
  84. package/dist/production-workflow.js +335 -0
  85. package/dist/production-workflow.js.map +1 -0
  86. package/dist/program-worker.d.ts +1 -0
  87. package/dist/program-worker.js +31 -0
  88. package/dist/program-worker.js.map +1 -0
  89. package/dist/program.d.ts +85 -0
  90. package/dist/program.js +246 -0
  91. package/dist/program.js.map +1 -0
  92. package/dist/project-config.d.ts +91 -0
  93. package/dist/project-config.js +187 -0
  94. package/dist/project-config.js.map +1 -0
  95. package/dist/project.d.ts +897 -0
  96. package/dist/project.js +347 -0
  97. package/dist/project.js.map +1 -0
  98. package/dist/raster-edit.d.ts +61 -0
  99. package/dist/raster-edit.js +91 -0
  100. package/dist/raster-edit.js.map +1 -0
  101. package/dist/raster-studio.d.ts +84 -0
  102. package/dist/raster-studio.js +236 -0
  103. package/dist/raster-studio.js.map +1 -0
  104. package/dist/render.d.ts +79 -0
  105. package/dist/render.js +437 -0
  106. package/dist/render.js.map +1 -0
  107. package/dist/rich-text.d.ts +10 -0
  108. package/dist/rich-text.js +56 -0
  109. package/dist/rich-text.js.map +1 -0
  110. package/dist/schema.d.ts +1912 -0
  111. package/dist/schema.js +571 -0
  112. package/dist/schema.js.map +1 -0
  113. package/dist/spatial.d.ts +10 -0
  114. package/dist/spatial.js +29 -0
  115. package/dist/spatial.js.map +1 -0
  116. package/dist/studio-reference.d.ts +153 -0
  117. package/dist/studio-reference.js +39 -0
  118. package/dist/studio-reference.js.map +1 -0
  119. package/dist/svg.d.ts +5 -0
  120. package/dist/svg.js +315 -0
  121. package/dist/svg.js.map +1 -0
  122. package/dist/techniques.d.ts +74 -0
  123. package/dist/techniques.js +164 -0
  124. package/dist/techniques.js.map +1 -0
  125. package/dist/verify.d.ts +36 -0
  126. package/dist/verify.js +277 -0
  127. package/dist/verify.js.map +1 -0
  128. package/dist/viewport.d.ts +3 -0
  129. package/dist/viewport.js +71 -0
  130. package/dist/viewport.js.map +1 -0
  131. package/dist/workflow.d.ts +53 -0
  132. package/dist/workflow.js +66 -0
  133. package/dist/workflow.js.map +1 -0
  134. package/docs/agent-art-workflow.md +201 -0
  135. package/docs/agent-setup.md +83 -0
  136. package/docs/atelier.md +117 -0
  137. package/docs/cli-reference.md +61 -0
  138. package/docs/decisions/001-runtime-and-renderer.md +35 -0
  139. package/docs/decisions/002-composable-scenes-and-history.md +28 -0
  140. package/docs/decisions/003-editing-refinement-and-agent-validation.md +45 -0
  141. package/docs/decisions/004-print-production-and-projects.md +19 -0
  142. package/docs/decisions/005-programmable-digital-art.md +15 -0
  143. package/docs/decisions/006-staged-2d-art-production.md +13 -0
  144. package/docs/decisions/007-foundation-first-art-direction.md +13 -0
  145. package/docs/decisions/008-agent-onboarding-and-trial-lessons.md +48 -0
  146. package/docs/engine-overview.md +174 -0
  147. package/docs/evolution.md +179 -0
  148. package/docs/getting-started.md +107 -0
  149. package/docs/next-milestone.md +61 -0
  150. package/docs/previews/a3-production.json +36 -0
  151. package/docs/previews/benchmark.json +42 -0
  152. package/docs/previews/landscape.png +0 -0
  153. package/docs/previews/performance.json +24 -0
  154. package/docs/previews/poster.png +0 -0
  155. package/docs/production.md +107 -0
  156. package/docs/releasing.md +60 -0
  157. package/docs/scene-format.md +126 -0
  158. package/docs/studio.md +108 -0
  159. package/examples/hello/README.md +14 -0
  160. package/examples/hello/refine.json +10 -0
  161. package/examples/hello/render.mjs +9 -0
  162. package/examples/hello/scene.json +19 -0
  163. package/licenses/DM-Serif-Display-OFL.txt +93 -0
  164. package/licenses/Inter-OFL.txt +93 -0
  165. package/package.json +84 -0
  166. package/schemas/authoring.schema.json +2177 -0
  167. package/schemas/brief.schema.json +57 -0
  168. package/schemas/command.schema.json +3154 -0
  169. package/schemas/construction.schema.json +159 -0
  170. package/schemas/critique.schema.json +101 -0
  171. package/schemas/document.schema.json +41 -0
  172. package/schemas/export.schema.json +89 -0
  173. package/schemas/fragment.schema.json +1861 -0
  174. package/schemas/patch.schema.json +3177 -0
  175. package/schemas/pipeline.schema.json +205 -0
  176. package/schemas/production.schema.json +452 -0
  177. package/schemas/program.schema.json +152 -0
  178. package/schemas/project.schema.json +115 -0
  179. package/schemas/raster-read.schema.json +42 -0
  180. package/schemas/raster-write.schema.json +75 -0
  181. package/schemas/scene.schema.json +2014 -0
@@ -0,0 +1,205 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "type": "object",
4
+ "properties": {
5
+ "version": {
6
+ "type": "number",
7
+ "const": 1
8
+ },
9
+ "id": {
10
+ "$ref": "#/$defs/__schema0"
11
+ },
12
+ "shared": {
13
+ "default": {},
14
+ "type": "object",
15
+ "propertyNames": {
16
+ "$ref": "#/$defs/__schema0"
17
+ },
18
+ "additionalProperties": {
19
+ "$ref": "#/$defs/__schema1"
20
+ }
21
+ },
22
+ "nodes": {
23
+ "minItems": 1,
24
+ "maxItems": 32,
25
+ "type": "array",
26
+ "items": {
27
+ "$ref": "#/$defs/__schema2"
28
+ }
29
+ }
30
+ },
31
+ "required": ["version", "id", "shared", "nodes"],
32
+ "additionalProperties": false,
33
+ "$defs": {
34
+ "__schema0": {
35
+ "type": "string",
36
+ "pattern": "^[a-zA-Z][a-zA-Z0-9_-]{0,79}$"
37
+ },
38
+ "__schema1": {
39
+ "anyOf": [
40
+ {
41
+ "type": "string"
42
+ },
43
+ {
44
+ "type": "number"
45
+ },
46
+ {
47
+ "type": "boolean"
48
+ },
49
+ {
50
+ "type": "null"
51
+ },
52
+ {
53
+ "type": "array",
54
+ "items": {
55
+ "$ref": "#/$defs/__schema1"
56
+ }
57
+ },
58
+ {
59
+ "type": "object",
60
+ "propertyNames": {
61
+ "type": "string"
62
+ },
63
+ "additionalProperties": {
64
+ "$ref": "#/$defs/__schema1"
65
+ }
66
+ }
67
+ ]
68
+ },
69
+ "__schema2": {
70
+ "type": "object",
71
+ "properties": {
72
+ "id": {
73
+ "$ref": "#/$defs/__schema0"
74
+ },
75
+ "source": {
76
+ "type": "string",
77
+ "minLength": 1
78
+ },
79
+ "code": {
80
+ "type": "string",
81
+ "minLength": 1,
82
+ "maxLength": 262144
83
+ },
84
+ "width": {
85
+ "type": "integer",
86
+ "minimum": 1,
87
+ "maximum": 8192
88
+ },
89
+ "height": {
90
+ "type": "integer",
91
+ "minimum": 1,
92
+ "maximum": 8192
93
+ },
94
+ "seed": {
95
+ "default": 0,
96
+ "type": "integer",
97
+ "minimum": 0,
98
+ "maximum": 4294967295
99
+ },
100
+ "parameters": {
101
+ "default": {},
102
+ "type": "object",
103
+ "propertyNames": {
104
+ "$ref": "#/$defs/__schema0"
105
+ },
106
+ "additionalProperties": {
107
+ "$ref": "#/$defs/__schema3"
108
+ }
109
+ },
110
+ "bindings": {
111
+ "default": {},
112
+ "type": "object",
113
+ "propertyNames": {
114
+ "$ref": "#/$defs/__schema0"
115
+ },
116
+ "additionalProperties": {
117
+ "$ref": "#/$defs/__schema0"
118
+ }
119
+ },
120
+ "inputs": {
121
+ "default": {},
122
+ "type": "object",
123
+ "propertyNames": {
124
+ "$ref": "#/$defs/__schema0"
125
+ },
126
+ "additionalProperties": {
127
+ "anyOf": [
128
+ {
129
+ "type": "object",
130
+ "properties": {
131
+ "node": {
132
+ "$ref": "#/$defs/__schema0"
133
+ }
134
+ },
135
+ "required": ["node"],
136
+ "additionalProperties": false
137
+ },
138
+ {
139
+ "type": "object",
140
+ "properties": {
141
+ "asset": {
142
+ "$ref": "#/$defs/__schema0"
143
+ }
144
+ },
145
+ "required": ["asset"],
146
+ "additionalProperties": false
147
+ }
148
+ ]
149
+ }
150
+ },
151
+ "target": {
152
+ "$ref": "#/$defs/__schema0"
153
+ },
154
+ "timeout_ms": {
155
+ "default": 10000,
156
+ "type": "integer",
157
+ "minimum": 50,
158
+ "maximum": 30000
159
+ }
160
+ },
161
+ "required": [
162
+ "id",
163
+ "width",
164
+ "height",
165
+ "seed",
166
+ "parameters",
167
+ "bindings",
168
+ "inputs",
169
+ "timeout_ms"
170
+ ],
171
+ "additionalProperties": false
172
+ },
173
+ "__schema3": {
174
+ "anyOf": [
175
+ {
176
+ "type": "string"
177
+ },
178
+ {
179
+ "type": "number"
180
+ },
181
+ {
182
+ "type": "boolean"
183
+ },
184
+ {
185
+ "type": "null"
186
+ },
187
+ {
188
+ "type": "array",
189
+ "items": {
190
+ "$ref": "#/$defs/__schema3"
191
+ }
192
+ },
193
+ {
194
+ "type": "object",
195
+ "propertyNames": {
196
+ "type": "string"
197
+ },
198
+ "additionalProperties": {
199
+ "$ref": "#/$defs/__schema3"
200
+ }
201
+ }
202
+ ]
203
+ }
204
+ }
205
+ }
@@ -0,0 +1,452 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "oneOf": [
4
+ {
5
+ "type": "object",
6
+ "properties": {
7
+ "action": {
8
+ "type": "string",
9
+ "const": "plan"
10
+ },
11
+ "plan": {
12
+ "type": "object",
13
+ "properties": {
14
+ "id": {
15
+ "$ref": "#/$defs/__schema0"
16
+ },
17
+ "brief": {
18
+ "$ref": "#/$defs/__schema1"
19
+ },
20
+ "references": {
21
+ "$ref": "#/$defs/__schema2"
22
+ },
23
+ "stages": {
24
+ "$ref": "#/$defs/__schema4"
25
+ }
26
+ },
27
+ "required": ["id", "brief", "stages"],
28
+ "additionalProperties": false
29
+ }
30
+ },
31
+ "required": ["action", "plan"],
32
+ "additionalProperties": false
33
+ },
34
+ {
35
+ "type": "object",
36
+ "properties": {
37
+ "action": {
38
+ "type": "string",
39
+ "const": "status"
40
+ },
41
+ "session": {
42
+ "$ref": "#/$defs/__schema0"
43
+ }
44
+ },
45
+ "required": ["action", "session"],
46
+ "additionalProperties": false
47
+ },
48
+ {
49
+ "type": "object",
50
+ "properties": {
51
+ "action": {
52
+ "type": "string",
53
+ "const": "study"
54
+ },
55
+ "session": {
56
+ "$ref": "#/$defs/__schema0"
57
+ },
58
+ "reference": {
59
+ "$ref": "#/$defs/__schema3"
60
+ }
61
+ },
62
+ "required": ["action", "session", "reference"],
63
+ "additionalProperties": false
64
+ },
65
+ {
66
+ "type": "object",
67
+ "properties": {
68
+ "action": {
69
+ "type": "string",
70
+ "const": "capture"
71
+ },
72
+ "session": {
73
+ "$ref": "#/$defs/__schema0"
74
+ },
75
+ "candidate": {
76
+ "$ref": "#/$defs/__schema0"
77
+ },
78
+ "expected_hash": {
79
+ "type": "string"
80
+ },
81
+ "notes": {
82
+ "default": "",
83
+ "type": "string",
84
+ "maxLength": 4000
85
+ },
86
+ "revision": {
87
+ "type": "object",
88
+ "properties": {
89
+ "parent": {
90
+ "$ref": "#/$defs/__schema0"
91
+ },
92
+ "hypothesis": {
93
+ "type": "string",
94
+ "minLength": 1,
95
+ "maxLength": 4000
96
+ }
97
+ },
98
+ "required": ["parent", "hypothesis"],
99
+ "additionalProperties": false
100
+ },
101
+ "crops": {
102
+ "default": [],
103
+ "maxItems": 8,
104
+ "type": "array",
105
+ "items": {
106
+ "$ref": "#/$defs/__schema7"
107
+ }
108
+ }
109
+ },
110
+ "required": ["action", "session", "candidate", "expected_hash", "notes", "crops"],
111
+ "additionalProperties": false
112
+ },
113
+ {
114
+ "type": "object",
115
+ "properties": {
116
+ "action": {
117
+ "type": "string",
118
+ "const": "review"
119
+ },
120
+ "session": {
121
+ "$ref": "#/$defs/__schema0"
122
+ },
123
+ "review": {
124
+ "type": "object",
125
+ "properties": {
126
+ "candidate": {
127
+ "$ref": "#/$defs/__schema0"
128
+ },
129
+ "scene_hash": {
130
+ "type": "string"
131
+ },
132
+ "png_hash": {
133
+ "type": "string"
134
+ },
135
+ "reviewer": {
136
+ "type": "string",
137
+ "minLength": 1,
138
+ "maxLength": 200
139
+ },
140
+ "method": {
141
+ "type": "string",
142
+ "enum": ["human", "vision-agent"]
143
+ },
144
+ "fidelity": {
145
+ "type": "number",
146
+ "minimum": 0,
147
+ "maximum": 1
148
+ },
149
+ "quality": {
150
+ "type": "number",
151
+ "minimum": 0,
152
+ "maximum": 1
153
+ },
154
+ "criteria": {
155
+ "maxItems": 20,
156
+ "type": "array",
157
+ "items": {
158
+ "$ref": "#/$defs/__schema10"
159
+ }
160
+ },
161
+ "strengths": {
162
+ "type": "string",
163
+ "minLength": 1,
164
+ "maxLength": 4000
165
+ },
166
+ "weaknesses": {
167
+ "type": "string",
168
+ "minLength": 1,
169
+ "maxLength": 4000
170
+ },
171
+ "issues": {
172
+ "maxItems": 40,
173
+ "type": "array",
174
+ "items": {
175
+ "$ref": "#/$defs/__schema11"
176
+ }
177
+ },
178
+ "comparison": {
179
+ "type": "object",
180
+ "properties": {
181
+ "parent": {
182
+ "$ref": "#/$defs/__schema0"
183
+ },
184
+ "verdict": {
185
+ "type": "string",
186
+ "enum": ["improved", "unchanged", "worse"]
187
+ },
188
+ "evidence": {
189
+ "type": "string",
190
+ "minLength": 1,
191
+ "maxLength": 4000
192
+ }
193
+ },
194
+ "required": ["parent", "verdict", "evidence"],
195
+ "additionalProperties": false
196
+ }
197
+ },
198
+ "required": [
199
+ "candidate",
200
+ "scene_hash",
201
+ "png_hash",
202
+ "reviewer",
203
+ "method",
204
+ "fidelity",
205
+ "quality",
206
+ "criteria",
207
+ "strengths",
208
+ "weaknesses"
209
+ ],
210
+ "additionalProperties": false
211
+ }
212
+ },
213
+ "required": ["action", "session", "review"],
214
+ "additionalProperties": false
215
+ },
216
+ {
217
+ "type": "object",
218
+ "properties": {
219
+ "action": {
220
+ "type": "string",
221
+ "const": "compare"
222
+ },
223
+ "session": {
224
+ "$ref": "#/$defs/__schema0"
225
+ }
226
+ },
227
+ "required": ["action", "session"],
228
+ "additionalProperties": false
229
+ },
230
+ {
231
+ "type": "object",
232
+ "properties": {
233
+ "action": {
234
+ "type": "string",
235
+ "const": "select"
236
+ },
237
+ "session": {
238
+ "$ref": "#/$defs/__schema0"
239
+ },
240
+ "candidate": {
241
+ "$ref": "#/$defs/__schema0"
242
+ },
243
+ "expected_hash": {
244
+ "type": "string"
245
+ }
246
+ },
247
+ "required": ["action", "session", "candidate", "expected_hash"],
248
+ "additionalProperties": false
249
+ },
250
+ {
251
+ "type": "object",
252
+ "properties": {
253
+ "action": {
254
+ "type": "string",
255
+ "const": "advance"
256
+ },
257
+ "session": {
258
+ "$ref": "#/$defs/__schema0"
259
+ },
260
+ "expected_hash": {
261
+ "type": "string"
262
+ }
263
+ },
264
+ "required": ["action", "session", "expected_hash"],
265
+ "additionalProperties": false
266
+ }
267
+ ],
268
+ "$defs": {
269
+ "__schema0": {
270
+ "type": "string",
271
+ "pattern": "^[a-zA-Z][a-zA-Z0-9_-]{0,79}$"
272
+ },
273
+ "__schema1": {
274
+ "type": "string",
275
+ "minLength": 1,
276
+ "maxLength": 8000
277
+ },
278
+ "__schema2": {
279
+ "maxItems": 24,
280
+ "type": "array",
281
+ "items": {
282
+ "$ref": "#/$defs/__schema3"
283
+ }
284
+ },
285
+ "__schema3": {
286
+ "type": "object",
287
+ "properties": {
288
+ "id": {
289
+ "$ref": "#/$defs/__schema0"
290
+ },
291
+ "source": {
292
+ "type": "string",
293
+ "minLength": 1,
294
+ "maxLength": 2000
295
+ },
296
+ "observation": {
297
+ "type": "string",
298
+ "minLength": 1,
299
+ "maxLength": 2000
300
+ },
301
+ "application": {
302
+ "type": "string",
303
+ "minLength": 1,
304
+ "maxLength": 2000
305
+ }
306
+ },
307
+ "required": ["id", "source", "observation", "application"],
308
+ "additionalProperties": false
309
+ },
310
+ "__schema4": {
311
+ "minItems": 1,
312
+ "maxItems": 12,
313
+ "type": "array",
314
+ "items": {
315
+ "$ref": "#/$defs/__schema5"
316
+ }
317
+ },
318
+ "__schema5": {
319
+ "type": "object",
320
+ "properties": {
321
+ "id": {
322
+ "$ref": "#/$defs/__schema0"
323
+ },
324
+ "goal": {
325
+ "type": "string",
326
+ "minLength": 1,
327
+ "maxLength": 2000
328
+ },
329
+ "criteria": {
330
+ "minItems": 1,
331
+ "maxItems": 20,
332
+ "type": "array",
333
+ "items": {
334
+ "$ref": "#/$defs/__schema6"
335
+ }
336
+ },
337
+ "minimum_alternatives": {
338
+ "type": "integer",
339
+ "minimum": 1,
340
+ "maximum": 12
341
+ },
342
+ "require_references": {
343
+ "type": "boolean"
344
+ },
345
+ "required_reviewer": {
346
+ "type": "string",
347
+ "enum": ["any", "human"]
348
+ },
349
+ "minimum_fidelity": {
350
+ "default": 0.7,
351
+ "type": "number",
352
+ "minimum": 0,
353
+ "maximum": 1
354
+ },
355
+ "minimum_quality": {
356
+ "default": 0.7,
357
+ "type": "number",
358
+ "minimum": 0,
359
+ "maximum": 1
360
+ }
361
+ },
362
+ "required": ["id", "goal", "criteria", "minimum_fidelity", "minimum_quality"],
363
+ "additionalProperties": false
364
+ },
365
+ "__schema6": {
366
+ "type": "object",
367
+ "properties": {
368
+ "id": {
369
+ "$ref": "#/$defs/__schema0"
370
+ },
371
+ "description": {
372
+ "type": "string",
373
+ "minLength": 1,
374
+ "maxLength": 1000
375
+ }
376
+ },
377
+ "required": ["id", "description"],
378
+ "additionalProperties": false
379
+ },
380
+ "__schema7": {
381
+ "type": "array",
382
+ "prefixItems": [
383
+ {
384
+ "$ref": "#/$defs/__schema8"
385
+ },
386
+ {
387
+ "$ref": "#/$defs/__schema8"
388
+ },
389
+ {
390
+ "$ref": "#/$defs/__schema9"
391
+ },
392
+ {
393
+ "$ref": "#/$defs/__schema9"
394
+ }
395
+ ],
396
+ "items": false,
397
+ "minItems": 4,
398
+ "maxItems": 4
399
+ },
400
+ "__schema8": {
401
+ "type": "number"
402
+ },
403
+ "__schema9": {
404
+ "type": "number",
405
+ "exclusiveMinimum": 0,
406
+ "maximum": 8192,
407
+ "$ref": "#/$defs/__schema8"
408
+ },
409
+ "__schema10": {
410
+ "type": "object",
411
+ "properties": {
412
+ "id": {
413
+ "$ref": "#/$defs/__schema0"
414
+ },
415
+ "pass": {
416
+ "type": "boolean"
417
+ },
418
+ "evidence": {
419
+ "type": "string",
420
+ "minLength": 1,
421
+ "maxLength": 2000
422
+ }
423
+ },
424
+ "required": ["id", "pass", "evidence"],
425
+ "additionalProperties": false
426
+ },
427
+ "__schema11": {
428
+ "type": "object",
429
+ "properties": {
430
+ "criterion": {
431
+ "$ref": "#/$defs/__schema0"
432
+ },
433
+ "severity": {
434
+ "type": "string",
435
+ "enum": ["blocking", "minor"]
436
+ },
437
+ "observation": {
438
+ "type": "string",
439
+ "minLength": 1,
440
+ "maxLength": 2000
441
+ },
442
+ "correction": {
443
+ "type": "string",
444
+ "minLength": 1,
445
+ "maxLength": 2000
446
+ }
447
+ },
448
+ "required": ["criterion", "severity", "observation", "correction"],
449
+ "additionalProperties": false
450
+ }
451
+ }
452
+ }