@legalplace/prerenderx 3.8.22 → 3.8.24-staging.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 (44) hide show
  1. package/.yalc/@legalplace/models-v3-types/.eslintrc +3 -0
  2. package/.yalc/@legalplace/models-v3-types/.gitlab-ci.yml +30 -0
  3. package/.yalc/@legalplace/models-v3-types/CHANGELOG.md +1503 -0
  4. package/.yalc/@legalplace/models-v3-types/README +6 -0
  5. package/.yalc/@legalplace/models-v3-types/index.ts +915 -0
  6. package/.yalc/@legalplace/models-v3-types/package.json +16 -0
  7. package/.yalc/@legalplace/models-v3-types/schema.json +2918 -0
  8. package/.yalc/@legalplace/models-v3-types/tsconfig.json +22 -0
  9. package/.yalc/@legalplace/models-v3-types/yalc.sig +1 -0
  10. package/CHANGELOG.md +8 -0
  11. package/dist/libs/DocumentRender.d.ts +3 -2
  12. package/dist/libs/DocumentRender.js +13 -4
  13. package/dist/libs/FillPdfForm.d.ts +1 -1
  14. package/dist/libs/FillPdfForm.js +25 -15
  15. package/dist/libs/OptionRender.d.ts +4 -0
  16. package/dist/libs/OptionRender.js +125 -29
  17. package/dist/libs/OutputParser.d.ts +1 -1
  18. package/dist/libs/OutputParser.js +18 -6
  19. package/dist/libs/Prerender.d.ts +5 -2
  20. package/dist/libs/Prerender.js +100 -27
  21. package/dist/libs/SectionRender.d.ts +3 -0
  22. package/dist/libs/SectionRender.js +64 -22
  23. package/dist/libs/misc/FillPdfFormBase.d.ts +1 -1
  24. package/dist/libs/misc/FillPdfFormBase.js +11 -37
  25. package/dist/libs/outputTableRendering.d.ts +16 -0
  26. package/dist/libs/outputTableRendering.js +130 -0
  27. package/dist/libs/regionHelpers.d.ts +5 -0
  28. package/dist/libs/regionHelpers.js +22 -0
  29. package/dist/libs/tableOutputExpansion.d.ts +20 -0
  30. package/dist/libs/tableOutputExpansion.js +68 -0
  31. package/dist/types/types.d.ts +13 -0
  32. package/package.json +7 -8
  33. package/src/libs/DocumentRender.ts +33 -5
  34. package/src/libs/FillPdfForm.ts +39 -22
  35. package/src/libs/OptionRender.ts +218 -63
  36. package/src/libs/OutputParser.ts +40 -9
  37. package/src/libs/Prerender.ts +157 -38
  38. package/src/libs/SectionRender.ts +111 -28
  39. package/src/libs/misc/FillPdfFormBase.ts +34 -67
  40. package/src/libs/tableOutputExpansion.ts +145 -0
  41. package/src/types/types.ts +27 -0
  42. package/tests/Prerender.documentMultiple.test.ts +276 -0
  43. package/tests/Prerender.repeated.test.ts +115 -0
  44. package/yalc.lock +10 -0
@@ -0,0 +1,2918 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "definitions": {
4
+ "CONDITION": {
5
+ "properties": {
6
+ "!=": {
7
+ "additionalItems": {
8
+ "anyOf": [
9
+ {
10
+ "properties": {
11
+ "var": {
12
+ "type": "string"
13
+ }
14
+ },
15
+ "type": "object"
16
+ },
17
+ {
18
+ "type": [
19
+ "string",
20
+ "number",
21
+ "boolean"
22
+ ]
23
+ },
24
+ {
25
+ "items": {
26
+ "properties": {
27
+ "var": {
28
+ "type": "string"
29
+ }
30
+ },
31
+ "type": "object"
32
+ },
33
+ "type": "array"
34
+ }
35
+ ]
36
+ },
37
+ "items": [
38
+ {
39
+ "properties": {
40
+ "var": {
41
+ "type": "string"
42
+ }
43
+ },
44
+ "type": "object"
45
+ },
46
+ {
47
+ "type": [
48
+ "string",
49
+ "number",
50
+ "boolean"
51
+ ]
52
+ },
53
+ {
54
+ "items": {
55
+ "properties": {
56
+ "var": {
57
+ "type": "string"
58
+ }
59
+ },
60
+ "type": "object"
61
+ },
62
+ "type": "array"
63
+ }
64
+ ],
65
+ "minItems": 1,
66
+ "type": "array"
67
+ },
68
+ "<": {
69
+ "additionalItems": {
70
+ "anyOf": [
71
+ {
72
+ "properties": {
73
+ "var": {
74
+ "type": "string"
75
+ }
76
+ },
77
+ "type": "object"
78
+ },
79
+ {
80
+ "type": [
81
+ "string",
82
+ "number",
83
+ "boolean"
84
+ ]
85
+ },
86
+ {
87
+ "items": {
88
+ "properties": {
89
+ "var": {
90
+ "type": "string"
91
+ }
92
+ },
93
+ "type": "object"
94
+ },
95
+ "type": "array"
96
+ }
97
+ ]
98
+ },
99
+ "items": [
100
+ {
101
+ "properties": {
102
+ "var": {
103
+ "type": "string"
104
+ }
105
+ },
106
+ "type": "object"
107
+ },
108
+ {
109
+ "type": [
110
+ "string",
111
+ "number",
112
+ "boolean"
113
+ ]
114
+ },
115
+ {
116
+ "items": {
117
+ "properties": {
118
+ "var": {
119
+ "type": "string"
120
+ }
121
+ },
122
+ "type": "object"
123
+ },
124
+ "type": "array"
125
+ }
126
+ ],
127
+ "minItems": 1,
128
+ "type": "array"
129
+ },
130
+ "<=": {
131
+ "additionalItems": {
132
+ "anyOf": [
133
+ {
134
+ "properties": {
135
+ "var": {
136
+ "type": "string"
137
+ }
138
+ },
139
+ "type": "object"
140
+ },
141
+ {
142
+ "type": [
143
+ "string",
144
+ "number",
145
+ "boolean"
146
+ ]
147
+ },
148
+ {
149
+ "items": {
150
+ "properties": {
151
+ "var": {
152
+ "type": "string"
153
+ }
154
+ },
155
+ "type": "object"
156
+ },
157
+ "type": "array"
158
+ }
159
+ ]
160
+ },
161
+ "items": [
162
+ {
163
+ "properties": {
164
+ "var": {
165
+ "type": "string"
166
+ }
167
+ },
168
+ "type": "object"
169
+ },
170
+ {
171
+ "type": [
172
+ "string",
173
+ "number",
174
+ "boolean"
175
+ ]
176
+ },
177
+ {
178
+ "items": {
179
+ "properties": {
180
+ "var": {
181
+ "type": "string"
182
+ }
183
+ },
184
+ "type": "object"
185
+ },
186
+ "type": "array"
187
+ }
188
+ ],
189
+ "minItems": 1,
190
+ "type": "array"
191
+ },
192
+ "<>": {
193
+ "additionalItems": {
194
+ "anyOf": [
195
+ {
196
+ "properties": {
197
+ "var": {
198
+ "type": "string"
199
+ }
200
+ },
201
+ "type": "object"
202
+ },
203
+ {
204
+ "type": [
205
+ "string",
206
+ "number",
207
+ "boolean"
208
+ ]
209
+ },
210
+ {
211
+ "items": {
212
+ "properties": {
213
+ "var": {
214
+ "type": "string"
215
+ }
216
+ },
217
+ "type": "object"
218
+ },
219
+ "type": "array"
220
+ }
221
+ ]
222
+ },
223
+ "items": [
224
+ {
225
+ "properties": {
226
+ "var": {
227
+ "type": "string"
228
+ }
229
+ },
230
+ "type": "object"
231
+ },
232
+ {
233
+ "type": [
234
+ "string",
235
+ "number",
236
+ "boolean"
237
+ ]
238
+ },
239
+ {
240
+ "items": {
241
+ "properties": {
242
+ "var": {
243
+ "type": "string"
244
+ }
245
+ },
246
+ "type": "object"
247
+ },
248
+ "type": "array"
249
+ }
250
+ ],
251
+ "minItems": 1,
252
+ "type": "array"
253
+ },
254
+ "=": {
255
+ "additionalItems": {
256
+ "anyOf": [
257
+ {
258
+ "properties": {
259
+ "var": {
260
+ "type": "string"
261
+ }
262
+ },
263
+ "type": "object"
264
+ },
265
+ {
266
+ "type": [
267
+ "string",
268
+ "number",
269
+ "boolean"
270
+ ]
271
+ },
272
+ {
273
+ "items": {
274
+ "properties": {
275
+ "var": {
276
+ "type": "string"
277
+ }
278
+ },
279
+ "type": "object"
280
+ },
281
+ "type": "array"
282
+ }
283
+ ]
284
+ },
285
+ "items": [
286
+ {
287
+ "properties": {
288
+ "var": {
289
+ "type": "string"
290
+ }
291
+ },
292
+ "type": "object"
293
+ },
294
+ {
295
+ "type": [
296
+ "string",
297
+ "number",
298
+ "boolean"
299
+ ]
300
+ },
301
+ {
302
+ "items": {
303
+ "properties": {
304
+ "var": {
305
+ "type": "string"
306
+ }
307
+ },
308
+ "type": "object"
309
+ },
310
+ "type": "array"
311
+ }
312
+ ],
313
+ "minItems": 1,
314
+ "type": "array"
315
+ },
316
+ "==": {
317
+ "additionalItems": {
318
+ "anyOf": [
319
+ {
320
+ "properties": {
321
+ "var": {
322
+ "type": "string"
323
+ }
324
+ },
325
+ "type": "object"
326
+ },
327
+ {
328
+ "type": [
329
+ "string",
330
+ "number",
331
+ "boolean"
332
+ ]
333
+ },
334
+ {
335
+ "items": {
336
+ "properties": {
337
+ "var": {
338
+ "type": "string"
339
+ }
340
+ },
341
+ "type": "object"
342
+ },
343
+ "type": "array"
344
+ }
345
+ ]
346
+ },
347
+ "items": [
348
+ {
349
+ "properties": {
350
+ "var": {
351
+ "type": "string"
352
+ }
353
+ },
354
+ "type": "object"
355
+ },
356
+ {
357
+ "type": [
358
+ "string",
359
+ "number",
360
+ "boolean"
361
+ ]
362
+ },
363
+ {
364
+ "items": {
365
+ "properties": {
366
+ "var": {
367
+ "type": "string"
368
+ }
369
+ },
370
+ "type": "object"
371
+ },
372
+ "type": "array"
373
+ }
374
+ ],
375
+ "minItems": 1,
376
+ "type": "array"
377
+ },
378
+ ">": {
379
+ "additionalItems": {
380
+ "anyOf": [
381
+ {
382
+ "properties": {
383
+ "var": {
384
+ "type": "string"
385
+ }
386
+ },
387
+ "type": "object"
388
+ },
389
+ {
390
+ "type": [
391
+ "string",
392
+ "number",
393
+ "boolean"
394
+ ]
395
+ },
396
+ {
397
+ "items": {
398
+ "properties": {
399
+ "var": {
400
+ "type": "string"
401
+ }
402
+ },
403
+ "type": "object"
404
+ },
405
+ "type": "array"
406
+ }
407
+ ]
408
+ },
409
+ "items": [
410
+ {
411
+ "properties": {
412
+ "var": {
413
+ "type": "string"
414
+ }
415
+ },
416
+ "type": "object"
417
+ },
418
+ {
419
+ "type": [
420
+ "string",
421
+ "number",
422
+ "boolean"
423
+ ]
424
+ },
425
+ {
426
+ "items": {
427
+ "properties": {
428
+ "var": {
429
+ "type": "string"
430
+ }
431
+ },
432
+ "type": "object"
433
+ },
434
+ "type": "array"
435
+ }
436
+ ],
437
+ "minItems": 1,
438
+ "type": "array"
439
+ },
440
+ ">=": {
441
+ "additionalItems": {
442
+ "anyOf": [
443
+ {
444
+ "properties": {
445
+ "var": {
446
+ "type": "string"
447
+ }
448
+ },
449
+ "type": "object"
450
+ },
451
+ {
452
+ "type": [
453
+ "string",
454
+ "number",
455
+ "boolean"
456
+ ]
457
+ },
458
+ {
459
+ "items": {
460
+ "properties": {
461
+ "var": {
462
+ "type": "string"
463
+ }
464
+ },
465
+ "type": "object"
466
+ },
467
+ "type": "array"
468
+ }
469
+ ]
470
+ },
471
+ "items": [
472
+ {
473
+ "properties": {
474
+ "var": {
475
+ "type": "string"
476
+ }
477
+ },
478
+ "type": "object"
479
+ },
480
+ {
481
+ "type": [
482
+ "string",
483
+ "number",
484
+ "boolean"
485
+ ]
486
+ },
487
+ {
488
+ "items": {
489
+ "properties": {
490
+ "var": {
491
+ "type": "string"
492
+ }
493
+ },
494
+ "type": "object"
495
+ },
496
+ "type": "array"
497
+ }
498
+ ],
499
+ "minItems": 1,
500
+ "type": "array"
501
+ },
502
+ "at-least-one": {
503
+ "additionalItems": {
504
+ "anyOf": [
505
+ {
506
+ "properties": {
507
+ "var": {
508
+ "type": "string"
509
+ }
510
+ },
511
+ "type": "object"
512
+ },
513
+ {
514
+ "type": [
515
+ "string",
516
+ "number",
517
+ "boolean"
518
+ ]
519
+ },
520
+ {
521
+ "items": {
522
+ "properties": {
523
+ "var": {
524
+ "type": "string"
525
+ }
526
+ },
527
+ "type": "object"
528
+ },
529
+ "type": "array"
530
+ }
531
+ ]
532
+ },
533
+ "items": [
534
+ {
535
+ "properties": {
536
+ "var": {
537
+ "type": "string"
538
+ }
539
+ },
540
+ "type": "object"
541
+ },
542
+ {
543
+ "type": [
544
+ "string",
545
+ "number",
546
+ "boolean"
547
+ ]
548
+ },
549
+ {
550
+ "items": {
551
+ "properties": {
552
+ "var": {
553
+ "type": "string"
554
+ }
555
+ },
556
+ "type": "object"
557
+ },
558
+ "type": "array"
559
+ }
560
+ ],
561
+ "minItems": 1,
562
+ "type": "array"
563
+ },
564
+ "conditions-met": {
565
+ "additionalItems": {
566
+ "anyOf": [
567
+ {
568
+ "properties": {
569
+ "var": {
570
+ "type": "string"
571
+ }
572
+ },
573
+ "type": "object"
574
+ },
575
+ {
576
+ "type": [
577
+ "string",
578
+ "number",
579
+ "boolean"
580
+ ]
581
+ },
582
+ {
583
+ "items": {
584
+ "properties": {
585
+ "var": {
586
+ "type": "string"
587
+ }
588
+ },
589
+ "type": "object"
590
+ },
591
+ "type": "array"
592
+ }
593
+ ]
594
+ },
595
+ "items": [
596
+ {
597
+ "properties": {
598
+ "var": {
599
+ "type": "string"
600
+ }
601
+ },
602
+ "type": "object"
603
+ },
604
+ {
605
+ "type": [
606
+ "string",
607
+ "number",
608
+ "boolean"
609
+ ]
610
+ },
611
+ {
612
+ "items": {
613
+ "properties": {
614
+ "var": {
615
+ "type": "string"
616
+ }
617
+ },
618
+ "type": "object"
619
+ },
620
+ "type": "array"
621
+ }
622
+ ],
623
+ "minItems": 1,
624
+ "type": "array"
625
+ },
626
+ "conditions-not-met": {
627
+ "additionalItems": {
628
+ "anyOf": [
629
+ {
630
+ "properties": {
631
+ "var": {
632
+ "type": "string"
633
+ }
634
+ },
635
+ "type": "object"
636
+ },
637
+ {
638
+ "type": [
639
+ "string",
640
+ "number",
641
+ "boolean"
642
+ ]
643
+ },
644
+ {
645
+ "items": {
646
+ "properties": {
647
+ "var": {
648
+ "type": "string"
649
+ }
650
+ },
651
+ "type": "object"
652
+ },
653
+ "type": "array"
654
+ }
655
+ ]
656
+ },
657
+ "items": [
658
+ {
659
+ "properties": {
660
+ "var": {
661
+ "type": "string"
662
+ }
663
+ },
664
+ "type": "object"
665
+ },
666
+ {
667
+ "type": [
668
+ "string",
669
+ "number",
670
+ "boolean"
671
+ ]
672
+ },
673
+ {
674
+ "items": {
675
+ "properties": {
676
+ "var": {
677
+ "type": "string"
678
+ }
679
+ },
680
+ "type": "object"
681
+ },
682
+ "type": "array"
683
+ }
684
+ ],
685
+ "minItems": 1,
686
+ "type": "array"
687
+ },
688
+ "contains": {
689
+ "additionalItems": {
690
+ "anyOf": [
691
+ {
692
+ "properties": {
693
+ "var": {
694
+ "type": "string"
695
+ }
696
+ },
697
+ "type": "object"
698
+ },
699
+ {
700
+ "type": [
701
+ "string",
702
+ "number",
703
+ "boolean"
704
+ ]
705
+ },
706
+ {
707
+ "items": {
708
+ "properties": {
709
+ "var": {
710
+ "type": "string"
711
+ }
712
+ },
713
+ "type": "object"
714
+ },
715
+ "type": "array"
716
+ }
717
+ ]
718
+ },
719
+ "items": [
720
+ {
721
+ "properties": {
722
+ "var": {
723
+ "type": "string"
724
+ }
725
+ },
726
+ "type": "object"
727
+ },
728
+ {
729
+ "type": [
730
+ "string",
731
+ "number",
732
+ "boolean"
733
+ ]
734
+ },
735
+ {
736
+ "items": {
737
+ "properties": {
738
+ "var": {
739
+ "type": "string"
740
+ }
741
+ },
742
+ "type": "object"
743
+ },
744
+ "type": "array"
745
+ }
746
+ ],
747
+ "minItems": 1,
748
+ "type": "array"
749
+ },
750
+ "does-not-contain": {
751
+ "additionalItems": {
752
+ "anyOf": [
753
+ {
754
+ "properties": {
755
+ "var": {
756
+ "type": "string"
757
+ }
758
+ },
759
+ "type": "object"
760
+ },
761
+ {
762
+ "type": [
763
+ "string",
764
+ "number",
765
+ "boolean"
766
+ ]
767
+ },
768
+ {
769
+ "items": {
770
+ "properties": {
771
+ "var": {
772
+ "type": "string"
773
+ }
774
+ },
775
+ "type": "object"
776
+ },
777
+ "type": "array"
778
+ }
779
+ ]
780
+ },
781
+ "items": [
782
+ {
783
+ "properties": {
784
+ "var": {
785
+ "type": "string"
786
+ }
787
+ },
788
+ "type": "object"
789
+ },
790
+ {
791
+ "type": [
792
+ "string",
793
+ "number",
794
+ "boolean"
795
+ ]
796
+ },
797
+ {
798
+ "items": {
799
+ "properties": {
800
+ "var": {
801
+ "type": "string"
802
+ }
803
+ },
804
+ "type": "object"
805
+ },
806
+ "type": "array"
807
+ }
808
+ ],
809
+ "minItems": 1,
810
+ "type": "array"
811
+ },
812
+ "empty": {
813
+ "additionalItems": {
814
+ "anyOf": [
815
+ {
816
+ "properties": {
817
+ "var": {
818
+ "type": "string"
819
+ }
820
+ },
821
+ "type": "object"
822
+ },
823
+ {
824
+ "type": [
825
+ "string",
826
+ "number",
827
+ "boolean"
828
+ ]
829
+ },
830
+ {
831
+ "items": {
832
+ "properties": {
833
+ "var": {
834
+ "type": "string"
835
+ }
836
+ },
837
+ "type": "object"
838
+ },
839
+ "type": "array"
840
+ }
841
+ ]
842
+ },
843
+ "items": [
844
+ {
845
+ "properties": {
846
+ "var": {
847
+ "type": "string"
848
+ }
849
+ },
850
+ "type": "object"
851
+ },
852
+ {
853
+ "type": [
854
+ "string",
855
+ "number",
856
+ "boolean"
857
+ ]
858
+ },
859
+ {
860
+ "items": {
861
+ "properties": {
862
+ "var": {
863
+ "type": "string"
864
+ }
865
+ },
866
+ "type": "object"
867
+ },
868
+ "type": "array"
869
+ }
870
+ ],
871
+ "minItems": 1,
872
+ "type": "array"
873
+ },
874
+ "has-many": {
875
+ "additionalItems": {
876
+ "anyOf": [
877
+ {
878
+ "properties": {
879
+ "var": {
880
+ "type": "string"
881
+ }
882
+ },
883
+ "type": "object"
884
+ },
885
+ {
886
+ "type": [
887
+ "string",
888
+ "number",
889
+ "boolean"
890
+ ]
891
+ },
892
+ {
893
+ "items": {
894
+ "properties": {
895
+ "var": {
896
+ "type": "string"
897
+ }
898
+ },
899
+ "type": "object"
900
+ },
901
+ "type": "array"
902
+ }
903
+ ]
904
+ },
905
+ "items": [
906
+ {
907
+ "properties": {
908
+ "var": {
909
+ "type": "string"
910
+ }
911
+ },
912
+ "type": "object"
913
+ },
914
+ {
915
+ "type": [
916
+ "string",
917
+ "number",
918
+ "boolean"
919
+ ]
920
+ },
921
+ {
922
+ "items": {
923
+ "properties": {
924
+ "var": {
925
+ "type": "string"
926
+ }
927
+ },
928
+ "type": "object"
929
+ },
930
+ "type": "array"
931
+ }
932
+ ],
933
+ "minItems": 1,
934
+ "type": "array"
935
+ },
936
+ "has-one": {
937
+ "additionalItems": {
938
+ "anyOf": [
939
+ {
940
+ "properties": {
941
+ "var": {
942
+ "type": "string"
943
+ }
944
+ },
945
+ "type": "object"
946
+ },
947
+ {
948
+ "type": [
949
+ "string",
950
+ "number",
951
+ "boolean"
952
+ ]
953
+ },
954
+ {
955
+ "items": {
956
+ "properties": {
957
+ "var": {
958
+ "type": "string"
959
+ }
960
+ },
961
+ "type": "object"
962
+ },
963
+ "type": "array"
964
+ }
965
+ ]
966
+ },
967
+ "items": [
968
+ {
969
+ "properties": {
970
+ "var": {
971
+ "type": "string"
972
+ }
973
+ },
974
+ "type": "object"
975
+ },
976
+ {
977
+ "type": [
978
+ "string",
979
+ "number",
980
+ "boolean"
981
+ ]
982
+ },
983
+ {
984
+ "items": {
985
+ "properties": {
986
+ "var": {
987
+ "type": "string"
988
+ }
989
+ },
990
+ "type": "object"
991
+ },
992
+ "type": "array"
993
+ }
994
+ ],
995
+ "minItems": 1,
996
+ "type": "array"
997
+ },
998
+ "is": {
999
+ "additionalItems": {
1000
+ "anyOf": [
1001
+ {
1002
+ "properties": {
1003
+ "var": {
1004
+ "type": "string"
1005
+ }
1006
+ },
1007
+ "type": "object"
1008
+ },
1009
+ {
1010
+ "type": [
1011
+ "string",
1012
+ "number",
1013
+ "boolean"
1014
+ ]
1015
+ },
1016
+ {
1017
+ "items": {
1018
+ "properties": {
1019
+ "var": {
1020
+ "type": "string"
1021
+ }
1022
+ },
1023
+ "type": "object"
1024
+ },
1025
+ "type": "array"
1026
+ }
1027
+ ]
1028
+ },
1029
+ "items": [
1030
+ {
1031
+ "properties": {
1032
+ "var": {
1033
+ "type": "string"
1034
+ }
1035
+ },
1036
+ "type": "object"
1037
+ },
1038
+ {
1039
+ "type": [
1040
+ "string",
1041
+ "number",
1042
+ "boolean"
1043
+ ]
1044
+ },
1045
+ {
1046
+ "items": {
1047
+ "properties": {
1048
+ "var": {
1049
+ "type": "string"
1050
+ }
1051
+ },
1052
+ "type": "object"
1053
+ },
1054
+ "type": "array"
1055
+ }
1056
+ ],
1057
+ "minItems": 1,
1058
+ "type": "array"
1059
+ },
1060
+ "like": {
1061
+ "additionalItems": {
1062
+ "anyOf": [
1063
+ {
1064
+ "properties": {
1065
+ "var": {
1066
+ "type": "string"
1067
+ }
1068
+ },
1069
+ "type": "object"
1070
+ },
1071
+ {
1072
+ "type": [
1073
+ "string",
1074
+ "number",
1075
+ "boolean"
1076
+ ]
1077
+ },
1078
+ {
1079
+ "items": {
1080
+ "properties": {
1081
+ "var": {
1082
+ "type": "string"
1083
+ }
1084
+ },
1085
+ "type": "object"
1086
+ },
1087
+ "type": "array"
1088
+ }
1089
+ ]
1090
+ },
1091
+ "items": [
1092
+ {
1093
+ "properties": {
1094
+ "var": {
1095
+ "type": "string"
1096
+ }
1097
+ },
1098
+ "type": "object"
1099
+ },
1100
+ {
1101
+ "type": [
1102
+ "string",
1103
+ "number",
1104
+ "boolean"
1105
+ ]
1106
+ },
1107
+ {
1108
+ "items": {
1109
+ "properties": {
1110
+ "var": {
1111
+ "type": "string"
1112
+ }
1113
+ },
1114
+ "type": "object"
1115
+ },
1116
+ "type": "array"
1117
+ }
1118
+ ],
1119
+ "minItems": 1,
1120
+ "type": "array"
1121
+ },
1122
+ "not": {
1123
+ "additionalItems": {
1124
+ "anyOf": [
1125
+ {
1126
+ "properties": {
1127
+ "var": {
1128
+ "type": "string"
1129
+ }
1130
+ },
1131
+ "type": "object"
1132
+ },
1133
+ {
1134
+ "type": [
1135
+ "string",
1136
+ "number",
1137
+ "boolean"
1138
+ ]
1139
+ },
1140
+ {
1141
+ "items": {
1142
+ "properties": {
1143
+ "var": {
1144
+ "type": "string"
1145
+ }
1146
+ },
1147
+ "type": "object"
1148
+ },
1149
+ "type": "array"
1150
+ }
1151
+ ]
1152
+ },
1153
+ "items": [
1154
+ {
1155
+ "properties": {
1156
+ "var": {
1157
+ "type": "string"
1158
+ }
1159
+ },
1160
+ "type": "object"
1161
+ },
1162
+ {
1163
+ "type": [
1164
+ "string",
1165
+ "number",
1166
+ "boolean"
1167
+ ]
1168
+ },
1169
+ {
1170
+ "items": {
1171
+ "properties": {
1172
+ "var": {
1173
+ "type": "string"
1174
+ }
1175
+ },
1176
+ "type": "object"
1177
+ },
1178
+ "type": "array"
1179
+ }
1180
+ ],
1181
+ "minItems": 1,
1182
+ "type": "array"
1183
+ },
1184
+ "not-empty": {
1185
+ "additionalItems": {
1186
+ "anyOf": [
1187
+ {
1188
+ "properties": {
1189
+ "var": {
1190
+ "type": "string"
1191
+ }
1192
+ },
1193
+ "type": "object"
1194
+ },
1195
+ {
1196
+ "type": [
1197
+ "string",
1198
+ "number",
1199
+ "boolean"
1200
+ ]
1201
+ },
1202
+ {
1203
+ "items": {
1204
+ "properties": {
1205
+ "var": {
1206
+ "type": "string"
1207
+ }
1208
+ },
1209
+ "type": "object"
1210
+ },
1211
+ "type": "array"
1212
+ }
1213
+ ]
1214
+ },
1215
+ "items": [
1216
+ {
1217
+ "properties": {
1218
+ "var": {
1219
+ "type": "string"
1220
+ }
1221
+ },
1222
+ "type": "object"
1223
+ },
1224
+ {
1225
+ "type": [
1226
+ "string",
1227
+ "number",
1228
+ "boolean"
1229
+ ]
1230
+ },
1231
+ {
1232
+ "items": {
1233
+ "properties": {
1234
+ "var": {
1235
+ "type": "string"
1236
+ }
1237
+ },
1238
+ "type": "object"
1239
+ },
1240
+ "type": "array"
1241
+ }
1242
+ ],
1243
+ "minItems": 1,
1244
+ "type": "array"
1245
+ },
1246
+ "not-like": {
1247
+ "additionalItems": {
1248
+ "anyOf": [
1249
+ {
1250
+ "properties": {
1251
+ "var": {
1252
+ "type": "string"
1253
+ }
1254
+ },
1255
+ "type": "object"
1256
+ },
1257
+ {
1258
+ "type": [
1259
+ "string",
1260
+ "number",
1261
+ "boolean"
1262
+ ]
1263
+ },
1264
+ {
1265
+ "items": {
1266
+ "properties": {
1267
+ "var": {
1268
+ "type": "string"
1269
+ }
1270
+ },
1271
+ "type": "object"
1272
+ },
1273
+ "type": "array"
1274
+ }
1275
+ ]
1276
+ },
1277
+ "items": [
1278
+ {
1279
+ "properties": {
1280
+ "var": {
1281
+ "type": "string"
1282
+ }
1283
+ },
1284
+ "type": "object"
1285
+ },
1286
+ {
1287
+ "type": [
1288
+ "string",
1289
+ "number",
1290
+ "boolean"
1291
+ ]
1292
+ },
1293
+ {
1294
+ "items": {
1295
+ "properties": {
1296
+ "var": {
1297
+ "type": "string"
1298
+ }
1299
+ },
1300
+ "type": "object"
1301
+ },
1302
+ "type": "array"
1303
+ }
1304
+ ],
1305
+ "minItems": 1,
1306
+ "type": "array"
1307
+ },
1308
+ "not-selected": {
1309
+ "additionalItems": {
1310
+ "anyOf": [
1311
+ {
1312
+ "properties": {
1313
+ "var": {
1314
+ "type": "string"
1315
+ }
1316
+ },
1317
+ "type": "object"
1318
+ },
1319
+ {
1320
+ "type": [
1321
+ "string",
1322
+ "number",
1323
+ "boolean"
1324
+ ]
1325
+ },
1326
+ {
1327
+ "items": {
1328
+ "properties": {
1329
+ "var": {
1330
+ "type": "string"
1331
+ }
1332
+ },
1333
+ "type": "object"
1334
+ },
1335
+ "type": "array"
1336
+ }
1337
+ ]
1338
+ },
1339
+ "items": [
1340
+ {
1341
+ "properties": {
1342
+ "var": {
1343
+ "type": "string"
1344
+ }
1345
+ },
1346
+ "type": "object"
1347
+ },
1348
+ {
1349
+ "type": [
1350
+ "string",
1351
+ "number",
1352
+ "boolean"
1353
+ ]
1354
+ },
1355
+ {
1356
+ "items": {
1357
+ "properties": {
1358
+ "var": {
1359
+ "type": "string"
1360
+ }
1361
+ },
1362
+ "type": "object"
1363
+ },
1364
+ "type": "array"
1365
+ }
1366
+ ],
1367
+ "minItems": 1,
1368
+ "type": "array"
1369
+ },
1370
+ "not-selected-ip": {
1371
+ "additionalItems": {
1372
+ "anyOf": [
1373
+ {
1374
+ "properties": {
1375
+ "var": {
1376
+ "type": "string"
1377
+ }
1378
+ },
1379
+ "type": "object"
1380
+ },
1381
+ {
1382
+ "type": [
1383
+ "string",
1384
+ "number",
1385
+ "boolean"
1386
+ ]
1387
+ },
1388
+ {
1389
+ "items": {
1390
+ "properties": {
1391
+ "var": {
1392
+ "type": "string"
1393
+ }
1394
+ },
1395
+ "type": "object"
1396
+ },
1397
+ "type": "array"
1398
+ }
1399
+ ]
1400
+ },
1401
+ "items": [
1402
+ {
1403
+ "properties": {
1404
+ "var": {
1405
+ "type": "string"
1406
+ }
1407
+ },
1408
+ "type": "object"
1409
+ },
1410
+ {
1411
+ "type": [
1412
+ "string",
1413
+ "number",
1414
+ "boolean"
1415
+ ]
1416
+ },
1417
+ {
1418
+ "items": {
1419
+ "properties": {
1420
+ "var": {
1421
+ "type": "string"
1422
+ }
1423
+ },
1424
+ "type": "object"
1425
+ },
1426
+ "type": "array"
1427
+ }
1428
+ ],
1429
+ "minItems": 1,
1430
+ "type": "array"
1431
+ },
1432
+ "regex-match": {
1433
+ "additionalItems": {
1434
+ "anyOf": [
1435
+ {
1436
+ "properties": {
1437
+ "var": {
1438
+ "type": "string"
1439
+ }
1440
+ },
1441
+ "type": "object"
1442
+ },
1443
+ {
1444
+ "type": [
1445
+ "string",
1446
+ "number",
1447
+ "boolean"
1448
+ ]
1449
+ },
1450
+ {
1451
+ "items": {
1452
+ "properties": {
1453
+ "var": {
1454
+ "type": "string"
1455
+ }
1456
+ },
1457
+ "type": "object"
1458
+ },
1459
+ "type": "array"
1460
+ }
1461
+ ]
1462
+ },
1463
+ "items": [
1464
+ {
1465
+ "properties": {
1466
+ "var": {
1467
+ "type": "string"
1468
+ }
1469
+ },
1470
+ "type": "object"
1471
+ },
1472
+ {
1473
+ "type": [
1474
+ "string",
1475
+ "number",
1476
+ "boolean"
1477
+ ]
1478
+ },
1479
+ {
1480
+ "items": {
1481
+ "properties": {
1482
+ "var": {
1483
+ "type": "string"
1484
+ }
1485
+ },
1486
+ "type": "object"
1487
+ },
1488
+ "type": "array"
1489
+ }
1490
+ ],
1491
+ "minItems": 1,
1492
+ "type": "array"
1493
+ },
1494
+ "selected": {
1495
+ "additionalItems": {
1496
+ "anyOf": [
1497
+ {
1498
+ "properties": {
1499
+ "var": {
1500
+ "type": "string"
1501
+ }
1502
+ },
1503
+ "type": "object"
1504
+ },
1505
+ {
1506
+ "type": [
1507
+ "string",
1508
+ "number",
1509
+ "boolean"
1510
+ ]
1511
+ },
1512
+ {
1513
+ "items": {
1514
+ "properties": {
1515
+ "var": {
1516
+ "type": "string"
1517
+ }
1518
+ },
1519
+ "type": "object"
1520
+ },
1521
+ "type": "array"
1522
+ }
1523
+ ]
1524
+ },
1525
+ "items": [
1526
+ {
1527
+ "properties": {
1528
+ "var": {
1529
+ "type": "string"
1530
+ }
1531
+ },
1532
+ "type": "object"
1533
+ },
1534
+ {
1535
+ "type": [
1536
+ "string",
1537
+ "number",
1538
+ "boolean"
1539
+ ]
1540
+ },
1541
+ {
1542
+ "items": {
1543
+ "properties": {
1544
+ "var": {
1545
+ "type": "string"
1546
+ }
1547
+ },
1548
+ "type": "object"
1549
+ },
1550
+ "type": "array"
1551
+ }
1552
+ ],
1553
+ "minItems": 1,
1554
+ "type": "array"
1555
+ }
1556
+ },
1557
+ "type": "object"
1558
+ },
1559
+ "CONDITION_OPERATOR": {
1560
+ "properties": {
1561
+ "and": {
1562
+ "items": {
1563
+ "allOf": [
1564
+ {
1565
+ "$ref": "#/definitions/CONDITION_OPERATOR"
1566
+ },
1567
+ {
1568
+ "$ref": "#/definitions/CONDITION"
1569
+ },
1570
+ {
1571
+ "properties": {
1572
+ "groupMeta": {
1573
+ "properties": {
1574
+ "collapsed": {
1575
+ "type": "boolean"
1576
+ },
1577
+ "label": {
1578
+ "type": "string"
1579
+ }
1580
+ },
1581
+ "type": "object"
1582
+ },
1583
+ "scope": {
1584
+ "enum": [
1585
+ "all",
1586
+ "any",
1587
+ "first",
1588
+ "related"
1589
+ ],
1590
+ "type": "string"
1591
+ }
1592
+ },
1593
+ "type": "object"
1594
+ }
1595
+ ]
1596
+ },
1597
+ "type": "array"
1598
+ },
1599
+ "or": {
1600
+ "items": {
1601
+ "allOf": [
1602
+ {
1603
+ "$ref": "#/definitions/CONDITION_OPERATOR"
1604
+ },
1605
+ {
1606
+ "$ref": "#/definitions/CONDITION"
1607
+ },
1608
+ {
1609
+ "properties": {
1610
+ "groupMeta": {
1611
+ "properties": {
1612
+ "collapsed": {
1613
+ "type": "boolean"
1614
+ },
1615
+ "label": {
1616
+ "type": "string"
1617
+ }
1618
+ },
1619
+ "type": "object"
1620
+ },
1621
+ "scope": {
1622
+ "enum": [
1623
+ "all",
1624
+ "any",
1625
+ "first",
1626
+ "related"
1627
+ ],
1628
+ "type": "string"
1629
+ }
1630
+ },
1631
+ "type": "object"
1632
+ }
1633
+ ]
1634
+ },
1635
+ "type": "array"
1636
+ }
1637
+ },
1638
+ "type": "object"
1639
+ },
1640
+ "ConstumizationMeta": {
1641
+ "type": "object"
1642
+ },
1643
+ "DocumentLayoutV3": {
1644
+ "description": "Word page layout settings (distances in centimeters).",
1645
+ "properties": {
1646
+ "differentFirstPage": {
1647
+ "type": "boolean"
1648
+ },
1649
+ "footerDistance": {
1650
+ "type": "number"
1651
+ },
1652
+ "headerDistance": {
1653
+ "type": "number"
1654
+ },
1655
+ "margins": {
1656
+ "properties": {
1657
+ "bottom": {
1658
+ "type": "number"
1659
+ },
1660
+ "left": {
1661
+ "type": "number"
1662
+ },
1663
+ "right": {
1664
+ "type": "number"
1665
+ },
1666
+ "top": {
1667
+ "type": "number"
1668
+ }
1669
+ },
1670
+ "type": "object"
1671
+ }
1672
+ },
1673
+ "type": "object"
1674
+ },
1675
+ "ExtraInformations": {
1676
+ "description": "ExtraInformations (for managing multiple datas associated with a single variable)",
1677
+ "properties": {
1678
+ "disabledIndexes": {
1679
+ "description": "List of the inputs to check if it's disabled or not",
1680
+ "items": {
1681
+ "type": "boolean"
1682
+ },
1683
+ "type": "array"
1684
+ },
1685
+ "selectedValuesIndexes": {
1686
+ "description": "List of defined options for each dropdown menu associated with a specific variable",
1687
+ "items": {
1688
+ "items": {
1689
+ "type": "string"
1690
+ },
1691
+ "type": "array"
1692
+ },
1693
+ "type": "array"
1694
+ }
1695
+ },
1696
+ "type": "object"
1697
+ },
1698
+ "FDFBoxesV3": {
1699
+ "description": "FDF Boxes",
1700
+ "properties": {
1701
+ "name": {
1702
+ "type": "string"
1703
+ },
1704
+ "options": {
1705
+ "items": {
1706
+ "properties": {
1707
+ "id": {
1708
+ "type": "number"
1709
+ }
1710
+ },
1711
+ "type": "object"
1712
+ },
1713
+ "type": "array"
1714
+ },
1715
+ "page": {
1716
+ "type": "number"
1717
+ },
1718
+ "rect": {
1719
+ "properties": {
1720
+ "height": {
1721
+ "type": "number"
1722
+ },
1723
+ "width": {
1724
+ "type": "number"
1725
+ },
1726
+ "x": {
1727
+ "type": "number"
1728
+ },
1729
+ "y": {
1730
+ "type": "number"
1731
+ }
1732
+ },
1733
+ "type": "object"
1734
+ },
1735
+ "value": {
1736
+ "type": "string"
1737
+ }
1738
+ },
1739
+ "type": "object"
1740
+ },
1741
+ "FDFFormV3": {
1742
+ "description": "FDF",
1743
+ "properties": {
1744
+ "boxes": {
1745
+ "items": {
1746
+ "$ref": "#/definitions/FDFBoxesV3"
1747
+ },
1748
+ "type": "array"
1749
+ },
1750
+ "inputs": {
1751
+ "items": {
1752
+ "$ref": "#/definitions/FDFInputsV3"
1753
+ },
1754
+ "type": "array"
1755
+ }
1756
+ },
1757
+ "type": "object"
1758
+ },
1759
+ "FDFInputsV3": {
1760
+ "description": "FDF Inputs",
1761
+ "properties": {
1762
+ "name": {
1763
+ "type": "string"
1764
+ },
1765
+ "page": {
1766
+ "type": "number"
1767
+ },
1768
+ "rect": {
1769
+ "properties": {
1770
+ "height": {
1771
+ "type": "number"
1772
+ },
1773
+ "width": {
1774
+ "type": "number"
1775
+ },
1776
+ "x": {
1777
+ "type": "number"
1778
+ },
1779
+ "y": {
1780
+ "type": "number"
1781
+ }
1782
+ },
1783
+ "type": "object"
1784
+ },
1785
+ "variables": {
1786
+ "items": {
1787
+ "properties": {
1788
+ "date": {
1789
+ "enum": [
1790
+ "DD",
1791
+ "MM",
1792
+ "YYYY"
1793
+ ],
1794
+ "type": "string"
1795
+ },
1796
+ "email": {
1797
+ "enum": [
1798
+ "ADDRESS",
1799
+ "PROVIDER"
1800
+ ],
1801
+ "type": "string"
1802
+ },
1803
+ "fragment": {
1804
+ "properties": {
1805
+ "from": {
1806
+ "type": "number"
1807
+ },
1808
+ "to": {
1809
+ "type": "number"
1810
+ }
1811
+ },
1812
+ "type": "object"
1813
+ },
1814
+ "hour": {
1815
+ "enum": [
1816
+ "HH",
1817
+ "MM"
1818
+ ],
1819
+ "type": "string"
1820
+ },
1821
+ "id": {
1822
+ "type": "number"
1823
+ }
1824
+ },
1825
+ "type": "object"
1826
+ },
1827
+ "type": "array"
1828
+ }
1829
+ },
1830
+ "type": "object"
1831
+ },
1832
+ "OptionV3": {
1833
+ "properties": {
1834
+ "meta": {
1835
+ "properties": {
1836
+ "box": {
1837
+ "description": "BOX PARAMS",
1838
+ "properties": {
1839
+ "aggregatable": {
1840
+ "description": "Box aggregatable",
1841
+ "type": "boolean"
1842
+ },
1843
+ "collapsable": {
1844
+ "description": "Box collapsable",
1845
+ "type": "boolean"
1846
+ },
1847
+ "content": {
1848
+ "description": "The html content of the brut-text option",
1849
+ "type": "string"
1850
+ },
1851
+ "title": {
1852
+ "description": "Box title",
1853
+ "type": "string"
1854
+ },
1855
+ "type": {
1856
+ "description": "Box type",
1857
+ "enum": [
1858
+ "error",
1859
+ "info",
1860
+ "light",
1861
+ "warning"
1862
+ ],
1863
+ "type": "string"
1864
+ }
1865
+ },
1866
+ "type": "object"
1867
+ },
1868
+ "conditions": {
1869
+ "allOf": [
1870
+ {
1871
+ "$ref": "#/definitions/CONDITION_OPERATOR"
1872
+ },
1873
+ {
1874
+ "$ref": "#/definitions/CONDITION"
1875
+ },
1876
+ {
1877
+ "properties": {
1878
+ "groupMeta": {
1879
+ "properties": {
1880
+ "collapsed": {
1881
+ "type": "boolean"
1882
+ },
1883
+ "label": {
1884
+ "type": "string"
1885
+ }
1886
+ },
1887
+ "type": "object"
1888
+ },
1889
+ "scope": {
1890
+ "enum": [
1891
+ "all",
1892
+ "any",
1893
+ "first",
1894
+ "related"
1895
+ ],
1896
+ "type": "string"
1897
+ }
1898
+ },
1899
+ "type": "object"
1900
+ }
1901
+ ],
1902
+ "description": "Raw conditions array"
1903
+ },
1904
+ "defaultRadio": {
1905
+ "description": "In case of a radio/checkbox/static options, this holds the default child id that should be selected in case the user advances to the next section without selecting any of the child",
1906
+ "type": "number"
1907
+ },
1908
+ "disabled": {
1909
+ "description": "Disabled option",
1910
+ "type": "boolean"
1911
+ },
1912
+ "fallbackLabel": {
1913
+ "description": "Fallback Label",
1914
+ "type": "string"
1915
+ },
1916
+ "fixedChildrenLastOrder": {
1917
+ "description": "Option's fixed last order of children",
1918
+ "type": "string"
1919
+ },
1920
+ "grantLevel": {
1921
+ "description": "Option's grantLevel",
1922
+ "enum": [
1923
+ "ADMIN",
1924
+ "GUEST",
1925
+ "MANAGER",
1926
+ "OPS",
1927
+ "SUPER",
1928
+ "USER"
1929
+ ],
1930
+ "type": "string"
1931
+ },
1932
+ "helper": {
1933
+ "description": "The html content of the helper block",
1934
+ "type": "string"
1935
+ },
1936
+ "hidden": {
1937
+ "description": "Hidden option",
1938
+ "type": "boolean"
1939
+ },
1940
+ "id": {
1941
+ "description": "Option's id",
1942
+ "type": "number"
1943
+ },
1944
+ "label": {
1945
+ "description": "Option's label",
1946
+ "type": "string"
1947
+ },
1948
+ "mandatory": {
1949
+ "description": "Set to true to make the option mandatory",
1950
+ "type": "boolean"
1951
+ },
1952
+ "multiple": {
1953
+ "description": "MULTIPLE PARAMS",
1954
+ "properties": {
1955
+ "cta": {
1956
+ "description": "The label of the multiple's incrementing cta",
1957
+ "type": "string"
1958
+ },
1959
+ "enabled": {
1960
+ "description": "Enabled/Disable Multiple (on root options only)",
1961
+ "type": "boolean"
1962
+ },
1963
+ "incrementationStart": {
1964
+ "description": "The start of the multiples incrementation counter",
1965
+ "type": "number"
1966
+ },
1967
+ "label": {
1968
+ "description": "The text that preceeds the reccurency number of the multiple",
1969
+ "type": "string"
1970
+ }
1971
+ },
1972
+ "type": "object"
1973
+ },
1974
+ "output": {
1975
+ "description": "The raw option's output",
1976
+ "type": "string"
1977
+ },
1978
+ "prechecked": {
1979
+ "description": "Prechecked option\nIf true, the option will be prechecked on initialization",
1980
+ "type": "boolean"
1981
+ },
1982
+ "randomizeChildren": {
1983
+ "description": "Option's randomize order of children",
1984
+ "type": "boolean"
1985
+ },
1986
+ "repeatOption": {
1987
+ "description": "In case of a `repeated` option, this defines the multiple's id that the loop should be linked to",
1988
+ "type": "number"
1989
+ },
1990
+ "step": {
1991
+ "anyOf": [
1992
+ {
1993
+ "items": {
1994
+ "type": "number"
1995
+ },
1996
+ "type": "array"
1997
+ },
1998
+ {
1999
+ "enum": [
2000
+ "*"
2001
+ ],
2002
+ "type": "string"
2003
+ }
2004
+ ],
2005
+ "description": "Option steps"
2006
+ },
2007
+ "style": {
2008
+ "description": "Option style",
2009
+ "enum": [
2010
+ "",
2011
+ "full",
2012
+ "half"
2013
+ ],
2014
+ "type": "string"
2015
+ },
2016
+ "tableRole": {
2017
+ "description": "Table hierarchy role for hidden output options.\nWhen set, the option participates in an output table tree instead of storing inline HTML.",
2018
+ "enum": [
2019
+ "cell",
2020
+ "row",
2021
+ "table"
2022
+ ],
2023
+ "type": "string"
2024
+ },
2025
+ "tableStyle": {
2026
+ "description": "Table styling metadata (only on tableRole = 'table' options).",
2027
+ "properties": {
2028
+ "borderColor": {
2029
+ "type": "string"
2030
+ },
2031
+ "borderStyle": {
2032
+ "type": "string"
2033
+ },
2034
+ "borderWidth": {
2035
+ "type": "number"
2036
+ },
2037
+ "columnWidths": {
2038
+ "items": {
2039
+ "type": "number"
2040
+ },
2041
+ "type": "array"
2042
+ },
2043
+ "width": {
2044
+ "type": "number"
2045
+ }
2046
+ },
2047
+ "type": "object"
2048
+ },
2049
+ "cellStyle": {
2050
+ "description": "Cell styling metadata (only on tableRole = 'cell' options).",
2051
+ "additionalProperties": {
2052
+ "type": "string"
2053
+ },
2054
+ "type": "object"
2055
+ },
2056
+ "tags": {
2057
+ "description": "Tags",
2058
+ "items": {
2059
+ "type": "string"
2060
+ },
2061
+ "type": "array"
2062
+ },
2063
+ "termsheet": {
2064
+ "description": "TERMSHEET PARAMS",
2065
+ "properties": {
2066
+ "hide": {
2067
+ "description": "Hide option from termsheet",
2068
+ "type": "boolean"
2069
+ },
2070
+ "label": {
2071
+ "description": "Option's termsheetLabel",
2072
+ "type": "string"
2073
+ }
2074
+ },
2075
+ "type": "object"
2076
+ },
2077
+ "type": {
2078
+ "description": "Option's type\n - `static`: A static question\n - `radio`: A radio input\n - `checkbox`: A checkbox input\n - `hidden`: An option that only displays an output\n - `brut-text`: An option without output that displays HTML in the wizard\n - `repeated`: A loop linked to a multiple (can only have `hidden` options as children)",
2079
+ "enum": [
2080
+ "box",
2081
+ "checkbox",
2082
+ "hidden",
2083
+ "radio",
2084
+ "repeated",
2085
+ "separator",
2086
+ "static"
2087
+ ],
2088
+ "type": "string"
2089
+ },
2090
+ "validator": {
2091
+ "description": "Validator PARAMS",
2092
+ "properties": {
2093
+ "conditions": {
2094
+ "allOf": [
2095
+ {
2096
+ "$ref": "#/definitions/CONDITION_OPERATOR"
2097
+ },
2098
+ {
2099
+ "$ref": "#/definitions/CONDITION"
2100
+ },
2101
+ {
2102
+ "properties": {
2103
+ "groupMeta": {
2104
+ "properties": {
2105
+ "collapsed": {
2106
+ "type": "boolean"
2107
+ },
2108
+ "label": {
2109
+ "type": "string"
2110
+ }
2111
+ },
2112
+ "type": "object"
2113
+ },
2114
+ "scope": {
2115
+ "enum": [
2116
+ "all",
2117
+ "any",
2118
+ "first",
2119
+ "related"
2120
+ ],
2121
+ "type": "string"
2122
+ }
2123
+ },
2124
+ "type": "object"
2125
+ }
2126
+ ],
2127
+ "description": "Validator condition"
2128
+ },
2129
+ "message": {
2130
+ "description": "Unvalid message",
2131
+ "type": "string"
2132
+ }
2133
+ },
2134
+ "type": "object"
2135
+ },
2136
+ "warning": {
2137
+ "description": "The html content of the warning block",
2138
+ "type": "string"
2139
+ }
2140
+ },
2141
+ "type": "object"
2142
+ },
2143
+ "options": {
2144
+ "description": "Child options",
2145
+ "items": {
2146
+ "type": "number"
2147
+ },
2148
+ "type": "array"
2149
+ },
2150
+ "variables": {
2151
+ "description": "Child variables",
2152
+ "items": {
2153
+ "type": "number"
2154
+ },
2155
+ "type": "array"
2156
+ }
2157
+ },
2158
+ "type": "object"
2159
+ },
2160
+ "PrefillingV3": {
2161
+ "description": "A Prefilling, is a conditionned text placeholder/example used to fill a textarea according to different conditions",
2162
+ "properties": {
2163
+ "conditions": {
2164
+ "allOf": [
2165
+ {
2166
+ "$ref": "#/definitions/CONDITION_OPERATOR"
2167
+ },
2168
+ {
2169
+ "$ref": "#/definitions/CONDITION"
2170
+ },
2171
+ {
2172
+ "properties": {
2173
+ "groupMeta": {
2174
+ "properties": {
2175
+ "collapsed": {
2176
+ "type": "boolean"
2177
+ },
2178
+ "label": {
2179
+ "type": "string"
2180
+ }
2181
+ },
2182
+ "type": "object"
2183
+ },
2184
+ "scope": {
2185
+ "enum": [
2186
+ "all",
2187
+ "any",
2188
+ "first",
2189
+ "related"
2190
+ ],
2191
+ "type": "string"
2192
+ }
2193
+ },
2194
+ "type": "object"
2195
+ }
2196
+ ],
2197
+ "description": "Compiled conditions object"
2198
+ },
2199
+ "value": {
2200
+ "description": "Text used to fill the textarea if the condition is realized",
2201
+ "type": "string"
2202
+ }
2203
+ },
2204
+ "type": "object"
2205
+ },
2206
+ "Record<string,number>": {
2207
+ "type": "object"
2208
+ },
2209
+ "SectionV3": {
2210
+ "description": "Section V3",
2211
+ "properties": {
2212
+ "conditions": {
2213
+ "allOf": [
2214
+ {
2215
+ "$ref": "#/definitions/CONDITION_OPERATOR"
2216
+ },
2217
+ {
2218
+ "$ref": "#/definitions/CONDITION"
2219
+ },
2220
+ {
2221
+ "properties": {
2222
+ "groupMeta": {
2223
+ "properties": {
2224
+ "collapsed": {
2225
+ "type": "boolean"
2226
+ },
2227
+ "label": {
2228
+ "type": "string"
2229
+ }
2230
+ },
2231
+ "type": "object"
2232
+ },
2233
+ "scope": {
2234
+ "enum": [
2235
+ "all",
2236
+ "any",
2237
+ "first",
2238
+ "related"
2239
+ ],
2240
+ "type": "string"
2241
+ }
2242
+ },
2243
+ "type": "object"
2244
+ }
2245
+ ],
2246
+ "description": "Section's conditions"
2247
+ },
2248
+ "grantLevel": {
2249
+ "description": "Section's grant type",
2250
+ "enum": [
2251
+ "ADMIN",
2252
+ "GUEST",
2253
+ "MANAGER",
2254
+ "OPS",
2255
+ "SUPER",
2256
+ "USER"
2257
+ ],
2258
+ "type": "string"
2259
+ },
2260
+ "id": {
2261
+ "description": "Section's id",
2262
+ "type": "number"
2263
+ },
2264
+ "label": {
2265
+ "description": "Section's title",
2266
+ "type": "string"
2267
+ },
2268
+ "options": {
2269
+ "description": "Section's options",
2270
+ "items": {
2271
+ "type": "number"
2272
+ },
2273
+ "type": "array"
2274
+ },
2275
+ "role": {
2276
+ "description": "Output region role. When absent, the section is treated as body content.",
2277
+ "enum": [
2278
+ "body",
2279
+ "firstPageFooter",
2280
+ "firstPageHeader",
2281
+ "footer",
2282
+ "header"
2283
+ ],
2284
+ "type": "string"
2285
+ },
2286
+ "slug": {
2287
+ "description": "Slug",
2288
+ "type": "string"
2289
+ },
2290
+ "step": {
2291
+ "anyOf": [
2292
+ {
2293
+ "items": {
2294
+ "type": "number"
2295
+ },
2296
+ "type": "array"
2297
+ },
2298
+ {
2299
+ "enum": [
2300
+ "*"
2301
+ ],
2302
+ "type": "string"
2303
+ }
2304
+ ],
2305
+ "description": "Step two only"
2306
+ },
2307
+ "tags": {
2308
+ "description": "Tags",
2309
+ "items": {
2310
+ "type": "string"
2311
+ },
2312
+ "type": "array"
2313
+ }
2314
+ },
2315
+ "type": "object"
2316
+ },
2317
+ "VariableV3": {
2318
+ "description": "Variable definition object\n\nThis interface was referenced by `undefined`'s JSON-Schema definition\nvia the `patternProperty` \".*\".",
2319
+ "properties": {
2320
+ "autocomplete": {
2321
+ "description": "The input's autocomplete attribute",
2322
+ "type": "string"
2323
+ },
2324
+ "autocompleteDataset": {
2325
+ "description": "Autocomplete dataset",
2326
+ "enum": [
2327
+ "activities",
2328
+ "datagouv_addresses",
2329
+ "datagouv_addresses_v2",
2330
+ "datagouv_cities",
2331
+ "datagouv_cities_with_inpi",
2332
+ "kanoon_collective_agreements",
2333
+ "pappers",
2334
+ "rbe"
2335
+ ],
2336
+ "type": "string"
2337
+ },
2338
+ "autocompleteInputType": {
2339
+ "description": "Autocomplete input type",
2340
+ "enum": [
2341
+ "select",
2342
+ "text"
2343
+ ],
2344
+ "type": "string"
2345
+ },
2346
+ "conditions": {
2347
+ "allOf": [
2348
+ {
2349
+ "$ref": "#/definitions/CONDITION_OPERATOR"
2350
+ },
2351
+ {
2352
+ "$ref": "#/definitions/CONDITION"
2353
+ },
2354
+ {
2355
+ "properties": {
2356
+ "groupMeta": {
2357
+ "properties": {
2358
+ "collapsed": {
2359
+ "type": "boolean"
2360
+ },
2361
+ "label": {
2362
+ "type": "string"
2363
+ }
2364
+ },
2365
+ "type": "object"
2366
+ },
2367
+ "scope": {
2368
+ "enum": [
2369
+ "all",
2370
+ "any",
2371
+ "first",
2372
+ "related"
2373
+ ],
2374
+ "type": "string"
2375
+ }
2376
+ },
2377
+ "type": "object"
2378
+ }
2379
+ ],
2380
+ "description": "Variable conditions"
2381
+ },
2382
+ "dateNotInFuture": {
2383
+ "description": "When true, the date should not be in the future (for date type only)",
2384
+ "type": "boolean"
2385
+ },
2386
+ "dateNotInPast": {
2387
+ "description": "When true, the date should not be in the past (for date type only)",
2388
+ "type": "boolean"
2389
+ },
2390
+ "disabled": {
2391
+ "description": "User side variable disabled condition",
2392
+ "type": "boolean"
2393
+ },
2394
+ "disabledTooltip": {
2395
+ "description": "User side variable disabled tooltip",
2396
+ "type": "string"
2397
+ },
2398
+ "eval": {
2399
+ "description": "Evaluation params",
2400
+ "properties": {
2401
+ "decimals": {
2402
+ "description": "The number of decimals for the result of an evaluation (eval type)",
2403
+ "type": "number"
2404
+ },
2405
+ "formula": {
2406
+ "description": "The evaluation formula (eval type), Example:\n ```\n[var:1]*[var:2]/[var:3]```",
2407
+ "type": "string"
2408
+ },
2409
+ "round": {
2410
+ "description": "Round evalulation result (eval type).",
2411
+ "enum": [
2412
+ "ceil",
2413
+ "floor",
2414
+ "round"
2415
+ ],
2416
+ "type": "string"
2417
+ }
2418
+ },
2419
+ "type": "object"
2420
+ },
2421
+ "extraInformations": {
2422
+ "$ref": "#/definitions/ExtraInformations",
2423
+ "description": "ExtraInformations (for managing multiple datas associated with a single variable)"
2424
+ },
2425
+ "fallbackLabel": {
2426
+ "description": "Variable's Fallback Label",
2427
+ "type": "string"
2428
+ },
2429
+ "grantLevel": {
2430
+ "description": "Variable's grantLevel",
2431
+ "enum": [
2432
+ "ADMIN",
2433
+ "GUEST",
2434
+ "MANAGER",
2435
+ "OPS",
2436
+ "SUPER",
2437
+ "USER"
2438
+ ],
2439
+ "type": "string"
2440
+ },
2441
+ "helper": {
2442
+ "description": "The html content of the helper block",
2443
+ "type": "string"
2444
+ },
2445
+ "hidden": {
2446
+ "description": "Hidden variable",
2447
+ "type": "boolean"
2448
+ },
2449
+ "id": {
2450
+ "description": "Variable's id (must be unique)",
2451
+ "type": "number"
2452
+ },
2453
+ "label": {
2454
+ "description": "Variable's label",
2455
+ "type": "string"
2456
+ },
2457
+ "linkedVariables": {
2458
+ "$ref": "#/definitions/Record<string,number>",
2459
+ "description": "Linked variables (used in autocomplete)"
2460
+ },
2461
+ "mandatory": {
2462
+ "description": "True if the variable is mandatory",
2463
+ "type": "boolean"
2464
+ },
2465
+ "mask": {
2466
+ "description": "Mask",
2467
+ "properties": {
2468
+ "formula": {
2469
+ "description": "The advanced mask's formula (ex: 20 ???-???-???) (?: Char & Number, !: Number Only, @: Char Only)",
2470
+ "type": "string"
2471
+ },
2472
+ "placeholder": {
2473
+ "description": "Mask's placeholder",
2474
+ "type": "string"
2475
+ }
2476
+ },
2477
+ "type": "object"
2478
+ },
2479
+ "number": {
2480
+ "description": "Number input",
2481
+ "properties": {
2482
+ "intOnly": {
2483
+ "type": "boolean"
2484
+ }
2485
+ },
2486
+ "type": "object"
2487
+ },
2488
+ "placeholder": {
2489
+ "description": "Input's placeholder",
2490
+ "type": "string"
2491
+ },
2492
+ "placeholderLength": {
2493
+ "description": "Variable's place holder length",
2494
+ "type": "number"
2495
+ },
2496
+ "prefillings": {
2497
+ "description": "Preffiling's object",
2498
+ "items": {
2499
+ "$ref": "#/definitions/PrefillingV3"
2500
+ },
2501
+ "type": "array"
2502
+ },
2503
+ "prioritizePrefillings": {
2504
+ "description": "Determines whether prefillers take priority over user input.",
2505
+ "type": "boolean"
2506
+ },
2507
+ "selectValues": {
2508
+ "description": "The list of options for the select (list type) variable",
2509
+ "items": {
2510
+ "type": "string"
2511
+ },
2512
+ "type": "array"
2513
+ },
2514
+ "step": {
2515
+ "anyOf": [
2516
+ {
2517
+ "items": {
2518
+ "type": "number"
2519
+ },
2520
+ "type": "array"
2521
+ },
2522
+ {
2523
+ "enum": [
2524
+ "*"
2525
+ ],
2526
+ "type": "string"
2527
+ }
2528
+ ],
2529
+ "description": "Set to true if the variable should be displayed in the second step only"
2530
+ },
2531
+ "style": {
2532
+ "description": "Defines input size",
2533
+ "enum": [
2534
+ "full",
2535
+ "half"
2536
+ ],
2537
+ "type": "string"
2538
+ },
2539
+ "suffix": {
2540
+ "description": "Variable's suffix",
2541
+ "type": "string"
2542
+ },
2543
+ "tags": {
2544
+ "description": "Tags",
2545
+ "items": {
2546
+ "type": "string"
2547
+ },
2548
+ "type": "array"
2549
+ },
2550
+ "termsheet": {
2551
+ "description": "Termsheet",
2552
+ "properties": {
2553
+ "hide": {
2554
+ "description": "Hide variable from termsheet",
2555
+ "type": "boolean"
2556
+ },
2557
+ "label": {
2558
+ "description": "Variable's termsheet label",
2559
+ "type": "string"
2560
+ }
2561
+ },
2562
+ "type": "object"
2563
+ },
2564
+ "textarea": {
2565
+ "description": "Textarea styling",
2566
+ "properties": {
2567
+ "lineNumbers": {
2568
+ "description": "The textarea's high (lines number) (Only if textarea_size is set to `p`)",
2569
+ "type": "number"
2570
+ },
2571
+ "size": {
2572
+ "description": "Textarea's size (textarea type)\n - l: Large (240px)\n - m: Medium (120px)\n - s: Small (60px)\n - p: Custom size in number of lines",
2573
+ "enum": [
2574
+ "l",
2575
+ "m",
2576
+ "p",
2577
+ "s"
2578
+ ],
2579
+ "type": "string"
2580
+ }
2581
+ },
2582
+ "type": "object"
2583
+ },
2584
+ "type": {
2585
+ "description": "Variable's type",
2586
+ "enum": [
2587
+ "autocomplete",
2588
+ "date",
2589
+ "email",
2590
+ "eval",
2591
+ "hour",
2592
+ "iframe",
2593
+ "list",
2594
+ "mask",
2595
+ "number",
2596
+ "phone_number",
2597
+ "text",
2598
+ "textarea",
2599
+ "upload",
2600
+ "user_email"
2601
+ ],
2602
+ "type": "string"
2603
+ },
2604
+ "validator": {
2605
+ "description": "Validator",
2606
+ "properties": {
2607
+ "conditions": {
2608
+ "allOf": [
2609
+ {
2610
+ "$ref": "#/definitions/CONDITION_OPERATOR"
2611
+ },
2612
+ {
2613
+ "$ref": "#/definitions/CONDITION"
2614
+ },
2615
+ {
2616
+ "properties": {
2617
+ "groupMeta": {
2618
+ "properties": {
2619
+ "collapsed": {
2620
+ "type": "boolean"
2621
+ },
2622
+ "label": {
2623
+ "type": "string"
2624
+ }
2625
+ },
2626
+ "type": "object"
2627
+ },
2628
+ "scope": {
2629
+ "enum": [
2630
+ "all",
2631
+ "any",
2632
+ "first",
2633
+ "related"
2634
+ ],
2635
+ "type": "string"
2636
+ }
2637
+ },
2638
+ "type": "object"
2639
+ }
2640
+ ],
2641
+ "description": "Validator condition"
2642
+ },
2643
+ "message": {
2644
+ "description": "Unvalid error message",
2645
+ "type": "string"
2646
+ }
2647
+ },
2648
+ "type": "object"
2649
+ },
2650
+ "warning": {
2651
+ "description": "The html content of the warning block",
2652
+ "type": "string"
2653
+ }
2654
+ },
2655
+ "type": "object"
2656
+ }
2657
+ },
2658
+ "description": "Model",
2659
+ "properties": {
2660
+ "customization": {
2661
+ "properties": {
2662
+ "dataStorage": {
2663
+ "properties": {
2664
+ "extendedDuration": {
2665
+ "type": "boolean"
2666
+ }
2667
+ },
2668
+ "type": "object"
2669
+ },
2670
+ "disableAutoDefault": {
2671
+ "type": "boolean"
2672
+ },
2673
+ "meta": {
2674
+ "$ref": "#/definitions/ConstumizationMeta"
2675
+ }
2676
+ },
2677
+ "type": "object"
2678
+ },
2679
+ "documents": {
2680
+ "additionalProperties": {
2681
+ "properties": {
2682
+ "documentSlug": {
2683
+ "description": "Document's slug name",
2684
+ "type": "string"
2685
+ },
2686
+ "fallbackName": {
2687
+ "description": "Document's fallback name",
2688
+ "type": "string"
2689
+ },
2690
+ "name": {
2691
+ "description": "Document's name",
2692
+ "type": "string"
2693
+ },
2694
+ "params": {
2695
+ "description": "Document's params",
2696
+ "properties": {
2697
+ "conditions": {
2698
+ "allOf": [
2699
+ {
2700
+ "$ref": "#/definitions/CONDITION_OPERATOR"
2701
+ },
2702
+ {
2703
+ "$ref": "#/definitions/CONDITION"
2704
+ },
2705
+ {
2706
+ "properties": {
2707
+ "groupMeta": {
2708
+ "properties": {
2709
+ "collapsed": {
2710
+ "type": "boolean"
2711
+ },
2712
+ "label": {
2713
+ "type": "string"
2714
+ }
2715
+ },
2716
+ "type": "object"
2717
+ },
2718
+ "scope": {
2719
+ "enum": [
2720
+ "all",
2721
+ "any",
2722
+ "first",
2723
+ "related"
2724
+ ],
2725
+ "type": "string"
2726
+ }
2727
+ },
2728
+ "type": "object"
2729
+ }
2730
+ ]
2731
+ },
2732
+ "documentStyle": {
2733
+ "properties": {
2734
+ "styles": {
2735
+ "properties": {
2736
+ "Normal": {
2737
+ "properties": {
2738
+ "color": {
2739
+ "type": "string"
2740
+ },
2741
+ "indent": {
2742
+ "type": "number"
2743
+ }
2744
+ },
2745
+ "type": "object"
2746
+ },
2747
+ "headingFour": {
2748
+ "properties": {
2749
+ "color": {
2750
+ "type": "string"
2751
+ },
2752
+ "indent": {
2753
+ "type": "number"
2754
+ }
2755
+ },
2756
+ "type": "object"
2757
+ },
2758
+ "headingOne": {
2759
+ "properties": {
2760
+ "color": {
2761
+ "type": "string"
2762
+ },
2763
+ "indent": {
2764
+ "type": "number"
2765
+ }
2766
+ },
2767
+ "type": "object"
2768
+ },
2769
+ "headingThree": {
2770
+ "properties": {
2771
+ "color": {
2772
+ "type": "string"
2773
+ },
2774
+ "indent": {
2775
+ "type": "number"
2776
+ }
2777
+ },
2778
+ "type": "object"
2779
+ },
2780
+ "headingTwo": {
2781
+ "properties": {
2782
+ "color": {
2783
+ "type": "string"
2784
+ },
2785
+ "indent": {
2786
+ "type": "number"
2787
+ }
2788
+ },
2789
+ "type": "object"
2790
+ }
2791
+ },
2792
+ "type": "object"
2793
+ },
2794
+ "titlesNumbering": {
2795
+ "properties": {
2796
+ "enabled": {
2797
+ "type": "boolean"
2798
+ },
2799
+ "type": {
2800
+ "enum": [
2801
+ "ARTICLE-FIRST",
2802
+ "SIMPLE"
2803
+ ],
2804
+ "type": "string"
2805
+ }
2806
+ },
2807
+ "type": "object"
2808
+ }
2809
+ },
2810
+ "type": "object"
2811
+ },
2812
+ "formats": {
2813
+ "properties": {
2814
+ "docx": {
2815
+ "type": "boolean"
2816
+ },
2817
+ "pdf": {
2818
+ "type": "boolean"
2819
+ }
2820
+ },
2821
+ "type": "object"
2822
+ },
2823
+ "grantLevel": {
2824
+ "enum": [
2825
+ "ADMIN",
2826
+ "GUEST",
2827
+ "MANAGER",
2828
+ "OPS",
2829
+ "SUPER",
2830
+ "USER"
2831
+ ],
2832
+ "type": "string"
2833
+ },
2834
+ "layout": {
2835
+ "$ref": "#/definitions/DocumentLayoutV3",
2836
+ "description": "Word page layout: margins, header/footer distance, first-page header/footer."
2837
+ },
2838
+ "multiple": {
2839
+ "description": "Document multiple settings: when enabled, the document is rendered\nonce per occurrence of the linked multiple option, producing N separate\nPDF/DOCX files instead of a single file.",
2840
+ "properties": {
2841
+ "enabled": {
2842
+ "description": "Enable/disable the document-level multiple",
2843
+ "type": "boolean"
2844
+ },
2845
+ "filenameTemplate": {
2846
+ "description": "Optional filename template, e.g. `\"Contrat - [var:47]\"`.\n`[var:X]` placeholders are resolved per occurrence at render time.\nWhen absent or empty, prerenderx falls back to\n`\"<documentName> N°<index + incrementationStart>\"`.",
2847
+ "type": "string"
2848
+ },
2849
+ "repeatOption": {
2850
+ "description": "ID of the option that drives the repetition. Must point to an\n`OptionV3` whose `meta.multiple.enabled === true`.",
2851
+ "type": "number"
2852
+ }
2853
+ },
2854
+ "type": "object"
2855
+ },
2856
+ "visibility": {
2857
+ "additionalProperties": {
2858
+ "type": "boolean"
2859
+ },
2860
+ "properties": {
2861
+ "private": {
2862
+ "type": "boolean"
2863
+ }
2864
+ },
2865
+ "type": "object"
2866
+ }
2867
+ },
2868
+ "type": "object"
2869
+ },
2870
+ "pdf": {
2871
+ "description": "Document's PDF link",
2872
+ "properties": {
2873
+ "filename": {
2874
+ "type": "string"
2875
+ },
2876
+ "form": {
2877
+ "$ref": "#/definitions/FDFFormV3"
2878
+ },
2879
+ "id": {
2880
+ "type": "string"
2881
+ },
2882
+ "thumbnails": {
2883
+ "items": {
2884
+ "type": "string"
2885
+ },
2886
+ "type": "array"
2887
+ }
2888
+ },
2889
+ "type": "object"
2890
+ },
2891
+ "sections": {
2892
+ "description": "Document's sections list",
2893
+ "items": {
2894
+ "$ref": "#/definitions/SectionV3"
2895
+ },
2896
+ "type": "array"
2897
+ }
2898
+ },
2899
+ "type": "object"
2900
+ },
2901
+ "type": "object"
2902
+ },
2903
+ "options": {
2904
+ "additionalProperties": {
2905
+ "$ref": "#/definitions/OptionV3"
2906
+ },
2907
+ "type": "object"
2908
+ },
2909
+ "variables": {
2910
+ "additionalProperties": {
2911
+ "$ref": "#/definitions/VariableV3"
2912
+ },
2913
+ "type": "object"
2914
+ }
2915
+ },
2916
+ "type": "object"
2917
+ }
2918
+