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,3177 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "type": "object",
4
+ "properties": {
5
+ "commands": {
6
+ "minItems": 1,
7
+ "maxItems": 100,
8
+ "type": "array",
9
+ "items": {
10
+ "$ref": "#/$defs/__schema0"
11
+ }
12
+ },
13
+ "reason": {
14
+ "type": "string",
15
+ "minLength": 1,
16
+ "maxLength": 4000
17
+ },
18
+ "expected_hash": {
19
+ "type": "string"
20
+ }
21
+ },
22
+ "required": ["commands", "reason"],
23
+ "additionalProperties": false,
24
+ "$defs": {
25
+ "__schema0": {
26
+ "oneOf": [
27
+ {
28
+ "type": "object",
29
+ "properties": {
30
+ "type": {
31
+ "type": "string",
32
+ "const": "restoreScene"
33
+ },
34
+ "scene": {
35
+ "type": "object",
36
+ "properties": {
37
+ "version": {
38
+ "type": "number",
39
+ "const": 1
40
+ },
41
+ "canvas": {
42
+ "type": "object",
43
+ "properties": {
44
+ "width": {
45
+ "type": "integer",
46
+ "minimum": 1,
47
+ "maximum": 8192
48
+ },
49
+ "height": {
50
+ "type": "integer",
51
+ "minimum": 1,
52
+ "maximum": 8192
53
+ },
54
+ "colour_space": {
55
+ "default": "srgb",
56
+ "type": "string",
57
+ "const": "srgb"
58
+ },
59
+ "background": {
60
+ "default": "#00000000",
61
+ "$ref": "#/$defs/__schema1"
62
+ }
63
+ },
64
+ "required": ["width", "height", "colour_space", "background"],
65
+ "additionalProperties": false
66
+ },
67
+ "document": {
68
+ "$ref": "#/$defs/__schema2"
69
+ },
70
+ "paragraph_styles": {
71
+ "type": "object",
72
+ "propertyNames": {
73
+ "$ref": "#/$defs/__schema3"
74
+ },
75
+ "additionalProperties": {
76
+ "$ref": "#/$defs/__schema4"
77
+ }
78
+ },
79
+ "fonts": {
80
+ "type": "object",
81
+ "propertyNames": {
82
+ "$ref": "#/$defs/__schema3"
83
+ },
84
+ "additionalProperties": {
85
+ "$ref": "#/$defs/__schema12"
86
+ }
87
+ },
88
+ "metadata": {
89
+ "default": {},
90
+ "type": "object",
91
+ "propertyNames": {
92
+ "type": "string"
93
+ },
94
+ "additionalProperties": {
95
+ "$ref": "#/$defs/__schema13"
96
+ }
97
+ },
98
+ "assets": {
99
+ "default": {},
100
+ "type": "object",
101
+ "propertyNames": {
102
+ "$ref": "#/$defs/__schema3"
103
+ },
104
+ "additionalProperties": {
105
+ "$ref": "#/$defs/__schema14"
106
+ }
107
+ },
108
+ "layers": {
109
+ "maxItems": 256,
110
+ "type": "array",
111
+ "items": {
112
+ "$ref": "#/$defs/__schema15"
113
+ }
114
+ },
115
+ "verification": {
116
+ "default": {
117
+ "rules": []
118
+ },
119
+ "type": "object",
120
+ "properties": {
121
+ "rules": {
122
+ "default": [],
123
+ "maxItems": 256,
124
+ "type": "array",
125
+ "items": {
126
+ "$ref": "#/$defs/__schema56"
127
+ }
128
+ }
129
+ },
130
+ "required": ["rules"],
131
+ "additionalProperties": false
132
+ }
133
+ },
134
+ "required": ["version", "canvas", "metadata", "assets", "layers", "verification"],
135
+ "additionalProperties": false
136
+ }
137
+ },
138
+ "required": ["type", "scene"],
139
+ "additionalProperties": false
140
+ },
141
+ {
142
+ "type": "object",
143
+ "properties": {
144
+ "type": {
145
+ "type": "string",
146
+ "const": "setDocument"
147
+ },
148
+ "document": {
149
+ "anyOf": [
150
+ {
151
+ "$ref": "#/$defs/__schema2"
152
+ },
153
+ {
154
+ "type": "null"
155
+ }
156
+ ]
157
+ }
158
+ },
159
+ "required": ["type", "document"],
160
+ "additionalProperties": false
161
+ },
162
+ {
163
+ "type": "object",
164
+ "properties": {
165
+ "type": {
166
+ "type": "string",
167
+ "const": "setPath"
168
+ },
169
+ "target": {
170
+ "$ref": "#/$defs/__schema57"
171
+ },
172
+ "segments": {
173
+ "minItems": 1,
174
+ "maxItems": 4096,
175
+ "type": "array",
176
+ "items": {
177
+ "$ref": "#/$defs/__schema58"
178
+ }
179
+ }
180
+ },
181
+ "required": ["type", "target", "segments"],
182
+ "additionalProperties": false
183
+ },
184
+ {
185
+ "type": "object",
186
+ "properties": {
187
+ "type": {
188
+ "type": "string",
189
+ "const": "setAffine"
190
+ },
191
+ "target": {
192
+ "$ref": "#/$defs/__schema57"
193
+ },
194
+ "matrix": {
195
+ "anyOf": [
196
+ {
197
+ "$ref": "#/$defs/__schema27"
198
+ },
199
+ {
200
+ "type": "null"
201
+ }
202
+ ]
203
+ }
204
+ },
205
+ "required": ["type", "target", "matrix"],
206
+ "additionalProperties": false
207
+ },
208
+ {
209
+ "type": "object",
210
+ "properties": {
211
+ "type": {
212
+ "type": "string",
213
+ "const": "setCrop"
214
+ },
215
+ "target": {
216
+ "$ref": "#/$defs/__schema57"
217
+ },
218
+ "crop": {
219
+ "anyOf": [
220
+ {
221
+ "$ref": "#/$defs/__schema19"
222
+ },
223
+ {
224
+ "type": "null"
225
+ }
226
+ ]
227
+ },
228
+ "focal_point": {
229
+ "$ref": "#/$defs/__schema38"
230
+ }
231
+ },
232
+ "required": ["type", "target", "crop"],
233
+ "additionalProperties": false
234
+ },
235
+ {
236
+ "type": "object",
237
+ "properties": {
238
+ "type": {
239
+ "type": "string",
240
+ "const": "setPerspective"
241
+ },
242
+ "target": {
243
+ "$ref": "#/$defs/__schema57"
244
+ },
245
+ "corners": {
246
+ "anyOf": [
247
+ {
248
+ "$ref": "#/$defs/__schema39"
249
+ },
250
+ {
251
+ "type": "null"
252
+ }
253
+ ]
254
+ }
255
+ },
256
+ "required": ["type", "target", "corners"],
257
+ "additionalProperties": false
258
+ },
259
+ {
260
+ "type": "object",
261
+ "properties": {
262
+ "type": {
263
+ "type": "string",
264
+ "const": "setTextRuns"
265
+ },
266
+ "target": {
267
+ "$ref": "#/$defs/__schema57"
268
+ },
269
+ "runs": {
270
+ "$ref": "#/$defs/__schema36"
271
+ }
272
+ },
273
+ "required": ["type", "target", "runs"],
274
+ "additionalProperties": false
275
+ },
276
+ {
277
+ "type": "object",
278
+ "properties": {
279
+ "type": {
280
+ "type": "string",
281
+ "const": "setParagraphStyle"
282
+ },
283
+ "id": {
284
+ "type": "string"
285
+ },
286
+ "style": {
287
+ "$ref": "#/$defs/__schema4"
288
+ }
289
+ },
290
+ "required": ["type", "id", "style"],
291
+ "additionalProperties": false
292
+ },
293
+ {
294
+ "type": "object",
295
+ "properties": {
296
+ "type": {
297
+ "type": "string",
298
+ "const": "useParagraphStyle"
299
+ },
300
+ "target": {
301
+ "$ref": "#/$defs/__schema57"
302
+ },
303
+ "id": {
304
+ "type": "string"
305
+ }
306
+ },
307
+ "required": ["type", "target", "id"],
308
+ "additionalProperties": false
309
+ },
310
+ {
311
+ "type": "object",
312
+ "properties": {
313
+ "type": {
314
+ "type": "string",
315
+ "const": "setAdjustmentStack"
316
+ },
317
+ "target": {
318
+ "$ref": "#/$defs/__schema57"
319
+ },
320
+ "operations": {
321
+ "maxItems": 1000,
322
+ "type": "array",
323
+ "items": {
324
+ "$ref": "#/$defs/__schema47"
325
+ }
326
+ }
327
+ },
328
+ "required": ["type", "target", "operations"],
329
+ "additionalProperties": false
330
+ },
331
+ {
332
+ "type": "object",
333
+ "properties": {
334
+ "type": {
335
+ "type": "string",
336
+ "const": "booleanPath"
337
+ },
338
+ "targets": {
339
+ "minItems": 2,
340
+ "maxItems": 32,
341
+ "type": "array",
342
+ "items": {
343
+ "$ref": "#/$defs/__schema59"
344
+ }
345
+ },
346
+ "id": {
347
+ "type": "string"
348
+ },
349
+ "operation": {
350
+ "type": "string",
351
+ "enum": ["union", "intersect", "subtract", "xor"]
352
+ }
353
+ },
354
+ "required": ["type", "targets", "id", "operation"],
355
+ "additionalProperties": false
356
+ },
357
+ {
358
+ "type": "object",
359
+ "properties": {
360
+ "type": {
361
+ "type": "string",
362
+ "const": "registerFont"
363
+ },
364
+ "id": {
365
+ "type": "string"
366
+ },
367
+ "font": {
368
+ "$ref": "#/$defs/__schema12"
369
+ }
370
+ },
371
+ "required": ["type", "id", "font"],
372
+ "additionalProperties": false
373
+ },
374
+ {
375
+ "type": "object",
376
+ "properties": {
377
+ "type": {
378
+ "type": "string",
379
+ "const": "removeFont"
380
+ },
381
+ "id": {
382
+ "type": "string"
383
+ }
384
+ },
385
+ "required": ["type", "id"],
386
+ "additionalProperties": false
387
+ },
388
+ {
389
+ "type": "object",
390
+ "properties": {
391
+ "type": {
392
+ "type": "string",
393
+ "const": "promoteRegion"
394
+ },
395
+ "target": {
396
+ "$ref": "#/$defs/__schema57"
397
+ },
398
+ "region": {
399
+ "$ref": "#/$defs/__schema51"
400
+ }
401
+ },
402
+ "required": ["type", "target", "region"],
403
+ "additionalProperties": false
404
+ },
405
+ {
406
+ "type": "object",
407
+ "properties": {
408
+ "type": {
409
+ "type": "string",
410
+ "const": "updateRegion"
411
+ },
412
+ "target": {
413
+ "$ref": "#/$defs/__schema57"
414
+ },
415
+ "region": {
416
+ "$ref": "#/$defs/__schema51"
417
+ }
418
+ },
419
+ "required": ["type", "target", "region"],
420
+ "additionalProperties": false
421
+ },
422
+ {
423
+ "type": "object",
424
+ "properties": {
425
+ "type": {
426
+ "type": "string",
427
+ "const": "demoteRegion"
428
+ },
429
+ "target": {
430
+ "$ref": "#/$defs/__schema57"
431
+ },
432
+ "id": {
433
+ "type": "string"
434
+ }
435
+ },
436
+ "required": ["type", "target", "id"],
437
+ "additionalProperties": false
438
+ },
439
+ {
440
+ "type": "object",
441
+ "properties": {
442
+ "type": {
443
+ "type": "string",
444
+ "const": "registerAsset"
445
+ },
446
+ "id": {
447
+ "type": "string"
448
+ },
449
+ "asset": {
450
+ "$ref": "#/$defs/__schema14"
451
+ }
452
+ },
453
+ "required": ["type", "id", "asset"],
454
+ "additionalProperties": false
455
+ },
456
+ {
457
+ "type": "object",
458
+ "properties": {
459
+ "type": {
460
+ "type": "string",
461
+ "const": "removeAsset"
462
+ },
463
+ "id": {
464
+ "type": "string"
465
+ }
466
+ },
467
+ "required": ["type", "id"],
468
+ "additionalProperties": false
469
+ },
470
+ {
471
+ "type": "object",
472
+ "properties": {
473
+ "type": {
474
+ "type": "string",
475
+ "const": "setShape"
476
+ },
477
+ "target": {
478
+ "$ref": "#/$defs/__schema57"
479
+ },
480
+ "shape": {
481
+ "$ref": "#/$defs/__schema30"
482
+ }
483
+ },
484
+ "required": ["type", "target", "shape"],
485
+ "additionalProperties": false
486
+ },
487
+ {
488
+ "type": "object",
489
+ "properties": {
490
+ "type": {
491
+ "type": "string",
492
+ "const": "setGenerator"
493
+ },
494
+ "target": {
495
+ "$ref": "#/$defs/__schema57"
496
+ },
497
+ "generator": {
498
+ "$ref": "#/$defs/__schema42"
499
+ }
500
+ },
501
+ "required": ["type", "target", "generator"],
502
+ "additionalProperties": false
503
+ },
504
+ {
505
+ "type": "object",
506
+ "properties": {
507
+ "type": {
508
+ "type": "string",
509
+ "const": "setTransform"
510
+ },
511
+ "target": {
512
+ "$ref": "#/$defs/__schema57"
513
+ },
514
+ "transform": {
515
+ "anyOf": [
516
+ {
517
+ "$ref": "#/$defs/__schema28"
518
+ },
519
+ {
520
+ "type": "null"
521
+ }
522
+ ]
523
+ }
524
+ },
525
+ "required": ["type", "target", "transform"],
526
+ "additionalProperties": false
527
+ },
528
+ {
529
+ "type": "object",
530
+ "properties": {
531
+ "type": {
532
+ "type": "string",
533
+ "const": "setMask"
534
+ },
535
+ "target": {
536
+ "$ref": "#/$defs/__schema57"
537
+ },
538
+ "mask": {
539
+ "anyOf": [
540
+ {
541
+ "$ref": "#/$defs/__schema43"
542
+ },
543
+ {
544
+ "type": "null"
545
+ }
546
+ ]
547
+ }
548
+ },
549
+ "required": ["type", "target", "mask"],
550
+ "additionalProperties": false
551
+ },
552
+ {
553
+ "type": "object",
554
+ "properties": {
555
+ "type": {
556
+ "type": "string",
557
+ "const": "setLayout"
558
+ },
559
+ "target": {
560
+ "$ref": "#/$defs/__schema57"
561
+ },
562
+ "layout": {
563
+ "anyOf": [
564
+ {
565
+ "$ref": "#/$defs/__schema29"
566
+ },
567
+ {
568
+ "type": "null"
569
+ }
570
+ ]
571
+ }
572
+ },
573
+ "required": ["type", "target", "layout"],
574
+ "additionalProperties": false
575
+ },
576
+ {
577
+ "type": "object",
578
+ "properties": {
579
+ "type": {
580
+ "type": "string",
581
+ "const": "setGeometry"
582
+ },
583
+ "target": {
584
+ "$ref": "#/$defs/__schema57"
585
+ },
586
+ "geometry": {
587
+ "type": "object",
588
+ "properties": {
589
+ "bounds": {
590
+ "$ref": "#/$defs/__schema18"
591
+ },
592
+ "width": {
593
+ "$ref": "#/$defs/__schema21"
594
+ },
595
+ "height": {
596
+ "$ref": "#/$defs/__schema25"
597
+ },
598
+ "anchor": {
599
+ "$ref": "#/$defs/__schema26"
600
+ },
601
+ "aspect_ratio": {
602
+ "$ref": "#/$defs/__schema23"
603
+ },
604
+ "grow": {
605
+ "$ref": "#/$defs/__schema24"
606
+ }
607
+ },
608
+ "additionalProperties": false
609
+ }
610
+ },
611
+ "required": ["type", "target", "geometry"],
612
+ "additionalProperties": false
613
+ },
614
+ {
615
+ "type": "object",
616
+ "properties": {
617
+ "type": {
618
+ "type": "string",
619
+ "const": "setSource"
620
+ },
621
+ "target": {
622
+ "$ref": "#/$defs/__schema57"
623
+ },
624
+ "source": {
625
+ "type": "string"
626
+ },
627
+ "fit": {
628
+ "$ref": "#/$defs/__schema41"
629
+ }
630
+ },
631
+ "required": ["type", "target", "source"],
632
+ "additionalProperties": false
633
+ },
634
+ {
635
+ "type": "object",
636
+ "properties": {
637
+ "type": {
638
+ "type": "string",
639
+ "const": "setVisibility"
640
+ },
641
+ "target": {
642
+ "$ref": "#/$defs/__schema57"
643
+ },
644
+ "visible": {
645
+ "type": "boolean"
646
+ }
647
+ },
648
+ "required": ["type", "target", "visible"],
649
+ "additionalProperties": false
650
+ },
651
+ {
652
+ "type": "object",
653
+ "properties": {
654
+ "type": {
655
+ "type": "string",
656
+ "const": "setRole"
657
+ },
658
+ "target": {
659
+ "$ref": "#/$defs/__schema57"
660
+ },
661
+ "role": {
662
+ "type": ["string", "null"]
663
+ }
664
+ },
665
+ "required": ["type", "target", "role"],
666
+ "additionalProperties": false
667
+ },
668
+ {
669
+ "type": "object",
670
+ "properties": {
671
+ "type": {
672
+ "type": "string",
673
+ "const": "setZ"
674
+ },
675
+ "target": {
676
+ "$ref": "#/$defs/__schema57"
677
+ },
678
+ "z": {
679
+ "type": "number"
680
+ }
681
+ },
682
+ "required": ["type", "target", "z"],
683
+ "additionalProperties": false
684
+ },
685
+ {
686
+ "type": "object",
687
+ "properties": {
688
+ "type": {
689
+ "type": "string",
690
+ "const": "setVerification"
691
+ },
692
+ "rules": {
693
+ "maxItems": 256,
694
+ "type": "array",
695
+ "items": {
696
+ "$ref": "#/$defs/__schema56"
697
+ }
698
+ }
699
+ },
700
+ "required": ["type", "rules"],
701
+ "additionalProperties": false
702
+ },
703
+ {
704
+ "type": "object",
705
+ "properties": {
706
+ "type": {
707
+ "type": "string",
708
+ "const": "updateEffect"
709
+ },
710
+ "target": {
711
+ "$ref": "#/$defs/__schema57"
712
+ },
713
+ "index": {
714
+ "type": "integer",
715
+ "minimum": 0,
716
+ "maximum": 9007199254740991
717
+ },
718
+ "effect": {
719
+ "$ref": "#/$defs/__schema46"
720
+ }
721
+ },
722
+ "required": ["type", "target", "index", "effect"],
723
+ "additionalProperties": false
724
+ },
725
+ {
726
+ "type": "object",
727
+ "properties": {
728
+ "type": {
729
+ "type": "string",
730
+ "const": "removeEffect"
731
+ },
732
+ "target": {
733
+ "$ref": "#/$defs/__schema57"
734
+ },
735
+ "index": {
736
+ "type": "integer",
737
+ "minimum": 0,
738
+ "maximum": 9007199254740991
739
+ }
740
+ },
741
+ "required": ["type", "target", "index"],
742
+ "additionalProperties": false
743
+ },
744
+ {
745
+ "type": "object",
746
+ "properties": {
747
+ "type": {
748
+ "type": "string",
749
+ "const": "updateRasterOperation"
750
+ },
751
+ "target": {
752
+ "$ref": "#/$defs/__schema57"
753
+ },
754
+ "index": {
755
+ "type": "integer",
756
+ "minimum": 0,
757
+ "maximum": 9007199254740991
758
+ },
759
+ "operation": {
760
+ "$ref": "#/$defs/__schema47"
761
+ }
762
+ },
763
+ "required": ["type", "target", "index", "operation"],
764
+ "additionalProperties": false
765
+ },
766
+ {
767
+ "type": "object",
768
+ "properties": {
769
+ "type": {
770
+ "type": "string",
771
+ "const": "removeRasterOperation"
772
+ },
773
+ "target": {
774
+ "$ref": "#/$defs/__schema57"
775
+ },
776
+ "index": {
777
+ "type": "integer",
778
+ "minimum": 0,
779
+ "maximum": 9007199254740991
780
+ }
781
+ },
782
+ "required": ["type", "target", "index"],
783
+ "additionalProperties": false
784
+ },
785
+ {
786
+ "type": "object",
787
+ "properties": {
788
+ "type": {
789
+ "type": "string",
790
+ "const": "removeTile"
791
+ },
792
+ "target": {
793
+ "$ref": "#/$defs/__schema57"
794
+ },
795
+ "index": {
796
+ "type": "integer",
797
+ "minimum": 0,
798
+ "maximum": 9007199254740991
799
+ }
800
+ },
801
+ "required": ["type", "target", "index"],
802
+ "additionalProperties": false
803
+ },
804
+ {
805
+ "type": "object",
806
+ "properties": {
807
+ "type": {
808
+ "type": "string",
809
+ "const": "addLayer"
810
+ },
811
+ "layer": {
812
+ "$ref": "#/$defs/__schema15"
813
+ },
814
+ "parent": {
815
+ "type": "string"
816
+ }
817
+ },
818
+ "required": ["type", "layer"],
819
+ "additionalProperties": false
820
+ },
821
+ {
822
+ "type": "object",
823
+ "properties": {
824
+ "type": {
825
+ "type": "string",
826
+ "const": "removeLayer"
827
+ },
828
+ "target": {
829
+ "$ref": "#/$defs/__schema57"
830
+ }
831
+ },
832
+ "required": ["type", "target"],
833
+ "additionalProperties": false
834
+ },
835
+ {
836
+ "type": "object",
837
+ "properties": {
838
+ "type": {
839
+ "type": "string",
840
+ "const": "moveLayer"
841
+ },
842
+ "target": {
843
+ "$ref": "#/$defs/__schema57"
844
+ },
845
+ "x": {
846
+ "type": "number"
847
+ },
848
+ "y": {
849
+ "type": "number"
850
+ }
851
+ },
852
+ "required": ["type", "target", "x", "y"],
853
+ "additionalProperties": false
854
+ },
855
+ {
856
+ "type": "object",
857
+ "properties": {
858
+ "type": {
859
+ "type": "string",
860
+ "const": "resizeLayer"
861
+ },
862
+ "target": {
863
+ "$ref": "#/$defs/__schema57"
864
+ },
865
+ "width": {
866
+ "type": "number",
867
+ "exclusiveMinimum": 0,
868
+ "maximum": 8192
869
+ },
870
+ "height": {
871
+ "type": "number",
872
+ "exclusiveMinimum": 0,
873
+ "maximum": 8192
874
+ }
875
+ },
876
+ "required": ["type", "target", "width", "height"],
877
+ "additionalProperties": false
878
+ },
879
+ {
880
+ "type": "object",
881
+ "properties": {
882
+ "type": {
883
+ "type": "string",
884
+ "const": "setOpacity"
885
+ },
886
+ "target": {
887
+ "$ref": "#/$defs/__schema57"
888
+ },
889
+ "opacity": {
890
+ "type": "number",
891
+ "minimum": 0,
892
+ "maximum": 1
893
+ }
894
+ },
895
+ "required": ["type", "target", "opacity"],
896
+ "additionalProperties": false
897
+ },
898
+ {
899
+ "type": "object",
900
+ "properties": {
901
+ "type": {
902
+ "type": "string",
903
+ "const": "setBlendMode"
904
+ },
905
+ "target": {
906
+ "$ref": "#/$defs/__schema57"
907
+ },
908
+ "blend_mode": {
909
+ "$ref": "#/$defs/__schema17"
910
+ }
911
+ },
912
+ "required": ["type", "target", "blend_mode"],
913
+ "additionalProperties": false
914
+ },
915
+ {
916
+ "type": "object",
917
+ "properties": {
918
+ "type": {
919
+ "type": "string",
920
+ "const": "setText"
921
+ },
922
+ "target": {
923
+ "$ref": "#/$defs/__schema57"
924
+ },
925
+ "content": {
926
+ "type": "string",
927
+ "maxLength": 50000
928
+ }
929
+ },
930
+ "required": ["type", "target", "content"],
931
+ "additionalProperties": false
932
+ },
933
+ {
934
+ "type": "object",
935
+ "properties": {
936
+ "type": {
937
+ "type": "string",
938
+ "const": "setStyle"
939
+ },
940
+ "target": {
941
+ "$ref": "#/$defs/__schema57"
942
+ },
943
+ "style": {
944
+ "type": "object",
945
+ "properties": {
946
+ "font": {
947
+ "$ref": "#/$defs/__schema3"
948
+ },
949
+ "size": {
950
+ "$ref": "#/$defs/__schema5"
951
+ },
952
+ "weight": {
953
+ "$ref": "#/$defs/__schema7"
954
+ },
955
+ "colour": {
956
+ "$ref": "#/$defs/__schema1"
957
+ },
958
+ "line_height": {
959
+ "$ref": "#/$defs/__schema8"
960
+ },
961
+ "align": {
962
+ "$ref": "#/$defs/__schema9"
963
+ },
964
+ "tracking": {
965
+ "$ref": "#/$defs/__schema10"
966
+ },
967
+ "kerning": {
968
+ "$ref": "#/$defs/__schema11"
969
+ }
970
+ },
971
+ "additionalProperties": false
972
+ }
973
+ },
974
+ "required": ["type", "target", "style"],
975
+ "additionalProperties": false
976
+ },
977
+ {
978
+ "type": "object",
979
+ "properties": {
980
+ "type": {
981
+ "type": "string",
982
+ "const": "applyEffect"
983
+ },
984
+ "target": {
985
+ "$ref": "#/$defs/__schema57"
986
+ },
987
+ "effect": {
988
+ "$ref": "#/$defs/__schema46"
989
+ }
990
+ },
991
+ "required": ["type", "target", "effect"],
992
+ "additionalProperties": false
993
+ },
994
+ {
995
+ "type": "object",
996
+ "properties": {
997
+ "type": {
998
+ "type": "string",
999
+ "const": "applyRasterOperation"
1000
+ },
1001
+ "target": {
1002
+ "$ref": "#/$defs/__schema57"
1003
+ },
1004
+ "operation": {
1005
+ "$ref": "#/$defs/__schema47"
1006
+ }
1007
+ },
1008
+ "required": ["type", "target", "operation"],
1009
+ "additionalProperties": false
1010
+ },
1011
+ {
1012
+ "type": "object",
1013
+ "properties": {
1014
+ "type": {
1015
+ "type": "string",
1016
+ "const": "replaceTile"
1017
+ },
1018
+ "target": {
1019
+ "$ref": "#/$defs/__schema57"
1020
+ },
1021
+ "tile": {
1022
+ "$ref": "#/$defs/__schema52"
1023
+ }
1024
+ },
1025
+ "required": ["type", "target", "tile"],
1026
+ "additionalProperties": false
1027
+ },
1028
+ {
1029
+ "type": "object",
1030
+ "properties": {
1031
+ "type": {
1032
+ "type": "string",
1033
+ "const": "groupLayers"
1034
+ },
1035
+ "targets": {
1036
+ "minItems": 1,
1037
+ "type": "array",
1038
+ "items": {
1039
+ "$ref": "#/$defs/__schema60"
1040
+ }
1041
+ },
1042
+ "id": {
1043
+ "type": "string"
1044
+ },
1045
+ "role": {
1046
+ "type": "string"
1047
+ }
1048
+ },
1049
+ "required": ["type", "targets", "id"],
1050
+ "additionalProperties": false
1051
+ },
1052
+ {
1053
+ "type": "object",
1054
+ "properties": {
1055
+ "type": {
1056
+ "type": "string",
1057
+ "const": "align"
1058
+ },
1059
+ "targets": {
1060
+ "minItems": 1,
1061
+ "type": "array",
1062
+ "items": {
1063
+ "$ref": "#/$defs/__schema61"
1064
+ }
1065
+ },
1066
+ "axis": {
1067
+ "type": "string",
1068
+ "enum": ["left", "center", "right", "top", "middle", "bottom"]
1069
+ }
1070
+ },
1071
+ "required": ["type", "targets", "axis"],
1072
+ "additionalProperties": false
1073
+ },
1074
+ {
1075
+ "type": "object",
1076
+ "properties": {
1077
+ "type": {
1078
+ "type": "string",
1079
+ "const": "distribute"
1080
+ },
1081
+ "targets": {
1082
+ "minItems": 3,
1083
+ "type": "array",
1084
+ "items": {
1085
+ "$ref": "#/$defs/__schema62"
1086
+ }
1087
+ },
1088
+ "axis": {
1089
+ "type": "string",
1090
+ "enum": ["horizontal", "vertical"]
1091
+ }
1092
+ },
1093
+ "required": ["type", "targets", "axis"],
1094
+ "additionalProperties": false
1095
+ }
1096
+ ]
1097
+ },
1098
+ "__schema1": {
1099
+ "type": "string",
1100
+ "pattern": "^#(?:[\\da-fA-F]{6}|[\\da-fA-F]{8})$"
1101
+ },
1102
+ "__schema2": {
1103
+ "type": "object",
1104
+ "properties": {
1105
+ "width": {
1106
+ "type": "number",
1107
+ "exclusiveMinimum": 0,
1108
+ "maximum": 2000
1109
+ },
1110
+ "height": {
1111
+ "type": "number",
1112
+ "exclusiveMinimum": 0,
1113
+ "maximum": 2000
1114
+ },
1115
+ "unit": {
1116
+ "default": "mm",
1117
+ "type": "string",
1118
+ "enum": ["mm", "in", "pt"]
1119
+ },
1120
+ "ppi": {
1121
+ "default": 300,
1122
+ "type": "number",
1123
+ "minimum": 36,
1124
+ "maximum": 1200
1125
+ },
1126
+ "bleed": {
1127
+ "default": 0,
1128
+ "type": "number",
1129
+ "minimum": 0,
1130
+ "maximum": 100
1131
+ },
1132
+ "safe_margin": {
1133
+ "default": 0,
1134
+ "type": "number",
1135
+ "minimum": 0,
1136
+ "maximum": 100
1137
+ }
1138
+ },
1139
+ "required": ["width", "height", "unit", "ppi", "bleed", "safe_margin"],
1140
+ "additionalProperties": false
1141
+ },
1142
+ "__schema3": {
1143
+ "type": "string",
1144
+ "pattern": "^[a-zA-Z][a-zA-Z0-9_-]{0,79}$"
1145
+ },
1146
+ "__schema4": {
1147
+ "type": "object",
1148
+ "properties": {
1149
+ "font": {
1150
+ "default": "inter",
1151
+ "$ref": "#/$defs/__schema3"
1152
+ },
1153
+ "size": {
1154
+ "default": 32,
1155
+ "$ref": "#/$defs/__schema5"
1156
+ },
1157
+ "weight": {
1158
+ "default": "regular",
1159
+ "$ref": "#/$defs/__schema7"
1160
+ },
1161
+ "colour": {
1162
+ "default": "#ffffff",
1163
+ "$ref": "#/$defs/__schema1"
1164
+ },
1165
+ "line_height": {
1166
+ "default": 1.2,
1167
+ "$ref": "#/$defs/__schema8"
1168
+ },
1169
+ "align": {
1170
+ "default": "left",
1171
+ "$ref": "#/$defs/__schema9"
1172
+ },
1173
+ "tracking": {
1174
+ "$ref": "#/$defs/__schema10"
1175
+ },
1176
+ "kerning": {
1177
+ "$ref": "#/$defs/__schema11"
1178
+ }
1179
+ },
1180
+ "required": ["font", "size", "weight", "colour", "line_height", "align"],
1181
+ "additionalProperties": false
1182
+ },
1183
+ "__schema5": {
1184
+ "type": "number",
1185
+ "exclusiveMinimum": 0,
1186
+ "maximum": 1024,
1187
+ "$ref": "#/$defs/__schema6"
1188
+ },
1189
+ "__schema6": {
1190
+ "type": "number"
1191
+ },
1192
+ "__schema7": {
1193
+ "type": "string",
1194
+ "enum": ["regular", "bold"]
1195
+ },
1196
+ "__schema8": {
1197
+ "type": "number",
1198
+ "exclusiveMinimum": 0,
1199
+ "maximum": 5,
1200
+ "$ref": "#/$defs/__schema6"
1201
+ },
1202
+ "__schema9": {
1203
+ "type": "string",
1204
+ "enum": ["left", "center", "right"]
1205
+ },
1206
+ "__schema10": {
1207
+ "type": "number",
1208
+ "minimum": -20,
1209
+ "maximum": 200,
1210
+ "$ref": "#/$defs/__schema6"
1211
+ },
1212
+ "__schema11": {
1213
+ "type": "boolean"
1214
+ },
1215
+ "__schema12": {
1216
+ "type": "object",
1217
+ "properties": {
1218
+ "source": {
1219
+ "type": "string",
1220
+ "minLength": 1
1221
+ },
1222
+ "hash": {
1223
+ "type": "string",
1224
+ "pattern": "^sha256:[a-f0-9]{64}$"
1225
+ }
1226
+ },
1227
+ "required": ["source"],
1228
+ "additionalProperties": false
1229
+ },
1230
+ "__schema13": {
1231
+ "anyOf": [
1232
+ {
1233
+ "type": "string"
1234
+ },
1235
+ {
1236
+ "type": "number"
1237
+ },
1238
+ {
1239
+ "type": "boolean"
1240
+ },
1241
+ {
1242
+ "type": "null"
1243
+ },
1244
+ {
1245
+ "type": "array",
1246
+ "items": {
1247
+ "$ref": "#/$defs/__schema13"
1248
+ }
1249
+ },
1250
+ {
1251
+ "type": "object",
1252
+ "propertyNames": {
1253
+ "type": "string"
1254
+ },
1255
+ "additionalProperties": {
1256
+ "$ref": "#/$defs/__schema13"
1257
+ }
1258
+ }
1259
+ ]
1260
+ },
1261
+ "__schema14": {
1262
+ "type": "object",
1263
+ "properties": {
1264
+ "recipe": {
1265
+ "type": "object",
1266
+ "properties": {
1267
+ "source": {
1268
+ "type": "string",
1269
+ "minLength": 1
1270
+ },
1271
+ "hash": {
1272
+ "type": "string",
1273
+ "pattern": "^sha256:[a-f0-9]{64}$"
1274
+ }
1275
+ },
1276
+ "required": ["source", "hash"],
1277
+ "additionalProperties": false
1278
+ },
1279
+ "type": {
1280
+ "default": "image",
1281
+ "type": "string",
1282
+ "enum": ["image", "generated-image"]
1283
+ },
1284
+ "source": {
1285
+ "type": "string",
1286
+ "minLength": 1,
1287
+ "maxLength": 2048
1288
+ },
1289
+ "hash": {
1290
+ "type": "string",
1291
+ "pattern": "^sha256:[a-f0-9]{64}$"
1292
+ }
1293
+ },
1294
+ "required": ["type", "source"],
1295
+ "additionalProperties": false
1296
+ },
1297
+ "__schema15": {
1298
+ "type": "object",
1299
+ "properties": {
1300
+ "id": {
1301
+ "$ref": "#/$defs/__schema3"
1302
+ },
1303
+ "name": {
1304
+ "type": "string",
1305
+ "maxLength": 256
1306
+ },
1307
+ "role": {
1308
+ "type": "string",
1309
+ "maxLength": 80
1310
+ },
1311
+ "type": {
1312
+ "type": "string",
1313
+ "enum": [
1314
+ "group",
1315
+ "vector",
1316
+ "text",
1317
+ "asset",
1318
+ "generated-asset",
1319
+ "procedural",
1320
+ "raster",
1321
+ "adjustment"
1322
+ ]
1323
+ },
1324
+ "visible": {
1325
+ "default": true,
1326
+ "type": "boolean"
1327
+ },
1328
+ "opacity": {
1329
+ "default": 1,
1330
+ "$ref": "#/$defs/__schema16"
1331
+ },
1332
+ "blend_mode": {
1333
+ "default": "normal",
1334
+ "$ref": "#/$defs/__schema17"
1335
+ },
1336
+ "z": {
1337
+ "default": 0,
1338
+ "$ref": "#/$defs/__schema6"
1339
+ },
1340
+ "bounds": {
1341
+ "$ref": "#/$defs/__schema18"
1342
+ },
1343
+ "width": {
1344
+ "$ref": "#/$defs/__schema21"
1345
+ },
1346
+ "aspect_ratio": {
1347
+ "$ref": "#/$defs/__schema23"
1348
+ },
1349
+ "grow": {
1350
+ "$ref": "#/$defs/__schema24"
1351
+ },
1352
+ "height": {
1353
+ "$ref": "#/$defs/__schema25"
1354
+ },
1355
+ "anchor": {
1356
+ "default": "top-left",
1357
+ "$ref": "#/$defs/__schema26"
1358
+ },
1359
+ "affine": {
1360
+ "$ref": "#/$defs/__schema27"
1361
+ },
1362
+ "transform": {
1363
+ "$ref": "#/$defs/__schema28"
1364
+ },
1365
+ "layout": {
1366
+ "$ref": "#/$defs/__schema29"
1367
+ },
1368
+ "shape": {
1369
+ "$ref": "#/$defs/__schema30"
1370
+ },
1371
+ "content": {
1372
+ "type": "string",
1373
+ "maxLength": 50000
1374
+ },
1375
+ "runs": {
1376
+ "$ref": "#/$defs/__schema36"
1377
+ },
1378
+ "paragraph_style": {
1379
+ "$ref": "#/$defs/__schema3"
1380
+ },
1381
+ "crop": {
1382
+ "$ref": "#/$defs/__schema19"
1383
+ },
1384
+ "focal_point": {
1385
+ "$ref": "#/$defs/__schema38"
1386
+ },
1387
+ "perspective": {
1388
+ "$ref": "#/$defs/__schema39"
1389
+ },
1390
+ "style": {
1391
+ "$ref": "#/$defs/__schema4"
1392
+ },
1393
+ "source": {
1394
+ "$ref": "#/$defs/__schema3"
1395
+ },
1396
+ "fit": {
1397
+ "default": "contain",
1398
+ "$ref": "#/$defs/__schema41"
1399
+ },
1400
+ "generator": {
1401
+ "$ref": "#/$defs/__schema42"
1402
+ },
1403
+ "mask": {
1404
+ "$ref": "#/$defs/__schema43"
1405
+ },
1406
+ "effects": {
1407
+ "default": [],
1408
+ "maxItems": 16,
1409
+ "type": "array",
1410
+ "items": {
1411
+ "$ref": "#/$defs/__schema46"
1412
+ }
1413
+ },
1414
+ "operations": {
1415
+ "default": [],
1416
+ "maxItems": 1000,
1417
+ "type": "array",
1418
+ "items": {
1419
+ "$ref": "#/$defs/__schema47"
1420
+ }
1421
+ },
1422
+ "regions": {
1423
+ "maxItems": 256,
1424
+ "type": "array",
1425
+ "items": {
1426
+ "$ref": "#/$defs/__schema51"
1427
+ }
1428
+ },
1429
+ "tiles": {
1430
+ "default": [],
1431
+ "maxItems": 4096,
1432
+ "type": "array",
1433
+ "items": {
1434
+ "$ref": "#/$defs/__schema52"
1435
+ }
1436
+ },
1437
+ "children": {
1438
+ "default": [],
1439
+ "maxItems": 256,
1440
+ "type": "array",
1441
+ "items": {
1442
+ "$ref": "#/$defs/__schema15"
1443
+ }
1444
+ }
1445
+ },
1446
+ "required": [
1447
+ "id",
1448
+ "type",
1449
+ "visible",
1450
+ "opacity",
1451
+ "blend_mode",
1452
+ "z",
1453
+ "anchor",
1454
+ "fit",
1455
+ "effects",
1456
+ "operations",
1457
+ "tiles",
1458
+ "children"
1459
+ ],
1460
+ "additionalProperties": false
1461
+ },
1462
+ "__schema16": {
1463
+ "type": "number",
1464
+ "minimum": 0,
1465
+ "maximum": 1,
1466
+ "$ref": "#/$defs/__schema6"
1467
+ },
1468
+ "__schema17": {
1469
+ "type": "string",
1470
+ "enum": [
1471
+ "normal",
1472
+ "multiply",
1473
+ "screen",
1474
+ "overlay",
1475
+ "darken",
1476
+ "lighten",
1477
+ "difference",
1478
+ "soft-light",
1479
+ "hard-light"
1480
+ ]
1481
+ },
1482
+ "__schema18": {
1483
+ "$ref": "#/$defs/__schema19"
1484
+ },
1485
+ "__schema19": {
1486
+ "type": "array",
1487
+ "prefixItems": [
1488
+ {
1489
+ "$ref": "#/$defs/__schema6"
1490
+ },
1491
+ {
1492
+ "$ref": "#/$defs/__schema6"
1493
+ },
1494
+ {
1495
+ "$ref": "#/$defs/__schema20"
1496
+ },
1497
+ {
1498
+ "$ref": "#/$defs/__schema20"
1499
+ }
1500
+ ],
1501
+ "items": false,
1502
+ "minItems": 4,
1503
+ "maxItems": 4
1504
+ },
1505
+ "__schema20": {
1506
+ "type": "number",
1507
+ "exclusiveMinimum": 0,
1508
+ "maximum": 8192,
1509
+ "$ref": "#/$defs/__schema6"
1510
+ },
1511
+ "__schema21": {
1512
+ "$ref": "#/$defs/__schema22"
1513
+ },
1514
+ "__schema22": {
1515
+ "anyOf": [
1516
+ {
1517
+ "$ref": "#/$defs/__schema20"
1518
+ },
1519
+ {
1520
+ "type": "string",
1521
+ "pattern": "^(?:100|\\d{1,2})(?:\\.\\d+)?%$"
1522
+ }
1523
+ ]
1524
+ },
1525
+ "__schema23": {
1526
+ "type": "number",
1527
+ "exclusiveMinimum": 0,
1528
+ "maximum": 100,
1529
+ "$ref": "#/$defs/__schema6"
1530
+ },
1531
+ "__schema24": {
1532
+ "type": "number",
1533
+ "minimum": 0,
1534
+ "maximum": 100,
1535
+ "$ref": "#/$defs/__schema6"
1536
+ },
1537
+ "__schema25": {
1538
+ "$ref": "#/$defs/__schema22"
1539
+ },
1540
+ "__schema26": {
1541
+ "type": "string",
1542
+ "enum": ["top-left", "center", "top-right", "bottom-left", "bottom-right"]
1543
+ },
1544
+ "__schema27": {
1545
+ "type": "array",
1546
+ "prefixItems": [
1547
+ {
1548
+ "$ref": "#/$defs/__schema6"
1549
+ },
1550
+ {
1551
+ "$ref": "#/$defs/__schema6"
1552
+ },
1553
+ {
1554
+ "$ref": "#/$defs/__schema6"
1555
+ },
1556
+ {
1557
+ "$ref": "#/$defs/__schema6"
1558
+ },
1559
+ {
1560
+ "$ref": "#/$defs/__schema6"
1561
+ },
1562
+ {
1563
+ "$ref": "#/$defs/__schema6"
1564
+ }
1565
+ ],
1566
+ "items": false,
1567
+ "minItems": 6,
1568
+ "maxItems": 6
1569
+ },
1570
+ "__schema28": {
1571
+ "type": "object",
1572
+ "properties": {
1573
+ "rotation": {
1574
+ "default": 0,
1575
+ "$ref": "#/$defs/__schema6"
1576
+ },
1577
+ "scale": {
1578
+ "default": [1, 1],
1579
+ "type": "array",
1580
+ "prefixItems": [
1581
+ {
1582
+ "type": "number",
1583
+ "exclusiveMinimum": 0,
1584
+ "maximum": 100,
1585
+ "$ref": "#/$defs/__schema6"
1586
+ },
1587
+ {
1588
+ "type": "number",
1589
+ "exclusiveMinimum": 0,
1590
+ "maximum": 100,
1591
+ "$ref": "#/$defs/__schema6"
1592
+ }
1593
+ ],
1594
+ "items": false,
1595
+ "minItems": 2,
1596
+ "maxItems": 2
1597
+ }
1598
+ },
1599
+ "required": ["rotation", "scale"],
1600
+ "additionalProperties": false
1601
+ },
1602
+ "__schema29": {
1603
+ "type": "object",
1604
+ "properties": {
1605
+ "type": {
1606
+ "default": "absolute",
1607
+ "type": "string",
1608
+ "enum": ["absolute", "horizontal", "vertical"]
1609
+ },
1610
+ "justify": {
1611
+ "type": "string",
1612
+ "enum": ["start", "center", "end", "space-between"]
1613
+ },
1614
+ "padding": {
1615
+ "default": 0,
1616
+ "type": "number",
1617
+ "minimum": 0,
1618
+ "maximum": 4096,
1619
+ "$ref": "#/$defs/__schema6"
1620
+ },
1621
+ "gap": {
1622
+ "default": 0,
1623
+ "type": "number",
1624
+ "minimum": 0,
1625
+ "maximum": 4096,
1626
+ "$ref": "#/$defs/__schema6"
1627
+ },
1628
+ "align": {
1629
+ "default": "start",
1630
+ "type": "string",
1631
+ "enum": ["start", "center", "end"]
1632
+ }
1633
+ },
1634
+ "required": ["type", "padding", "gap", "align"],
1635
+ "additionalProperties": false
1636
+ },
1637
+ "__schema30": {
1638
+ "oneOf": [
1639
+ {
1640
+ "type": "object",
1641
+ "properties": {
1642
+ "type": {
1643
+ "type": "string",
1644
+ "const": "rectangle"
1645
+ },
1646
+ "fill": {
1647
+ "$ref": "#/$defs/__schema1"
1648
+ },
1649
+ "radius": {
1650
+ "default": 0,
1651
+ "type": "number",
1652
+ "minimum": 0,
1653
+ "maximum": 4096,
1654
+ "$ref": "#/$defs/__schema6"
1655
+ },
1656
+ "stroke": {
1657
+ "$ref": "#/$defs/__schema1"
1658
+ },
1659
+ "stroke_width": {
1660
+ "default": 1,
1661
+ "type": "number",
1662
+ "minimum": 0,
1663
+ "maximum": 256,
1664
+ "$ref": "#/$defs/__schema6"
1665
+ },
1666
+ "line_cap": {
1667
+ "$ref": "#/$defs/__schema31"
1668
+ },
1669
+ "line_join": {
1670
+ "$ref": "#/$defs/__schema32"
1671
+ },
1672
+ "dash": {
1673
+ "$ref": "#/$defs/__schema33"
1674
+ },
1675
+ "dash_offset": {
1676
+ "$ref": "#/$defs/__schema35"
1677
+ }
1678
+ },
1679
+ "required": ["type", "fill", "radius", "stroke_width"],
1680
+ "additionalProperties": false
1681
+ },
1682
+ {
1683
+ "type": "object",
1684
+ "properties": {
1685
+ "type": {
1686
+ "type": "string",
1687
+ "const": "ellipse"
1688
+ },
1689
+ "fill": {
1690
+ "$ref": "#/$defs/__schema1"
1691
+ },
1692
+ "stroke": {
1693
+ "$ref": "#/$defs/__schema1"
1694
+ },
1695
+ "stroke_width": {
1696
+ "default": 1,
1697
+ "type": "number",
1698
+ "minimum": 0,
1699
+ "maximum": 256,
1700
+ "$ref": "#/$defs/__schema6"
1701
+ },
1702
+ "line_cap": {
1703
+ "$ref": "#/$defs/__schema31"
1704
+ },
1705
+ "line_join": {
1706
+ "$ref": "#/$defs/__schema32"
1707
+ },
1708
+ "dash": {
1709
+ "$ref": "#/$defs/__schema33"
1710
+ },
1711
+ "dash_offset": {
1712
+ "$ref": "#/$defs/__schema35"
1713
+ }
1714
+ },
1715
+ "required": ["type", "fill", "stroke_width"],
1716
+ "additionalProperties": false
1717
+ },
1718
+ {
1719
+ "type": "object",
1720
+ "properties": {
1721
+ "type": {
1722
+ "type": "string",
1723
+ "const": "path"
1724
+ },
1725
+ "d": {
1726
+ "type": "string",
1727
+ "minLength": 1,
1728
+ "maxLength": 100000
1729
+ },
1730
+ "fill": {
1731
+ "$ref": "#/$defs/__schema1"
1732
+ },
1733
+ "stroke": {
1734
+ "$ref": "#/$defs/__schema1"
1735
+ },
1736
+ "stroke_width": {
1737
+ "default": 1,
1738
+ "type": "number",
1739
+ "minimum": 0,
1740
+ "maximum": 256,
1741
+ "$ref": "#/$defs/__schema6"
1742
+ },
1743
+ "line_cap": {
1744
+ "$ref": "#/$defs/__schema31"
1745
+ },
1746
+ "line_join": {
1747
+ "$ref": "#/$defs/__schema32"
1748
+ },
1749
+ "dash": {
1750
+ "$ref": "#/$defs/__schema33"
1751
+ },
1752
+ "dash_offset": {
1753
+ "$ref": "#/$defs/__schema35"
1754
+ }
1755
+ },
1756
+ "required": ["type", "d", "fill", "stroke_width"],
1757
+ "additionalProperties": false
1758
+ }
1759
+ ]
1760
+ },
1761
+ "__schema31": {
1762
+ "type": "string",
1763
+ "enum": ["butt", "round", "square"]
1764
+ },
1765
+ "__schema32": {
1766
+ "type": "string",
1767
+ "enum": ["miter", "round", "bevel"]
1768
+ },
1769
+ "__schema33": {
1770
+ "maxItems": 32,
1771
+ "type": "array",
1772
+ "items": {
1773
+ "$ref": "#/$defs/__schema34"
1774
+ }
1775
+ },
1776
+ "__schema34": {
1777
+ "type": "number",
1778
+ "minimum": 0,
1779
+ "maximum": 10000,
1780
+ "$ref": "#/$defs/__schema6"
1781
+ },
1782
+ "__schema35": {
1783
+ "$ref": "#/$defs/__schema6"
1784
+ },
1785
+ "__schema36": {
1786
+ "maxItems": 256,
1787
+ "type": "array",
1788
+ "items": {
1789
+ "$ref": "#/$defs/__schema37"
1790
+ }
1791
+ },
1792
+ "__schema37": {
1793
+ "type": "object",
1794
+ "properties": {
1795
+ "text": {
1796
+ "type": "string"
1797
+ },
1798
+ "colour": {
1799
+ "$ref": "#/$defs/__schema1"
1800
+ },
1801
+ "weight": {
1802
+ "type": "string",
1803
+ "enum": ["regular", "bold"]
1804
+ }
1805
+ },
1806
+ "required": ["text"],
1807
+ "additionalProperties": false
1808
+ },
1809
+ "__schema38": {
1810
+ "type": "array",
1811
+ "prefixItems": [
1812
+ {
1813
+ "$ref": "#/$defs/__schema16"
1814
+ },
1815
+ {
1816
+ "$ref": "#/$defs/__schema16"
1817
+ }
1818
+ ],
1819
+ "items": false,
1820
+ "minItems": 2,
1821
+ "maxItems": 2
1822
+ },
1823
+ "__schema39": {
1824
+ "type": "array",
1825
+ "prefixItems": [
1826
+ {
1827
+ "$ref": "#/$defs/__schema40"
1828
+ },
1829
+ {
1830
+ "$ref": "#/$defs/__schema40"
1831
+ },
1832
+ {
1833
+ "$ref": "#/$defs/__schema40"
1834
+ },
1835
+ {
1836
+ "$ref": "#/$defs/__schema40"
1837
+ }
1838
+ ],
1839
+ "items": false,
1840
+ "minItems": 4,
1841
+ "maxItems": 4
1842
+ },
1843
+ "__schema40": {
1844
+ "type": "array",
1845
+ "prefixItems": [
1846
+ {
1847
+ "$ref": "#/$defs/__schema6"
1848
+ },
1849
+ {
1850
+ "$ref": "#/$defs/__schema6"
1851
+ }
1852
+ ],
1853
+ "items": false,
1854
+ "minItems": 2,
1855
+ "maxItems": 2
1856
+ },
1857
+ "__schema41": {
1858
+ "type": "string",
1859
+ "enum": ["contain", "cover", "stretch"]
1860
+ },
1861
+ "__schema42": {
1862
+ "oneOf": [
1863
+ {
1864
+ "type": "object",
1865
+ "properties": {
1866
+ "type": {
1867
+ "type": "string",
1868
+ "const": "solid"
1869
+ },
1870
+ "colour": {
1871
+ "$ref": "#/$defs/__schema1"
1872
+ }
1873
+ },
1874
+ "required": ["type", "colour"],
1875
+ "additionalProperties": false
1876
+ },
1877
+ {
1878
+ "type": "object",
1879
+ "properties": {
1880
+ "type": {
1881
+ "type": "string",
1882
+ "const": "gradient"
1883
+ },
1884
+ "from": {
1885
+ "$ref": "#/$defs/__schema1"
1886
+ },
1887
+ "to": {
1888
+ "$ref": "#/$defs/__schema1"
1889
+ },
1890
+ "angle": {
1891
+ "default": 90,
1892
+ "$ref": "#/$defs/__schema6"
1893
+ }
1894
+ },
1895
+ "required": ["type", "from", "to", "angle"],
1896
+ "additionalProperties": false
1897
+ },
1898
+ {
1899
+ "type": "object",
1900
+ "properties": {
1901
+ "type": {
1902
+ "type": "string",
1903
+ "const": "noise"
1904
+ },
1905
+ "seed": {
1906
+ "type": "integer",
1907
+ "minimum": 0,
1908
+ "maximum": 4294967295
1909
+ },
1910
+ "amount": {
1911
+ "$ref": "#/$defs/__schema16"
1912
+ },
1913
+ "colour": {
1914
+ "default": "#808080",
1915
+ "$ref": "#/$defs/__schema1"
1916
+ }
1917
+ },
1918
+ "required": ["type", "seed", "amount", "colour"],
1919
+ "additionalProperties": false
1920
+ }
1921
+ ]
1922
+ },
1923
+ "__schema43": {
1924
+ "anyOf": [
1925
+ {
1926
+ "oneOf": [
1927
+ {
1928
+ "type": "object",
1929
+ "properties": {
1930
+ "type": {
1931
+ "type": "string",
1932
+ "const": "path"
1933
+ },
1934
+ "d": {
1935
+ "type": "string",
1936
+ "minLength": 1,
1937
+ "maxLength": 100000
1938
+ },
1939
+ "space": {
1940
+ "$ref": "#/$defs/__schema44"
1941
+ },
1942
+ "reference_size": {
1943
+ "$ref": "#/$defs/__schema45"
1944
+ },
1945
+ "feather": {
1946
+ "default": 0,
1947
+ "type": "number",
1948
+ "minimum": 0,
1949
+ "maximum": 128,
1950
+ "$ref": "#/$defs/__schema6"
1951
+ },
1952
+ "expand": {
1953
+ "type": "number",
1954
+ "minimum": -128,
1955
+ "maximum": 128,
1956
+ "$ref": "#/$defs/__schema6"
1957
+ },
1958
+ "invert": {
1959
+ "type": "boolean"
1960
+ }
1961
+ },
1962
+ "required": ["type", "d", "feather"],
1963
+ "additionalProperties": false
1964
+ },
1965
+ {
1966
+ "type": "object",
1967
+ "properties": {
1968
+ "type": {
1969
+ "type": "string",
1970
+ "const": "rectangle"
1971
+ },
1972
+ "bounds": {
1973
+ "$ref": "#/$defs/__schema19"
1974
+ },
1975
+ "space": {
1976
+ "$ref": "#/$defs/__schema44"
1977
+ },
1978
+ "reference_size": {
1979
+ "$ref": "#/$defs/__schema45"
1980
+ },
1981
+ "expand": {
1982
+ "type": "number",
1983
+ "minimum": -128,
1984
+ "maximum": 128,
1985
+ "$ref": "#/$defs/__schema6"
1986
+ },
1987
+ "invert": {
1988
+ "type": "boolean"
1989
+ },
1990
+ "feather": {
1991
+ "default": 0,
1992
+ "type": "number",
1993
+ "minimum": 0,
1994
+ "maximum": 128,
1995
+ "$ref": "#/$defs/__schema6"
1996
+ }
1997
+ },
1998
+ "required": ["type", "bounds", "feather"],
1999
+ "additionalProperties": false
2000
+ },
2001
+ {
2002
+ "type": "object",
2003
+ "properties": {
2004
+ "type": {
2005
+ "type": "string",
2006
+ "const": "ellipse"
2007
+ },
2008
+ "bounds": {
2009
+ "$ref": "#/$defs/__schema19"
2010
+ },
2011
+ "space": {
2012
+ "$ref": "#/$defs/__schema44"
2013
+ },
2014
+ "reference_size": {
2015
+ "$ref": "#/$defs/__schema45"
2016
+ },
2017
+ "expand": {
2018
+ "type": "number",
2019
+ "minimum": -128,
2020
+ "maximum": 128,
2021
+ "$ref": "#/$defs/__schema6"
2022
+ },
2023
+ "invert": {
2024
+ "type": "boolean"
2025
+ },
2026
+ "feather": {
2027
+ "default": 0,
2028
+ "type": "number",
2029
+ "minimum": 0,
2030
+ "maximum": 128,
2031
+ "$ref": "#/$defs/__schema6"
2032
+ }
2033
+ },
2034
+ "required": ["type", "bounds", "feather"],
2035
+ "additionalProperties": false
2036
+ },
2037
+ {
2038
+ "type": "object",
2039
+ "properties": {
2040
+ "type": {
2041
+ "type": "string",
2042
+ "const": "polygon"
2043
+ },
2044
+ "points": {
2045
+ "minItems": 3,
2046
+ "maxItems": 4096,
2047
+ "type": "array",
2048
+ "items": {
2049
+ "$ref": "#/$defs/__schema40"
2050
+ }
2051
+ },
2052
+ "space": {
2053
+ "$ref": "#/$defs/__schema44"
2054
+ },
2055
+ "reference_size": {
2056
+ "$ref": "#/$defs/__schema45"
2057
+ },
2058
+ "expand": {
2059
+ "type": "number",
2060
+ "minimum": -128,
2061
+ "maximum": 128,
2062
+ "$ref": "#/$defs/__schema6"
2063
+ },
2064
+ "invert": {
2065
+ "type": "boolean"
2066
+ },
2067
+ "feather": {
2068
+ "default": 0,
2069
+ "type": "number",
2070
+ "minimum": 0,
2071
+ "maximum": 128,
2072
+ "$ref": "#/$defs/__schema6"
2073
+ }
2074
+ },
2075
+ "required": ["type", "points", "feather"],
2076
+ "additionalProperties": false
2077
+ },
2078
+ {
2079
+ "type": "object",
2080
+ "properties": {
2081
+ "type": {
2082
+ "type": "string",
2083
+ "const": "semantic-object"
2084
+ },
2085
+ "target": {
2086
+ "$ref": "#/$defs/__schema3"
2087
+ },
2088
+ "space": {
2089
+ "$ref": "#/$defs/__schema44"
2090
+ },
2091
+ "reference_size": {
2092
+ "$ref": "#/$defs/__schema45"
2093
+ },
2094
+ "expand": {
2095
+ "type": "number",
2096
+ "minimum": -128,
2097
+ "maximum": 128,
2098
+ "$ref": "#/$defs/__schema6"
2099
+ },
2100
+ "invert": {
2101
+ "type": "boolean"
2102
+ },
2103
+ "feather": {
2104
+ "default": 0,
2105
+ "type": "number",
2106
+ "minimum": 0,
2107
+ "maximum": 128,
2108
+ "$ref": "#/$defs/__schema6"
2109
+ }
2110
+ },
2111
+ "required": ["type", "target", "feather"],
2112
+ "additionalProperties": false
2113
+ }
2114
+ ]
2115
+ },
2116
+ {
2117
+ "type": "object",
2118
+ "properties": {
2119
+ "type": {
2120
+ "type": "string",
2121
+ "const": "combine"
2122
+ },
2123
+ "operation": {
2124
+ "type": "string",
2125
+ "enum": ["union", "intersect", "subtract", "xor"]
2126
+ },
2127
+ "masks": {
2128
+ "minItems": 2,
2129
+ "maxItems": 16,
2130
+ "type": "array",
2131
+ "items": {
2132
+ "$ref": "#/$defs/__schema43"
2133
+ }
2134
+ },
2135
+ "space": {
2136
+ "$ref": "#/$defs/__schema44"
2137
+ },
2138
+ "reference_size": {
2139
+ "$ref": "#/$defs/__schema45"
2140
+ },
2141
+ "feather": {
2142
+ "default": 0,
2143
+ "type": "number",
2144
+ "minimum": 0,
2145
+ "maximum": 128,
2146
+ "$ref": "#/$defs/__schema6"
2147
+ },
2148
+ "expand": {
2149
+ "type": "number",
2150
+ "minimum": -128,
2151
+ "maximum": 128,
2152
+ "$ref": "#/$defs/__schema6"
2153
+ },
2154
+ "invert": {
2155
+ "type": "boolean"
2156
+ }
2157
+ },
2158
+ "required": ["type", "operation", "masks", "feather"],
2159
+ "additionalProperties": false
2160
+ },
2161
+ {
2162
+ "type": "object",
2163
+ "properties": {
2164
+ "type": {
2165
+ "type": "string",
2166
+ "const": "image"
2167
+ },
2168
+ "source": {
2169
+ "$ref": "#/$defs/__schema3"
2170
+ },
2171
+ "bounds": {
2172
+ "$ref": "#/$defs/__schema19"
2173
+ },
2174
+ "channel": {
2175
+ "default": "luma",
2176
+ "type": "string",
2177
+ "enum": ["alpha", "luma", "colour"]
2178
+ },
2179
+ "colour": {
2180
+ "$ref": "#/$defs/__schema1"
2181
+ },
2182
+ "tolerance": {
2183
+ "default": 0.1,
2184
+ "$ref": "#/$defs/__schema16"
2185
+ },
2186
+ "space": {
2187
+ "$ref": "#/$defs/__schema44"
2188
+ },
2189
+ "reference_size": {
2190
+ "$ref": "#/$defs/__schema45"
2191
+ },
2192
+ "feather": {
2193
+ "default": 0,
2194
+ "type": "number",
2195
+ "minimum": 0,
2196
+ "maximum": 128,
2197
+ "$ref": "#/$defs/__schema6"
2198
+ },
2199
+ "expand": {
2200
+ "type": "number",
2201
+ "minimum": -128,
2202
+ "maximum": 128,
2203
+ "$ref": "#/$defs/__schema6"
2204
+ },
2205
+ "invert": {
2206
+ "type": "boolean"
2207
+ }
2208
+ },
2209
+ "required": ["type", "source", "bounds", "channel", "tolerance", "feather"],
2210
+ "additionalProperties": false
2211
+ }
2212
+ ]
2213
+ },
2214
+ "__schema44": {
2215
+ "type": "string",
2216
+ "enum": ["canvas", "layer"]
2217
+ },
2218
+ "__schema45": {
2219
+ "type": "array",
2220
+ "prefixItems": [
2221
+ {
2222
+ "$ref": "#/$defs/__schema20"
2223
+ },
2224
+ {
2225
+ "$ref": "#/$defs/__schema20"
2226
+ }
2227
+ ],
2228
+ "items": false,
2229
+ "minItems": 2,
2230
+ "maxItems": 2
2231
+ },
2232
+ "__schema46": {
2233
+ "oneOf": [
2234
+ {
2235
+ "type": "object",
2236
+ "properties": {
2237
+ "type": {
2238
+ "type": "string",
2239
+ "const": "blur"
2240
+ },
2241
+ "radius": {
2242
+ "type": "number",
2243
+ "minimum": 0,
2244
+ "maximum": 128,
2245
+ "$ref": "#/$defs/__schema6"
2246
+ }
2247
+ },
2248
+ "required": ["type", "radius"],
2249
+ "additionalProperties": false
2250
+ }
2251
+ ]
2252
+ },
2253
+ "__schema47": {
2254
+ "oneOf": [
2255
+ {
2256
+ "type": "object",
2257
+ "properties": {
2258
+ "type": {
2259
+ "type": "string",
2260
+ "const": "levels"
2261
+ },
2262
+ "space": {
2263
+ "$ref": "#/$defs/__schema44"
2264
+ },
2265
+ "reference_size": {
2266
+ "$ref": "#/$defs/__schema45"
2267
+ },
2268
+ "bounds": {
2269
+ "$ref": "#/$defs/__schema19"
2270
+ },
2271
+ "mask": {
2272
+ "$ref": "#/$defs/__schema48"
2273
+ },
2274
+ "black": {
2275
+ "default": 0,
2276
+ "$ref": "#/$defs/__schema16"
2277
+ },
2278
+ "white": {
2279
+ "default": 1,
2280
+ "$ref": "#/$defs/__schema16"
2281
+ },
2282
+ "gamma": {
2283
+ "default": 1,
2284
+ "type": "number",
2285
+ "minimum": 0.1,
2286
+ "maximum": 10,
2287
+ "$ref": "#/$defs/__schema6"
2288
+ }
2289
+ },
2290
+ "required": ["type", "bounds", "black", "white", "gamma"],
2291
+ "additionalProperties": false
2292
+ },
2293
+ {
2294
+ "type": "object",
2295
+ "properties": {
2296
+ "type": {
2297
+ "type": "string",
2298
+ "const": "curves"
2299
+ },
2300
+ "space": {
2301
+ "$ref": "#/$defs/__schema44"
2302
+ },
2303
+ "reference_size": {
2304
+ "$ref": "#/$defs/__schema45"
2305
+ },
2306
+ "bounds": {
2307
+ "$ref": "#/$defs/__schema19"
2308
+ },
2309
+ "mask": {
2310
+ "$ref": "#/$defs/__schema48"
2311
+ },
2312
+ "channel": {
2313
+ "default": "rgb",
2314
+ "type": "string",
2315
+ "enum": ["rgb", "r", "g", "b"]
2316
+ },
2317
+ "points": {
2318
+ "minItems": 2,
2319
+ "maxItems": 32,
2320
+ "type": "array",
2321
+ "items": {
2322
+ "$ref": "#/$defs/__schema49"
2323
+ }
2324
+ }
2325
+ },
2326
+ "required": ["type", "bounds", "channel", "points"],
2327
+ "additionalProperties": false
2328
+ },
2329
+ {
2330
+ "type": "object",
2331
+ "properties": {
2332
+ "type": {
2333
+ "type": "string",
2334
+ "const": "whiteBalance"
2335
+ },
2336
+ "space": {
2337
+ "$ref": "#/$defs/__schema44"
2338
+ },
2339
+ "reference_size": {
2340
+ "$ref": "#/$defs/__schema45"
2341
+ },
2342
+ "bounds": {
2343
+ "$ref": "#/$defs/__schema19"
2344
+ },
2345
+ "mask": {
2346
+ "$ref": "#/$defs/__schema48"
2347
+ },
2348
+ "temperature": {
2349
+ "type": "number",
2350
+ "minimum": -1,
2351
+ "maximum": 1,
2352
+ "$ref": "#/$defs/__schema6"
2353
+ },
2354
+ "tint": {
2355
+ "default": 0,
2356
+ "type": "number",
2357
+ "minimum": -1,
2358
+ "maximum": 1,
2359
+ "$ref": "#/$defs/__schema6"
2360
+ }
2361
+ },
2362
+ "required": ["type", "bounds", "temperature", "tint"],
2363
+ "additionalProperties": false
2364
+ },
2365
+ {
2366
+ "type": "object",
2367
+ "properties": {
2368
+ "type": {
2369
+ "type": "string",
2370
+ "const": "clone"
2371
+ },
2372
+ "space": {
2373
+ "$ref": "#/$defs/__schema44"
2374
+ },
2375
+ "reference_size": {
2376
+ "$ref": "#/$defs/__schema45"
2377
+ },
2378
+ "bounds": {
2379
+ "$ref": "#/$defs/__schema19"
2380
+ },
2381
+ "mask": {
2382
+ "$ref": "#/$defs/__schema48"
2383
+ },
2384
+ "source_offset": {
2385
+ "$ref": "#/$defs/__schema40"
2386
+ },
2387
+ "opacity": {
2388
+ "default": 1,
2389
+ "$ref": "#/$defs/__schema16"
2390
+ }
2391
+ },
2392
+ "required": ["type", "bounds", "source_offset", "opacity"],
2393
+ "additionalProperties": false
2394
+ },
2395
+ {
2396
+ "type": "object",
2397
+ "properties": {
2398
+ "type": {
2399
+ "type": "string",
2400
+ "const": "heal"
2401
+ },
2402
+ "space": {
2403
+ "$ref": "#/$defs/__schema44"
2404
+ },
2405
+ "reference_size": {
2406
+ "$ref": "#/$defs/__schema45"
2407
+ },
2408
+ "bounds": {
2409
+ "$ref": "#/$defs/__schema19"
2410
+ },
2411
+ "mask": {
2412
+ "$ref": "#/$defs/__schema48"
2413
+ },
2414
+ "source_offset": {
2415
+ "$ref": "#/$defs/__schema40"
2416
+ },
2417
+ "opacity": {
2418
+ "default": 1,
2419
+ "$ref": "#/$defs/__schema16"
2420
+ }
2421
+ },
2422
+ "required": ["type", "bounds", "source_offset", "opacity"],
2423
+ "additionalProperties": false
2424
+ },
2425
+ {
2426
+ "type": "object",
2427
+ "properties": {
2428
+ "type": {
2429
+ "type": "string",
2430
+ "const": "fill"
2431
+ },
2432
+ "space": {
2433
+ "$ref": "#/$defs/__schema44"
2434
+ },
2435
+ "reference_size": {
2436
+ "$ref": "#/$defs/__schema45"
2437
+ },
2438
+ "bounds": {
2439
+ "$ref": "#/$defs/__schema19"
2440
+ },
2441
+ "mask": {
2442
+ "$ref": "#/$defs/__schema48"
2443
+ },
2444
+ "colour": {
2445
+ "$ref": "#/$defs/__schema1"
2446
+ }
2447
+ },
2448
+ "required": ["type", "bounds", "colour"],
2449
+ "additionalProperties": false
2450
+ },
2451
+ {
2452
+ "type": "object",
2453
+ "properties": {
2454
+ "type": {
2455
+ "type": "string",
2456
+ "const": "paintStroke"
2457
+ },
2458
+ "space": {
2459
+ "$ref": "#/$defs/__schema44"
2460
+ },
2461
+ "reference_size": {
2462
+ "$ref": "#/$defs/__schema45"
2463
+ },
2464
+ "bounds": {
2465
+ "$ref": "#/$defs/__schema19"
2466
+ },
2467
+ "mask": {
2468
+ "$ref": "#/$defs/__schema48"
2469
+ },
2470
+ "path": {
2471
+ "minItems": 1,
2472
+ "maxItems": 4096,
2473
+ "type": "array",
2474
+ "items": {
2475
+ "$ref": "#/$defs/__schema40"
2476
+ }
2477
+ },
2478
+ "radius": {
2479
+ "type": "number",
2480
+ "exclusiveMinimum": 0,
2481
+ "maximum": 256,
2482
+ "$ref": "#/$defs/__schema6"
2483
+ },
2484
+ "hardness": {
2485
+ "default": 1,
2486
+ "$ref": "#/$defs/__schema16"
2487
+ },
2488
+ "colour": {
2489
+ "$ref": "#/$defs/__schema1"
2490
+ },
2491
+ "opacity": {
2492
+ "default": 1,
2493
+ "$ref": "#/$defs/__schema16"
2494
+ }
2495
+ },
2496
+ "required": ["type", "bounds", "path", "radius", "hardness", "colour", "opacity"],
2497
+ "additionalProperties": false
2498
+ },
2499
+ {
2500
+ "type": "object",
2501
+ "properties": {
2502
+ "type": {
2503
+ "type": "string",
2504
+ "const": "eraseStroke"
2505
+ },
2506
+ "space": {
2507
+ "$ref": "#/$defs/__schema44"
2508
+ },
2509
+ "reference_size": {
2510
+ "$ref": "#/$defs/__schema45"
2511
+ },
2512
+ "bounds": {
2513
+ "$ref": "#/$defs/__schema19"
2514
+ },
2515
+ "mask": {
2516
+ "$ref": "#/$defs/__schema48"
2517
+ },
2518
+ "path": {
2519
+ "minItems": 1,
2520
+ "maxItems": 4096,
2521
+ "type": "array",
2522
+ "items": {
2523
+ "$ref": "#/$defs/__schema40"
2524
+ }
2525
+ },
2526
+ "radius": {
2527
+ "type": "number",
2528
+ "exclusiveMinimum": 0,
2529
+ "maximum": 256,
2530
+ "$ref": "#/$defs/__schema6"
2531
+ },
2532
+ "hardness": {
2533
+ "default": 1,
2534
+ "$ref": "#/$defs/__schema16"
2535
+ },
2536
+ "opacity": {
2537
+ "default": 1,
2538
+ "$ref": "#/$defs/__schema16"
2539
+ }
2540
+ },
2541
+ "required": ["type", "bounds", "path", "radius", "hardness", "opacity"],
2542
+ "additionalProperties": false
2543
+ },
2544
+ {
2545
+ "type": "object",
2546
+ "properties": {
2547
+ "type": {
2548
+ "type": "string",
2549
+ "const": "brightness"
2550
+ },
2551
+ "space": {
2552
+ "$ref": "#/$defs/__schema44"
2553
+ },
2554
+ "reference_size": {
2555
+ "$ref": "#/$defs/__schema45"
2556
+ },
2557
+ "bounds": {
2558
+ "$ref": "#/$defs/__schema19"
2559
+ },
2560
+ "mask": {
2561
+ "$ref": "#/$defs/__schema48"
2562
+ },
2563
+ "amount": {
2564
+ "type": "number",
2565
+ "minimum": -1,
2566
+ "maximum": 1,
2567
+ "$ref": "#/$defs/__schema6"
2568
+ }
2569
+ },
2570
+ "required": ["type", "bounds", "amount"],
2571
+ "additionalProperties": false
2572
+ },
2573
+ {
2574
+ "type": "object",
2575
+ "properties": {
2576
+ "type": {
2577
+ "type": "string",
2578
+ "const": "contrast"
2579
+ },
2580
+ "space": {
2581
+ "$ref": "#/$defs/__schema44"
2582
+ },
2583
+ "reference_size": {
2584
+ "$ref": "#/$defs/__schema45"
2585
+ },
2586
+ "bounds": {
2587
+ "$ref": "#/$defs/__schema19"
2588
+ },
2589
+ "mask": {
2590
+ "$ref": "#/$defs/__schema48"
2591
+ },
2592
+ "amount": {
2593
+ "type": "number",
2594
+ "minimum": -1,
2595
+ "maximum": 1,
2596
+ "$ref": "#/$defs/__schema6"
2597
+ }
2598
+ },
2599
+ "required": ["type", "bounds", "amount"],
2600
+ "additionalProperties": false
2601
+ },
2602
+ {
2603
+ "type": "object",
2604
+ "properties": {
2605
+ "type": {
2606
+ "type": "string",
2607
+ "const": "saturation"
2608
+ },
2609
+ "space": {
2610
+ "$ref": "#/$defs/__schema44"
2611
+ },
2612
+ "reference_size": {
2613
+ "$ref": "#/$defs/__schema45"
2614
+ },
2615
+ "bounds": {
2616
+ "$ref": "#/$defs/__schema19"
2617
+ },
2618
+ "mask": {
2619
+ "$ref": "#/$defs/__schema48"
2620
+ },
2621
+ "amount": {
2622
+ "type": "number",
2623
+ "minimum": -1,
2624
+ "maximum": 1,
2625
+ "$ref": "#/$defs/__schema6"
2626
+ }
2627
+ },
2628
+ "required": ["type", "bounds", "amount"],
2629
+ "additionalProperties": false
2630
+ },
2631
+ {
2632
+ "type": "object",
2633
+ "properties": {
2634
+ "type": {
2635
+ "type": "string",
2636
+ "const": "hueShift"
2637
+ },
2638
+ "space": {
2639
+ "$ref": "#/$defs/__schema44"
2640
+ },
2641
+ "reference_size": {
2642
+ "$ref": "#/$defs/__schema45"
2643
+ },
2644
+ "bounds": {
2645
+ "$ref": "#/$defs/__schema19"
2646
+ },
2647
+ "mask": {
2648
+ "$ref": "#/$defs/__schema48"
2649
+ },
2650
+ "degrees": {
2651
+ "type": "number",
2652
+ "minimum": -360,
2653
+ "maximum": 360,
2654
+ "$ref": "#/$defs/__schema6"
2655
+ }
2656
+ },
2657
+ "required": ["type", "bounds", "degrees"],
2658
+ "additionalProperties": false
2659
+ },
2660
+ {
2661
+ "type": "object",
2662
+ "properties": {
2663
+ "type": {
2664
+ "type": "string",
2665
+ "const": "noise"
2666
+ },
2667
+ "space": {
2668
+ "$ref": "#/$defs/__schema44"
2669
+ },
2670
+ "reference_size": {
2671
+ "$ref": "#/$defs/__schema45"
2672
+ },
2673
+ "bounds": {
2674
+ "$ref": "#/$defs/__schema19"
2675
+ },
2676
+ "mask": {
2677
+ "$ref": "#/$defs/__schema48"
2678
+ },
2679
+ "amount": {
2680
+ "$ref": "#/$defs/__schema16"
2681
+ },
2682
+ "seed": {
2683
+ "type": "integer",
2684
+ "minimum": 0,
2685
+ "maximum": 4294967295
2686
+ }
2687
+ },
2688
+ "required": ["type", "bounds", "amount", "seed"],
2689
+ "additionalProperties": false
2690
+ },
2691
+ {
2692
+ "type": "object",
2693
+ "properties": {
2694
+ "type": {
2695
+ "type": "string",
2696
+ "const": "blur"
2697
+ },
2698
+ "space": {
2699
+ "$ref": "#/$defs/__schema44"
2700
+ },
2701
+ "reference_size": {
2702
+ "$ref": "#/$defs/__schema45"
2703
+ },
2704
+ "bounds": {
2705
+ "$ref": "#/$defs/__schema19"
2706
+ },
2707
+ "mask": {
2708
+ "$ref": "#/$defs/__schema48"
2709
+ },
2710
+ "radius": {
2711
+ "type": "number",
2712
+ "minimum": 0,
2713
+ "maximum": 128,
2714
+ "$ref": "#/$defs/__schema6"
2715
+ }
2716
+ },
2717
+ "required": ["type", "bounds", "radius"],
2718
+ "additionalProperties": false
2719
+ },
2720
+ {
2721
+ "type": "object",
2722
+ "properties": {
2723
+ "type": {
2724
+ "type": "string",
2725
+ "const": "colourReplace"
2726
+ },
2727
+ "space": {
2728
+ "$ref": "#/$defs/__schema44"
2729
+ },
2730
+ "reference_size": {
2731
+ "$ref": "#/$defs/__schema45"
2732
+ },
2733
+ "bounds": {
2734
+ "$ref": "#/$defs/__schema19"
2735
+ },
2736
+ "mask": {
2737
+ "$ref": "#/$defs/__schema48"
2738
+ },
2739
+ "from": {
2740
+ "$ref": "#/$defs/__schema1"
2741
+ },
2742
+ "to": {
2743
+ "$ref": "#/$defs/__schema1"
2744
+ },
2745
+ "tolerance": {
2746
+ "default": 0,
2747
+ "$ref": "#/$defs/__schema16"
2748
+ }
2749
+ },
2750
+ "required": ["type", "bounds", "from", "to", "tolerance"],
2751
+ "additionalProperties": false
2752
+ },
2753
+ {
2754
+ "type": "object",
2755
+ "properties": {
2756
+ "type": {
2757
+ "type": "string",
2758
+ "const": "setPixels"
2759
+ },
2760
+ "space": {
2761
+ "$ref": "#/$defs/__schema44"
2762
+ },
2763
+ "reference_size": {
2764
+ "$ref": "#/$defs/__schema45"
2765
+ },
2766
+ "bounds": {
2767
+ "$ref": "#/$defs/__schema19"
2768
+ },
2769
+ "mask": {
2770
+ "$ref": "#/$defs/__schema48"
2771
+ },
2772
+ "pixels": {
2773
+ "maxItems": 4096,
2774
+ "type": "array",
2775
+ "items": {
2776
+ "$ref": "#/$defs/__schema50"
2777
+ }
2778
+ }
2779
+ },
2780
+ "required": ["type", "bounds", "pixels"],
2781
+ "additionalProperties": false
2782
+ }
2783
+ ]
2784
+ },
2785
+ "__schema48": {
2786
+ "$ref": "#/$defs/__schema43"
2787
+ },
2788
+ "__schema49": {
2789
+ "type": "array",
2790
+ "prefixItems": [
2791
+ {
2792
+ "$ref": "#/$defs/__schema16"
2793
+ },
2794
+ {
2795
+ "$ref": "#/$defs/__schema16"
2796
+ }
2797
+ ],
2798
+ "items": false,
2799
+ "minItems": 2,
2800
+ "maxItems": 2
2801
+ },
2802
+ "__schema50": {
2803
+ "type": "object",
2804
+ "properties": {
2805
+ "x": {
2806
+ "type": "integer",
2807
+ "minimum": -9007199254740991,
2808
+ "maximum": 9007199254740991
2809
+ },
2810
+ "y": {
2811
+ "type": "integer",
2812
+ "minimum": -9007199254740991,
2813
+ "maximum": 9007199254740991
2814
+ },
2815
+ "colour": {
2816
+ "$ref": "#/$defs/__schema1"
2817
+ }
2818
+ },
2819
+ "required": ["x", "y", "colour"],
2820
+ "additionalProperties": false
2821
+ },
2822
+ "__schema51": {
2823
+ "type": "object",
2824
+ "properties": {
2825
+ "id": {
2826
+ "$ref": "#/$defs/__schema3"
2827
+ },
2828
+ "space": {
2829
+ "$ref": "#/$defs/__schema44"
2830
+ },
2831
+ "reference_size": {
2832
+ "$ref": "#/$defs/__schema45"
2833
+ },
2834
+ "bounds": {
2835
+ "$ref": "#/$defs/__schema19"
2836
+ },
2837
+ "scale": {
2838
+ "default": 2,
2839
+ "type": "integer",
2840
+ "minimum": 1,
2841
+ "maximum": 4
2842
+ },
2843
+ "source": {
2844
+ "$ref": "#/$defs/__schema3"
2845
+ },
2846
+ "composite": {
2847
+ "type": "string",
2848
+ "enum": ["replace", "over"]
2849
+ },
2850
+ "operations": {
2851
+ "default": [],
2852
+ "maxItems": 256,
2853
+ "type": "array",
2854
+ "items": {
2855
+ "$ref": "#/$defs/__schema47"
2856
+ }
2857
+ }
2858
+ },
2859
+ "required": ["id", "bounds", "scale", "operations"],
2860
+ "additionalProperties": false
2861
+ },
2862
+ "__schema52": {
2863
+ "type": "object",
2864
+ "properties": {
2865
+ "space": {
2866
+ "$ref": "#/$defs/__schema44"
2867
+ },
2868
+ "reference_size": {
2869
+ "$ref": "#/$defs/__schema45"
2870
+ },
2871
+ "bounds": {
2872
+ "$ref": "#/$defs/__schema19"
2873
+ },
2874
+ "palette": {
2875
+ "$ref": "#/$defs/__schema53"
2876
+ },
2877
+ "pixels": {
2878
+ "$ref": "#/$defs/__schema54"
2879
+ }
2880
+ },
2881
+ "required": ["bounds", "palette", "pixels"],
2882
+ "additionalProperties": false
2883
+ },
2884
+ "__schema53": {
2885
+ "type": "object",
2886
+ "propertyNames": {
2887
+ "type": "string",
2888
+ "minLength": 1,
2889
+ "maxLength": 1
2890
+ },
2891
+ "additionalProperties": {
2892
+ "$ref": "#/$defs/__schema1"
2893
+ }
2894
+ },
2895
+ "__schema54": {
2896
+ "minItems": 1,
2897
+ "maxItems": 256,
2898
+ "type": "array",
2899
+ "items": {
2900
+ "$ref": "#/$defs/__schema55"
2901
+ }
2902
+ },
2903
+ "__schema55": {
2904
+ "type": "string",
2905
+ "minLength": 1,
2906
+ "maxLength": 256
2907
+ },
2908
+ "__schema56": {
2909
+ "oneOf": [
2910
+ {
2911
+ "type": "object",
2912
+ "properties": {
2913
+ "type": {
2914
+ "type": "string",
2915
+ "const": "pixel-contrast"
2916
+ },
2917
+ "target": {
2918
+ "$ref": "#/$defs/__schema3"
2919
+ },
2920
+ "minimum": {
2921
+ "default": 4.5,
2922
+ "type": "number",
2923
+ "minimum": 1,
2924
+ "maximum": 21,
2925
+ "$ref": "#/$defs/__schema6"
2926
+ },
2927
+ "percentile": {
2928
+ "default": 0.1,
2929
+ "$ref": "#/$defs/__schema16"
2930
+ }
2931
+ },
2932
+ "required": ["type", "target", "minimum", "percentile"],
2933
+ "additionalProperties": false
2934
+ },
2935
+ {
2936
+ "type": "object",
2937
+ "properties": {
2938
+ "type": {
2939
+ "type": "string",
2940
+ "const": "visible-area"
2941
+ },
2942
+ "target": {
2943
+ "$ref": "#/$defs/__schema3"
2944
+ },
2945
+ "minimum": {
2946
+ "default": 0.5,
2947
+ "$ref": "#/$defs/__schema16"
2948
+ }
2949
+ },
2950
+ "required": ["type", "target", "minimum"],
2951
+ "additionalProperties": false
2952
+ },
2953
+ {
2954
+ "type": "object",
2955
+ "properties": {
2956
+ "type": {
2957
+ "type": "string",
2958
+ "const": "region-luma"
2959
+ },
2960
+ "bounds": {
2961
+ "$ref": "#/$defs/__schema19"
2962
+ },
2963
+ "minimum": {
2964
+ "default": 0,
2965
+ "$ref": "#/$defs/__schema16"
2966
+ },
2967
+ "maximum": {
2968
+ "default": 1,
2969
+ "$ref": "#/$defs/__schema16"
2970
+ }
2971
+ },
2972
+ "required": ["type", "bounds", "minimum", "maximum"],
2973
+ "additionalProperties": false
2974
+ },
2975
+ {
2976
+ "type": "object",
2977
+ "properties": {
2978
+ "type": {
2979
+ "type": "string",
2980
+ "const": "safe-area"
2981
+ },
2982
+ "target": {
2983
+ "$ref": "#/$defs/__schema3"
2984
+ },
2985
+ "minimum": {
2986
+ "minimum": 0,
2987
+ "$ref": "#/$defs/__schema6"
2988
+ }
2989
+ },
2990
+ "required": ["type", "target", "minimum"],
2991
+ "additionalProperties": false
2992
+ },
2993
+ {
2994
+ "type": "object",
2995
+ "properties": {
2996
+ "type": {
2997
+ "type": "string",
2998
+ "const": "text-overflow"
2999
+ },
3000
+ "target": {
3001
+ "$ref": "#/$defs/__schema3"
3002
+ }
3003
+ },
3004
+ "required": ["type", "target"],
3005
+ "additionalProperties": false
3006
+ },
3007
+ {
3008
+ "type": "object",
3009
+ "properties": {
3010
+ "type": {
3011
+ "type": "string",
3012
+ "const": "text-equals"
3013
+ },
3014
+ "target": {
3015
+ "$ref": "#/$defs/__schema3"
3016
+ },
3017
+ "expected": {
3018
+ "type": "string"
3019
+ }
3020
+ },
3021
+ "required": ["type", "target", "expected"],
3022
+ "additionalProperties": false
3023
+ },
3024
+ {
3025
+ "type": "object",
3026
+ "properties": {
3027
+ "type": {
3028
+ "type": "string",
3029
+ "const": "required-role"
3030
+ },
3031
+ "role": {
3032
+ "type": "string"
3033
+ }
3034
+ },
3035
+ "required": ["type", "role"],
3036
+ "additionalProperties": false
3037
+ },
3038
+ {
3039
+ "type": "object",
3040
+ "properties": {
3041
+ "type": {
3042
+ "type": "string",
3043
+ "const": "contrast"
3044
+ },
3045
+ "target": {
3046
+ "$ref": "#/$defs/__schema3"
3047
+ },
3048
+ "against": {
3049
+ "$ref": "#/$defs/__schema1"
3050
+ },
3051
+ "minimum": {
3052
+ "default": 4.5,
3053
+ "type": "number",
3054
+ "minimum": 1,
3055
+ "maximum": 21,
3056
+ "$ref": "#/$defs/__schema6"
3057
+ }
3058
+ },
3059
+ "required": ["type", "target", "against", "minimum"],
3060
+ "additionalProperties": false
3061
+ },
3062
+ {
3063
+ "type": "object",
3064
+ "properties": {
3065
+ "type": {
3066
+ "type": "string",
3067
+ "const": "no-overlap"
3068
+ },
3069
+ "target": {
3070
+ "$ref": "#/$defs/__schema3"
3071
+ },
3072
+ "other": {
3073
+ "$ref": "#/$defs/__schema3"
3074
+ }
3075
+ },
3076
+ "required": ["type", "target", "other"],
3077
+ "additionalProperties": false
3078
+ }
3079
+ ]
3080
+ },
3081
+ "__schema57": {
3082
+ "type": "string"
3083
+ },
3084
+ "__schema58": {
3085
+ "oneOf": [
3086
+ {
3087
+ "type": "object",
3088
+ "properties": {
3089
+ "type": {
3090
+ "type": "string",
3091
+ "const": "move"
3092
+ },
3093
+ "to": {
3094
+ "$ref": "#/$defs/__schema40"
3095
+ }
3096
+ },
3097
+ "required": ["type", "to"],
3098
+ "additionalProperties": false
3099
+ },
3100
+ {
3101
+ "type": "object",
3102
+ "properties": {
3103
+ "type": {
3104
+ "type": "string",
3105
+ "const": "line"
3106
+ },
3107
+ "to": {
3108
+ "$ref": "#/$defs/__schema40"
3109
+ }
3110
+ },
3111
+ "required": ["type", "to"],
3112
+ "additionalProperties": false
3113
+ },
3114
+ {
3115
+ "type": "object",
3116
+ "properties": {
3117
+ "type": {
3118
+ "type": "string",
3119
+ "const": "quadratic"
3120
+ },
3121
+ "control": {
3122
+ "$ref": "#/$defs/__schema40"
3123
+ },
3124
+ "to": {
3125
+ "$ref": "#/$defs/__schema40"
3126
+ }
3127
+ },
3128
+ "required": ["type", "control", "to"],
3129
+ "additionalProperties": false
3130
+ },
3131
+ {
3132
+ "type": "object",
3133
+ "properties": {
3134
+ "type": {
3135
+ "type": "string",
3136
+ "const": "cubic"
3137
+ },
3138
+ "control1": {
3139
+ "$ref": "#/$defs/__schema40"
3140
+ },
3141
+ "control2": {
3142
+ "$ref": "#/$defs/__schema40"
3143
+ },
3144
+ "to": {
3145
+ "$ref": "#/$defs/__schema40"
3146
+ }
3147
+ },
3148
+ "required": ["type", "control1", "control2", "to"],
3149
+ "additionalProperties": false
3150
+ },
3151
+ {
3152
+ "type": "object",
3153
+ "properties": {
3154
+ "type": {
3155
+ "type": "string",
3156
+ "const": "close"
3157
+ }
3158
+ },
3159
+ "required": ["type"],
3160
+ "additionalProperties": false
3161
+ }
3162
+ ]
3163
+ },
3164
+ "__schema59": {
3165
+ "type": "string"
3166
+ },
3167
+ "__schema60": {
3168
+ "type": "string"
3169
+ },
3170
+ "__schema61": {
3171
+ "type": "string"
3172
+ },
3173
+ "__schema62": {
3174
+ "type": "string"
3175
+ }
3176
+ }
3177
+ }