Skip to content

Commit 1a98da4

Browse files
committed
Merge branch 'next' of https://github.com/Geode-solutions/OpenGeodeWeb-Viewer into fix/no-render
2 parents fcd17c2 + 9d65e29 commit 1a98da4

File tree

18 files changed

+33
-544
lines changed

18 files changed

+33
-544
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ build
1111
.coverage*
1212
.mypy_cache
1313
*.db
14-
tests/tests_output/
14+
tests/tests_output/
15+
package-lock.json

opengeodeweb_viewer_schemas.json

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -651,8 +651,7 @@
651651
"block_ids": {
652652
"type": "array",
653653
"items": {
654-
"type": "integer",
655-
"minLength": 1
654+
"type": "integer"
656655
},
657656
"minItems": 1
658657
},
@@ -679,8 +678,7 @@
679678
"block_ids": {
680679
"type": "array",
681680
"items": {
682-
"type": "integer",
683-
"minLength": 1
681+
"type": "integer"
684682
},
685683
"minItems": 1
686684
},
@@ -738,8 +736,7 @@
738736
"block_ids": {
739737
"type": "array",
740738
"items": {
741-
"type": "integer",
742-
"minLength": 1
739+
"type": "integer"
743740
},
744741
"minItems": 1
745742
},
@@ -766,8 +763,7 @@
766763
"block_ids": {
767764
"type": "array",
768765
"items": {
769-
"type": "integer",
770-
"minLength": 1
766+
"type": "integer"
771767
},
772768
"minItems": 1
773769
},
@@ -846,8 +842,7 @@
846842
"block_ids": {
847843
"type": "array",
848844
"items": {
849-
"type": "integer",
850-
"minLength": 1
845+
"type": "integer"
851846
},
852847
"minItems": 1
853848
},
@@ -874,8 +869,7 @@
874869
"block_ids": {
875870
"type": "array",
876871
"items": {
877-
"type": "integer",
878-
"minLength": 1
872+
"type": "integer"
879873
},
880874
"minItems": 1
881875
},
@@ -1022,8 +1016,7 @@
10221016
"block_ids": {
10231017
"type": "array",
10241018
"items": {
1025-
"type": "integer",
1026-
"minLength": 1
1019+
"type": "integer"
10271020
},
10281021
"minItems": 1
10291022
},
@@ -1050,8 +1043,7 @@
10501043
"block_ids": {
10511044
"type": "array",
10521045
"items": {
1053-
"type": "integer",
1054-
"minLength": 1
1046+
"type": "integer"
10551047
},
10561048
"minItems": 1
10571049
},

0 commit comments

Comments
 (0)