aesoptparam 0.3.7__py3-none-any.whl

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.
@@ -0,0 +1,752 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "type": "object",
4
+ "properties": {
5
+ "name": {
6
+ "anyOf": [
7
+ {
8
+ "type": "string",
9
+ "description": "Main dummy"
10
+ },
11
+ {
12
+ "type": "string",
13
+ "pattern": "^(\\$ref|\\$function)"
14
+ }
15
+ ],
16
+ "description": "Main dummy"
17
+ },
18
+ "version": {
19
+ "anyOf": [
20
+ {
21
+ "type": "string"
22
+ },
23
+ {
24
+ "type": "string",
25
+ "pattern": "^(\\$ref|\\$function)"
26
+ }
27
+ ]
28
+ },
29
+ "a": {
30
+ "anyOf": [
31
+ {
32
+ "type": "number",
33
+ "minimum": 0,
34
+ "maximum": 10,
35
+ "description": "Docs for .a"
36
+ },
37
+ {
38
+ "type": "string",
39
+ "pattern": "^(\\$ref|\\$function)"
40
+ },
41
+ {
42
+ "type": "null"
43
+ }
44
+ ],
45
+ "description": "Docs for .a"
46
+ },
47
+ "b": {
48
+ "anyOf": [
49
+ {
50
+ "type": "number",
51
+ "description": "Docs for .b"
52
+ },
53
+ {
54
+ "type": "string",
55
+ "pattern": "^(\\$ref|\\$function)"
56
+ },
57
+ {
58
+ "type": "null"
59
+ }
60
+ ],
61
+ "description": "Docs for .b"
62
+ },
63
+ "c": {
64
+ "anyOf": [
65
+ {
66
+ "type": "number",
67
+ "description": "Docs for .c"
68
+ },
69
+ {
70
+ "type": "string",
71
+ "pattern": "^(\\$ref|\\$function)"
72
+ },
73
+ {
74
+ "type": "null"
75
+ }
76
+ ],
77
+ "description": "Docs for .c"
78
+ },
79
+ "d": {
80
+ "anyOf": [
81
+ {
82
+ "type": "array",
83
+ "items": {
84
+ "type": "number",
85
+ "minimum": 0,
86
+ "maximum": 10
87
+ },
88
+ "description": "Docs for .d"
89
+ },
90
+ {
91
+ "type": "string",
92
+ "pattern": "^(\\$ref|\\$function)"
93
+ },
94
+ {
95
+ "type": "null"
96
+ }
97
+ ],
98
+ "description": "Docs for .d"
99
+ },
100
+ "e": {
101
+ "anyOf": [
102
+ {
103
+ "type": "array",
104
+ "items": {
105
+ "type": "integer",
106
+ "minimum": 0,
107
+ "maximum": 10
108
+ },
109
+ "description": "Docs for .d"
110
+ },
111
+ {
112
+ "type": "string",
113
+ "pattern": "^(\\$ref|\\$function)"
114
+ }
115
+ ],
116
+ "description": "Docs for .d"
117
+ },
118
+ "f": {
119
+ "anyOf": [
120
+ {
121
+ "type": "string",
122
+ "description": "Docs for .f"
123
+ },
124
+ {
125
+ "type": "string",
126
+ "pattern": "^(\\$ref|\\$function)"
127
+ },
128
+ {
129
+ "type": "null"
130
+ }
131
+ ],
132
+ "description": "Docs for .f"
133
+ },
134
+ "g": {
135
+ "anyOf": [
136
+ {
137
+ "type": "string",
138
+ "description": "Docs for .g"
139
+ },
140
+ {
141
+ "type": "string",
142
+ "pattern": "^(\\$ref|\\$function)"
143
+ },
144
+ {
145
+ "type": "null"
146
+ }
147
+ ],
148
+ "description": "Docs for .g"
149
+ },
150
+ "h": {
151
+ "anyOf": [
152
+ {
153
+ "type": "string",
154
+ "description": "Docs for .h"
155
+ },
156
+ {
157
+ "type": "string",
158
+ "pattern": "^(\\$ref|\\$function)"
159
+ },
160
+ {
161
+ "type": "null"
162
+ }
163
+ ],
164
+ "description": "Docs for .h"
165
+ },
166
+ "i": {
167
+ "anyOf": [
168
+ {
169
+ "type": "object",
170
+ "description": "Docs for .i"
171
+ },
172
+ {
173
+ "type": "null"
174
+ }
175
+ ],
176
+ "description": "Docs for .i"
177
+ },
178
+ "sub1": {
179
+ "type": "object",
180
+ "properties": {
181
+ "a": {
182
+ "anyOf": [
183
+ {
184
+ "type": "number",
185
+ "minimum": 0,
186
+ "maximum": 10,
187
+ "description": "Docs for sub1.a"
188
+ },
189
+ {
190
+ "type": "string",
191
+ "pattern": "^(\\$ref|\\$function)"
192
+ },
193
+ {
194
+ "type": "null"
195
+ }
196
+ ],
197
+ "description": "Docs for sub1.a"
198
+ },
199
+ "b": {
200
+ "anyOf": [
201
+ {
202
+ "type": "array",
203
+ "items": {
204
+ "type": "number"
205
+ },
206
+ "description": "Docs for sub1.b"
207
+ },
208
+ {
209
+ "type": "string",
210
+ "pattern": "^(\\$ref|\\$function)"
211
+ }
212
+ ],
213
+ "description": "Docs for sub1.b"
214
+ },
215
+ "c": {
216
+ "anyOf": [
217
+ {
218
+ "type": "array",
219
+ "items": {
220
+ "type": "number"
221
+ },
222
+ "description": "Docs for sub1.c"
223
+ },
224
+ {
225
+ "type": "string",
226
+ "pattern": "^(\\$ref|\\$function)"
227
+ },
228
+ {
229
+ "type": "null"
230
+ }
231
+ ],
232
+ "description": "Docs for sub1.c"
233
+ },
234
+ "e": {
235
+ "anyOf": [
236
+ {
237
+ "type": "array",
238
+ "items": {
239
+ "type": "number"
240
+ },
241
+ "description": "Docs for sub1.e"
242
+ },
243
+ {
244
+ "type": "string",
245
+ "pattern": "^(\\$ref|\\$function)"
246
+ }
247
+ ],
248
+ "description": "Docs for sub1.e"
249
+ },
250
+ "f": {
251
+ "anyOf": [
252
+ {
253
+ "type": "array",
254
+ "items": {
255
+ "type": "number"
256
+ },
257
+ "description": "Docs for sub1.d"
258
+ },
259
+ {
260
+ "type": "string",
261
+ "pattern": "^(\\$ref|\\$function)"
262
+ },
263
+ {
264
+ "type": "null"
265
+ }
266
+ ],
267
+ "description": "Docs for sub1.d"
268
+ },
269
+ "g": {
270
+ "anyOf": [
271
+ {
272
+ "type": "array",
273
+ "items": {
274
+ "type": "number"
275
+ },
276
+ "description": "Docs for sub1.g"
277
+ },
278
+ {
279
+ "type": "string",
280
+ "pattern": "^(\\$ref|\\$function)"
281
+ },
282
+ {
283
+ "type": "null"
284
+ }
285
+ ],
286
+ "description": "Docs for sub1.g"
287
+ },
288
+ "h": {
289
+ "anyOf": [
290
+ {
291
+ "type": "array",
292
+ "items": {
293
+ "type": "number"
294
+ },
295
+ "description": "Docs for sub1.h"
296
+ },
297
+ {
298
+ "type": "string",
299
+ "pattern": "^(\\$ref|\\$function)"
300
+ },
301
+ {
302
+ "type": "null"
303
+ }
304
+ ],
305
+ "description": "Docs for sub1.h"
306
+ },
307
+ "i": {
308
+ "anyOf": [
309
+ {
310
+ "type": "string",
311
+ "description": "Docs for sub1.i"
312
+ },
313
+ {
314
+ "type": "string",
315
+ "pattern": "^(\\$ref|\\$function)"
316
+ },
317
+ {
318
+ "type": "null"
319
+ }
320
+ ],
321
+ "description": "Docs for sub1.i"
322
+ },
323
+ "j": {
324
+ "anyOf": [
325
+ {
326
+ "type": "string",
327
+ "description": "Docs for sub1.j"
328
+ },
329
+ {
330
+ "type": "string",
331
+ "pattern": "^(\\$ref|\\$function)"
332
+ },
333
+ {
334
+ "type": "null"
335
+ }
336
+ ],
337
+ "description": "Docs for sub1.j"
338
+ },
339
+ "k": {
340
+ "anyOf": [
341
+ {
342
+ "type": "string",
343
+ "description": "Docs for sub1.k"
344
+ },
345
+ {
346
+ "type": "string",
347
+ "pattern": "^(\\$ref|\\$function)"
348
+ },
349
+ {
350
+ "type": "null"
351
+ }
352
+ ],
353
+ "description": "Docs for sub1.k"
354
+ }
355
+ },
356
+ "description": "Docs sub1"
357
+ },
358
+ "sub2": {
359
+ "type": "object",
360
+ "properties": {
361
+ "a": {
362
+ "anyOf": [
363
+ {
364
+ "type": "number",
365
+ "minimum": 0,
366
+ "maximum": 10,
367
+ "description": "Docs for sub2.a"
368
+ },
369
+ {
370
+ "type": "string",
371
+ "pattern": "^(\\$ref|\\$function)"
372
+ },
373
+ {
374
+ "type": "null"
375
+ }
376
+ ],
377
+ "description": "Docs for sub2.a"
378
+ },
379
+ "b": {
380
+ "anyOf": [
381
+ {
382
+ "type": "number",
383
+ "description": "Docs for sub2.b"
384
+ },
385
+ {
386
+ "type": "string",
387
+ "pattern": "^(\\$ref|\\$function)"
388
+ },
389
+ {
390
+ "type": "null"
391
+ }
392
+ ],
393
+ "description": "Docs for sub2.b"
394
+ },
395
+ "c": {
396
+ "anyOf": [
397
+ {
398
+ "type": "number",
399
+ "description": "Docs for sub2.c"
400
+ },
401
+ {
402
+ "type": "string",
403
+ "pattern": "^(\\$ref|\\$function)"
404
+ },
405
+ {
406
+ "type": "null"
407
+ }
408
+ ],
409
+ "description": "Docs for sub2.c"
410
+ },
411
+ "d": {
412
+ "anyOf": [
413
+ {
414
+ "type": "array",
415
+ "items": {
416
+ "type": "number"
417
+ },
418
+ "description": "Docs for sub2.d"
419
+ },
420
+ {
421
+ "type": "string",
422
+ "pattern": "^(\\$ref|\\$function)"
423
+ },
424
+ {
425
+ "type": "null"
426
+ }
427
+ ],
428
+ "description": "Docs for sub2.d"
429
+ },
430
+ "e": {
431
+ "anyOf": [
432
+ {
433
+ "type": "array",
434
+ "items": {
435
+ "type": "number"
436
+ },
437
+ "description": "Docs for sub2.e"
438
+ },
439
+ {
440
+ "type": "string",
441
+ "pattern": "^(\\$ref|\\$function)"
442
+ }
443
+ ],
444
+ "description": "Docs for sub2.e"
445
+ },
446
+ "f": {
447
+ "anyOf": [
448
+ {
449
+ "type": "string",
450
+ "description": "Docs for sub2.f"
451
+ },
452
+ {
453
+ "type": "string",
454
+ "pattern": "^(\\$ref|\\$function)"
455
+ },
456
+ {
457
+ "type": "null"
458
+ }
459
+ ],
460
+ "description": "Docs for sub2.f"
461
+ },
462
+ "g": {
463
+ "anyOf": [
464
+ {
465
+ "type": "string",
466
+ "description": "Docs for sub2.g"
467
+ },
468
+ {
469
+ "type": "string",
470
+ "pattern": "^(\\$ref|\\$function)"
471
+ },
472
+ {
473
+ "type": "null"
474
+ }
475
+ ],
476
+ "description": "Docs for sub2.g"
477
+ },
478
+ "h": {
479
+ "anyOf": [
480
+ {
481
+ "type": "string",
482
+ "description": "Docs for sub2.h"
483
+ },
484
+ {
485
+ "type": "string",
486
+ "pattern": "^(\\$ref|\\$function)"
487
+ },
488
+ {
489
+ "type": "null"
490
+ }
491
+ ],
492
+ "description": "Docs for sub2.h"
493
+ }
494
+ },
495
+ "description": "Docs sub2"
496
+ },
497
+ "sub_list": {
498
+ "type": "array",
499
+ "items": {
500
+ "type": "object",
501
+ "properties": {
502
+ "a": {
503
+ "anyOf": [
504
+ {
505
+ "type": "number",
506
+ "description": "Docs for sub_list.a"
507
+ },
508
+ {
509
+ "type": "string",
510
+ "pattern": "^(\\$ref|\\$function)"
511
+ },
512
+ {
513
+ "type": "null"
514
+ }
515
+ ],
516
+ "description": "Docs for sub_list.a"
517
+ },
518
+ "b": {
519
+ "anyOf": [
520
+ {
521
+ "type": "number",
522
+ "description": "Docs for sub_list.b"
523
+ },
524
+ {
525
+ "type": "string",
526
+ "pattern": "^(\\$ref|\\$function)"
527
+ },
528
+ {
529
+ "type": "null"
530
+ }
531
+ ],
532
+ "description": "Docs for sub_list.b"
533
+ },
534
+ "c": {
535
+ "anyOf": [
536
+ {
537
+ "type": "number",
538
+ "description": "Docs for sub_list.c"
539
+ },
540
+ {
541
+ "type": "string",
542
+ "pattern": "^(\\$ref|\\$function)"
543
+ },
544
+ {
545
+ "type": "null"
546
+ }
547
+ ],
548
+ "description": "Docs for sub_list.c"
549
+ },
550
+ "d": {
551
+ "anyOf": [
552
+ {
553
+ "type": "array",
554
+ "items": {
555
+ "type": "number"
556
+ },
557
+ "description": "Docs for sub_list.d"
558
+ },
559
+ {
560
+ "type": "string",
561
+ "pattern": "^(\\$ref|\\$function)"
562
+ },
563
+ {
564
+ "type": "null"
565
+ }
566
+ ],
567
+ "description": "Docs for sub_list.d"
568
+ },
569
+ "e": {
570
+ "anyOf": [
571
+ {
572
+ "type": "array",
573
+ "items": {
574
+ "type": "number"
575
+ },
576
+ "description": "Docs for sub_list.e"
577
+ },
578
+ {
579
+ "type": "string",
580
+ "pattern": "^(\\$ref|\\$function)"
581
+ },
582
+ {
583
+ "type": "null"
584
+ }
585
+ ],
586
+ "description": "Docs for sub_list.e"
587
+ },
588
+ "f": {
589
+ "anyOf": [
590
+ {
591
+ "type": "string",
592
+ "description": "Docs for sub_list.f"
593
+ },
594
+ {
595
+ "type": "string",
596
+ "pattern": "^(\\$ref|\\$function)"
597
+ },
598
+ {
599
+ "type": "null"
600
+ }
601
+ ],
602
+ "description": "Docs for sub_list.f"
603
+ },
604
+ "g": {
605
+ "anyOf": [
606
+ {
607
+ "type": "string",
608
+ "description": "Docs for sub_list.g"
609
+ },
610
+ {
611
+ "type": "string",
612
+ "pattern": "^(\\$ref|\\$function)"
613
+ },
614
+ {
615
+ "type": "null"
616
+ }
617
+ ],
618
+ "description": "Docs for sub_list.g"
619
+ }
620
+ }
621
+ },
622
+ "description": "Docs sub_list"
623
+ },
624
+ "sub_list2": {
625
+ "type": "array",
626
+ "items": {
627
+ "type": "object",
628
+ "properties": {
629
+ "a": {
630
+ "anyOf": [
631
+ {
632
+ "type": "number",
633
+ "description": "Docs for sub_list.a"
634
+ },
635
+ {
636
+ "type": "string",
637
+ "pattern": "^(\\$ref|\\$function)"
638
+ },
639
+ {
640
+ "type": "null"
641
+ }
642
+ ],
643
+ "description": "Docs for sub_list.a"
644
+ },
645
+ "b": {
646
+ "anyOf": [
647
+ {
648
+ "type": "number",
649
+ "description": "Docs for sub_list.b"
650
+ },
651
+ {
652
+ "type": "string",
653
+ "pattern": "^(\\$ref|\\$function)"
654
+ },
655
+ {
656
+ "type": "null"
657
+ }
658
+ ],
659
+ "description": "Docs for sub_list.b"
660
+ },
661
+ "c": {
662
+ "anyOf": [
663
+ {
664
+ "type": "number",
665
+ "description": "Docs for sub_list.c"
666
+ },
667
+ {
668
+ "type": "string",
669
+ "pattern": "^(\\$ref|\\$function)"
670
+ },
671
+ {
672
+ "type": "null"
673
+ }
674
+ ],
675
+ "description": "Docs for sub_list.c"
676
+ },
677
+ "d": {
678
+ "anyOf": [
679
+ {
680
+ "type": "array",
681
+ "items": {
682
+ "type": "number"
683
+ },
684
+ "description": "Docs for sub_list.d"
685
+ },
686
+ {
687
+ "type": "string",
688
+ "pattern": "^(\\$ref|\\$function)"
689
+ },
690
+ {
691
+ "type": "null"
692
+ }
693
+ ],
694
+ "description": "Docs for sub_list.d"
695
+ },
696
+ "e": {
697
+ "anyOf": [
698
+ {
699
+ "type": "array",
700
+ "items": {
701
+ "type": "number"
702
+ },
703
+ "description": "Docs for sub_list.e"
704
+ },
705
+ {
706
+ "type": "string",
707
+ "pattern": "^(\\$ref|\\$function)"
708
+ },
709
+ {
710
+ "type": "null"
711
+ }
712
+ ],
713
+ "description": "Docs for sub_list.e"
714
+ },
715
+ "f": {
716
+ "anyOf": [
717
+ {
718
+ "type": "string",
719
+ "description": "Docs for sub_list.f"
720
+ },
721
+ {
722
+ "type": "string",
723
+ "pattern": "^(\\$ref|\\$function)"
724
+ },
725
+ {
726
+ "type": "null"
727
+ }
728
+ ],
729
+ "description": "Docs for sub_list.f"
730
+ },
731
+ "g": {
732
+ "anyOf": [
733
+ {
734
+ "type": "string",
735
+ "description": "Docs for sub_list.g"
736
+ },
737
+ {
738
+ "type": "string",
739
+ "pattern": "^(\\$ref|\\$function)"
740
+ },
741
+ {
742
+ "type": "null"
743
+ }
744
+ ],
745
+ "description": "Docs for sub_list.g"
746
+ }
747
+ }
748
+ },
749
+ "description": "Docs sub_list"
750
+ }
751
+ }
752
+ }