@geode/opengeodeweb-viewer 1.11.3-rc.7 → 1.11.3
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.
|
@@ -17,16 +17,11 @@
|
|
|
17
17
|
"id": {
|
|
18
18
|
"type": "string",
|
|
19
19
|
"minLength": 1
|
|
20
|
-
},
|
|
21
|
-
"file_name": {
|
|
22
|
-
"type": "string",
|
|
23
|
-
"minLength": 1
|
|
24
20
|
}
|
|
25
21
|
},
|
|
26
22
|
"required": [
|
|
27
23
|
"viewer_object",
|
|
28
|
-
"id"
|
|
29
|
-
"file_name"
|
|
24
|
+
"id"
|
|
30
25
|
],
|
|
31
26
|
"additionalProperties": false
|
|
32
27
|
},
|
|
@@ -536,15 +531,10 @@
|
|
|
536
531
|
"id": {
|
|
537
532
|
"type": "string",
|
|
538
533
|
"minLength": 1
|
|
539
|
-
},
|
|
540
|
-
"file_name": {
|
|
541
|
-
"type": "string",
|
|
542
|
-
"minLength": 1
|
|
543
534
|
}
|
|
544
535
|
},
|
|
545
536
|
"required": [
|
|
546
|
-
"id"
|
|
547
|
-
"file_name"
|
|
537
|
+
"id"
|
|
548
538
|
],
|
|
549
539
|
"additionalProperties": false
|
|
550
540
|
},
|
|
@@ -644,14 +634,14 @@
|
|
|
644
634
|
"type": "string",
|
|
645
635
|
"minLength": 1
|
|
646
636
|
},
|
|
647
|
-
"
|
|
637
|
+
"id": {
|
|
648
638
|
"type": "string",
|
|
649
639
|
"minLength": 1
|
|
650
640
|
}
|
|
651
641
|
},
|
|
652
642
|
"required": [
|
|
653
643
|
"texture_name",
|
|
654
|
-
"
|
|
644
|
+
"id"
|
|
655
645
|
],
|
|
656
646
|
"additionalProperties": false
|
|
657
647
|
},
|
|
@@ -1015,15 +1005,10 @@
|
|
|
1015
1005
|
"id": {
|
|
1016
1006
|
"type": "string",
|
|
1017
1007
|
"minLength": 1
|
|
1018
|
-
},
|
|
1019
|
-
"file_name": {
|
|
1020
|
-
"type": "string",
|
|
1021
|
-
"minLength": 1
|
|
1022
1008
|
}
|
|
1023
1009
|
},
|
|
1024
1010
|
"required": [
|
|
1025
|
-
"id"
|
|
1026
|
-
"file_name"
|
|
1011
|
+
"id"
|
|
1027
1012
|
],
|
|
1028
1013
|
"additionalProperties": false
|
|
1029
1014
|
},
|
package/package.json
CHANGED