@geode/opengeodeweb-viewer 1.3.1 → 1.4.0-rc.2

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 (2) hide show
  1. package/package.json +1 -1
  2. package/schemas.json +99 -49
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "require": "./schemas.json"
14
14
  }
15
15
  },
16
- "version": "1.3.1",
16
+ "version": "1.4.0-rc.2",
17
17
  "description": "",
18
18
  "main": "generate_schemas.js",
19
19
  "repository": {
package/schemas.json CHANGED
@@ -8,16 +8,19 @@
8
8
  "properties": {
9
9
  "viewer_object": {
10
10
  "type": "string",
11
+ "minLength": 1,
11
12
  "enum": [
12
13
  "mesh",
13
14
  "model"
14
15
  ]
15
16
  },
16
17
  "id": {
17
- "type": "string"
18
+ "type": "string",
19
+ "minLength": 1
18
20
  },
19
21
  "file_name": {
20
- "type": "string"
22
+ "type": "string",
23
+ "minLength": 1
21
24
  }
22
25
  },
23
26
  "required": [
@@ -34,13 +37,15 @@
34
37
  "properties": {
35
38
  "viewer_object": {
36
39
  "type": "string",
40
+ "minLength": 1,
37
41
  "enum": [
38
42
  "mesh",
39
43
  "model"
40
44
  ]
41
45
  },
42
46
  "id": {
43
- "type": "string"
47
+ "type": "string",
48
+ "minLength": 1
44
49
  }
45
50
  },
46
51
  "required": [
@@ -58,7 +63,8 @@
58
63
  "type": "object",
59
64
  "properties": {
60
65
  "id": {
61
- "type": "string"
66
+ "type": "string",
67
+ "minLength": 1
62
68
  },
63
69
  "visibility": {
64
70
  "type": "boolean"
@@ -76,10 +82,12 @@
76
82
  "type": "object",
77
83
  "properties": {
78
84
  "id": {
79
- "type": "string"
85
+ "type": "string",
86
+ "minLength": 1
80
87
  },
81
88
  "name": {
82
- "type": "string"
89
+ "type": "string",
90
+ "minLength": 1
83
91
  }
84
92
  },
85
93
  "required": [
@@ -94,7 +102,8 @@
94
102
  "type": "object",
95
103
  "properties": {
96
104
  "id": {
97
- "type": "string"
105
+ "type": "string",
106
+ "minLength": 1
98
107
  },
99
108
  "size": {
100
109
  "type": "integer"
@@ -112,7 +121,8 @@
112
121
  "type": "object",
113
122
  "properties": {
114
123
  "id": {
115
- "type": "string"
124
+ "type": "string",
125
+ "minLength": 1
116
126
  },
117
127
  "color": {
118
128
  "type": "object",
@@ -161,7 +171,8 @@
161
171
  "type": "object",
162
172
  "properties": {
163
173
  "id": {
164
- "type": "string"
174
+ "type": "string",
175
+ "minLength": 1
165
176
  },
166
177
  "visibility": {
167
178
  "type": "boolean"
@@ -179,10 +190,12 @@
179
190
  "type": "object",
180
191
  "properties": {
181
192
  "id": {
182
- "type": "string"
193
+ "type": "string",
194
+ "minLength": 1
183
195
  },
184
196
  "name": {
185
- "type": "string"
197
+ "type": "string",
198
+ "minLength": 1
186
199
  }
187
200
  },
188
201
  "required": [
@@ -197,7 +210,8 @@
197
210
  "type": "object",
198
211
  "properties": {
199
212
  "id": {
200
- "type": "string"
213
+ "type": "string",
214
+ "minLength": 1
201
215
  },
202
216
  "size": {
203
217
  "type": "number"
@@ -215,7 +229,8 @@
215
229
  "type": "object",
216
230
  "properties": {
217
231
  "id": {
218
- "type": "string"
232
+ "type": "string",
233
+ "minLength": 1
219
234
  },
220
235
  "color": {
221
236
  "type": "object",
@@ -264,7 +279,8 @@
264
279
  "type": "object",
265
280
  "properties": {
266
281
  "id": {
267
- "type": "string"
282
+ "type": "string",
283
+ "minLength": 1
268
284
  },
269
285
  "visibility": {
270
286
  "type": "boolean"
@@ -282,10 +298,12 @@
282
298
  "type": "object",
283
299
  "properties": {
284
300
  "id": {
285
- "type": "string"
301
+ "type": "string",
302
+ "minLength": 1
286
303
  },
287
304
  "name": {
288
- "type": "string"
305
+ "type": "string",
306
+ "minLength": 1
289
307
  }
290
308
  },
291
309
  "required": [
@@ -300,10 +318,12 @@
300
318
  "type": "object",
301
319
  "properties": {
302
320
  "id": {
303
- "type": "string"
321
+ "type": "string",
322
+ "minLength": 1
304
323
  },
305
324
  "name": {
306
- "type": "string"
325
+ "type": "string",
326
+ "minLength": 1
307
327
  }
308
328
  },
309
329
  "required": [
@@ -318,7 +338,8 @@
318
338
  "type": "object",
319
339
  "properties": {
320
340
  "id": {
321
- "type": "string"
341
+ "type": "string",
342
+ "minLength": 1
322
343
  },
323
344
  "color": {
324
345
  "type": "object",
@@ -367,7 +388,8 @@
367
388
  "type": "object",
368
389
  "properties": {
369
390
  "id": {
370
- "type": "string"
391
+ "type": "string",
392
+ "minLength": 1
371
393
  },
372
394
  "visibility": {
373
395
  "type": "boolean"
@@ -385,10 +407,12 @@
385
407
  "type": "object",
386
408
  "properties": {
387
409
  "id": {
388
- "type": "string"
410
+ "type": "string",
411
+ "minLength": 1
389
412
  },
390
413
  "name": {
391
- "type": "string"
414
+ "type": "string",
415
+ "minLength": 1
392
416
  }
393
417
  },
394
418
  "required": [
@@ -403,10 +427,12 @@
403
427
  "type": "object",
404
428
  "properties": {
405
429
  "id": {
406
- "type": "string"
430
+ "type": "string",
431
+ "minLength": 1
407
432
  },
408
433
  "name": {
409
- "type": "string"
434
+ "type": "string",
435
+ "minLength": 1
410
436
  }
411
437
  },
412
438
  "required": [
@@ -421,7 +447,8 @@
421
447
  "type": "object",
422
448
  "properties": {
423
449
  "id": {
424
- "type": "string"
450
+ "type": "string",
451
+ "minLength": 1
425
452
  },
426
453
  "color": {
427
454
  "type": "object",
@@ -469,7 +496,8 @@
469
496
  "type": "object",
470
497
  "properties": {
471
498
  "id": {
472
- "type": "string"
499
+ "type": "string",
500
+ "minLength": 1
473
501
  },
474
502
  "visibility": {
475
503
  "type": "boolean"
@@ -487,10 +515,12 @@
487
515
  "type": "object",
488
516
  "properties": {
489
517
  "id": {
490
- "type": "string"
518
+ "type": "string",
519
+ "minLength": 1
491
520
  },
492
521
  "file_name": {
493
- "type": "string"
522
+ "type": "string",
523
+ "minLength": 1
494
524
  }
495
525
  },
496
526
  "required": [
@@ -505,7 +535,8 @@
505
535
  "type": "object",
506
536
  "properties": {
507
537
  "id": {
508
- "type": "string"
538
+ "type": "string",
539
+ "minLength": 1
509
540
  },
510
541
  "opacity": {
511
542
  "type": "number",
@@ -525,7 +556,8 @@
525
556
  "type": "object",
526
557
  "properties": {
527
558
  "id": {
528
- "type": "string"
559
+ "type": "string",
560
+ "minLength": 1
529
561
  }
530
562
  },
531
563
  "required": [
@@ -539,7 +571,8 @@
539
571
  "type": "object",
540
572
  "properties": {
541
573
  "id": {
542
- "type": "string"
574
+ "type": "string",
575
+ "minLength": 1
543
576
  },
544
577
  "color": {
545
578
  "type": "object",
@@ -580,18 +613,21 @@
580
613
  "type": "object",
581
614
  "properties": {
582
615
  "id": {
583
- "type": "string"
616
+ "type": "string",
617
+ "minLength": 1
584
618
  },
585
619
  "textures": {
586
620
  "type": "array",
587
- "elements": {
621
+ "items": {
588
622
  "type": "object",
589
623
  "properties": {
590
624
  "texture_name": {
591
- "type": "string"
625
+ "type": "string",
626
+ "minLength": 1
592
627
  },
593
628
  "texture_file_name": {
594
- "type": "string"
629
+ "type": "string",
630
+ "minLength": 1
595
631
  }
596
632
  },
597
633
  "required": [
@@ -617,7 +653,8 @@
617
653
  "type": "object",
618
654
  "properties": {
619
655
  "id": {
620
- "type": "string"
656
+ "type": "string",
657
+ "minLength": 1
621
658
  },
622
659
  "visibility": {
623
660
  "type": "boolean"
@@ -635,7 +672,8 @@
635
672
  "type": "object",
636
673
  "properties": {
637
674
  "id": {
638
- "type": "string"
675
+ "type": "string",
676
+ "minLength": 1
639
677
  },
640
678
  "size": {
641
679
  "type": "integer"
@@ -653,7 +691,8 @@
653
691
  "type": "object",
654
692
  "properties": {
655
693
  "id": {
656
- "type": "string"
694
+ "type": "string",
695
+ "minLength": 1
657
696
  },
658
697
  "visibility": {
659
698
  "type": "boolean"
@@ -671,7 +710,8 @@
671
710
  "type": "object",
672
711
  "properties": {
673
712
  "id": {
674
- "type": "string"
713
+ "type": "string",
714
+ "minLength": 1
675
715
  },
676
716
  "color": {
677
717
  "type": "object",
@@ -712,10 +752,12 @@
712
752
  "type": "object",
713
753
  "properties": {
714
754
  "id": {
715
- "type": "string"
755
+ "type": "string",
756
+ "minLength": 1
716
757
  },
717
758
  "file_name": {
718
- "type": "string"
759
+ "type": "string",
760
+ "minLength": 1
719
761
  }
720
762
  },
721
763
  "required": [
@@ -730,7 +772,8 @@
730
772
  "type": "object",
731
773
  "properties": {
732
774
  "id": {
733
- "type": "string"
775
+ "type": "string",
776
+ "minLength": 1
734
777
  }
735
778
  },
736
779
  "required": [
@@ -744,18 +787,21 @@
744
787
  "type": "object",
745
788
  "properties": {
746
789
  "id": {
747
- "type": "string"
790
+ "type": "string",
791
+ "minLength": 1
748
792
  },
749
793
  "textures": {
750
794
  "type": "array",
751
- "elements": {
795
+ "items": {
752
796
  "type": "object",
753
797
  "properties": {
754
798
  "texture_name": {
755
- "type": "string"
799
+ "type": "string",
800
+ "minLength": 1
756
801
  },
757
802
  "texture_file_name": {
758
- "type": "string"
803
+ "type": "string",
804
+ "minLength": 1
759
805
  }
760
806
  },
761
807
  "required": [
@@ -781,7 +827,8 @@
781
827
  "type": "object",
782
828
  "properties": {
783
829
  "id": {
784
- "type": "string"
830
+ "type": "string",
831
+ "minLength": 1
785
832
  }
786
833
  },
787
834
  "required": [
@@ -795,10 +842,12 @@
795
842
  "type": "object",
796
843
  "properties": {
797
844
  "filename": {
798
- "type": "string"
845
+ "type": "string",
846
+ "minLength": 1
799
847
  },
800
848
  "output_extension": {
801
849
  "type": "string",
850
+ "minLength": 1,
802
851
  "enum": [
803
852
  "png",
804
853
  "jpg"
@@ -882,7 +931,8 @@
882
931
  "ids": {
883
932
  "type": "array",
884
933
  "items": {
885
- "type": "string"
934
+ "type": "string",
935
+ "minLength": 1
886
936
  }
887
937
  }
888
938
  },