@geode/opengeodeweb-back 5.6.0 → 5.6.1
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.
- package/package.json +1 -1
- package/schemas.json +40 -24
package/package.json
CHANGED
package/schemas.json
CHANGED
|
@@ -9,10 +9,12 @@
|
|
|
9
9
|
"type": "object",
|
|
10
10
|
"properties": {
|
|
11
11
|
"input_geode_object": {
|
|
12
|
-
"type": "string"
|
|
12
|
+
"type": "string",
|
|
13
|
+
"minLength": 1
|
|
13
14
|
},
|
|
14
15
|
"filename": {
|
|
15
|
-
"type": "string"
|
|
16
|
+
"type": "string",
|
|
17
|
+
"minLength": 1
|
|
16
18
|
}
|
|
17
19
|
},
|
|
18
20
|
"required": [
|
|
@@ -31,7 +33,8 @@
|
|
|
31
33
|
"type": "object",
|
|
32
34
|
"properties": {
|
|
33
35
|
"filename": {
|
|
34
|
-
"type": "string"
|
|
36
|
+
"type": "string",
|
|
37
|
+
"minLength": 1
|
|
35
38
|
}
|
|
36
39
|
},
|
|
37
40
|
"additionalProperties": false
|
|
@@ -45,14 +48,12 @@
|
|
|
45
48
|
"type": "object",
|
|
46
49
|
"properties": {
|
|
47
50
|
"input_geode_object": {
|
|
48
|
-
"type":
|
|
49
|
-
|
|
50
|
-
]
|
|
51
|
+
"type": "string",
|
|
52
|
+
"minLength": 1
|
|
51
53
|
},
|
|
52
54
|
"filename": {
|
|
53
|
-
"type":
|
|
54
|
-
|
|
55
|
-
]
|
|
55
|
+
"type": "string",
|
|
56
|
+
"minLength": 1
|
|
56
57
|
}
|
|
57
58
|
},
|
|
58
59
|
"required": [
|
|
@@ -70,10 +71,12 @@
|
|
|
70
71
|
"type": "object",
|
|
71
72
|
"properties": {
|
|
72
73
|
"input_geode_object": {
|
|
73
|
-
"type": "string"
|
|
74
|
+
"type": "string",
|
|
75
|
+
"minLength": 1
|
|
74
76
|
},
|
|
75
77
|
"filename": {
|
|
76
|
-
"type": "string"
|
|
78
|
+
"type": "string",
|
|
79
|
+
"minLength": 1
|
|
77
80
|
}
|
|
78
81
|
},
|
|
79
82
|
"required": [
|
|
@@ -91,10 +94,12 @@
|
|
|
91
94
|
"type": "object",
|
|
92
95
|
"properties": {
|
|
93
96
|
"input_geode_object": {
|
|
94
|
-
"type": "string"
|
|
97
|
+
"type": "string",
|
|
98
|
+
"minLength": 1
|
|
95
99
|
},
|
|
96
100
|
"filename": {
|
|
97
|
-
"type": "string"
|
|
101
|
+
"type": "string",
|
|
102
|
+
"minLength": 1
|
|
98
103
|
}
|
|
99
104
|
},
|
|
100
105
|
"required": [
|
|
@@ -112,10 +117,12 @@
|
|
|
112
117
|
"type": "object",
|
|
113
118
|
"properties": {
|
|
114
119
|
"input_geode_object": {
|
|
115
|
-
"type": "string"
|
|
120
|
+
"type": "string",
|
|
121
|
+
"minLength": 1
|
|
116
122
|
},
|
|
117
123
|
"filename": {
|
|
118
|
-
"type": "string"
|
|
124
|
+
"type": "string",
|
|
125
|
+
"minLength": 1
|
|
119
126
|
}
|
|
120
127
|
},
|
|
121
128
|
"required": [
|
|
@@ -144,10 +151,12 @@
|
|
|
144
151
|
"type": "object",
|
|
145
152
|
"properties": {
|
|
146
153
|
"input_geode_object": {
|
|
147
|
-
"type": "string"
|
|
154
|
+
"type": "string",
|
|
155
|
+
"minLength": 1
|
|
148
156
|
},
|
|
149
157
|
"filename": {
|
|
150
|
-
"type": "string"
|
|
158
|
+
"type": "string",
|
|
159
|
+
"minLength": 1
|
|
151
160
|
}
|
|
152
161
|
},
|
|
153
162
|
"required": [
|
|
@@ -165,10 +174,12 @@
|
|
|
165
174
|
"type": "object",
|
|
166
175
|
"properties": {
|
|
167
176
|
"filename": {
|
|
168
|
-
"type": "string"
|
|
177
|
+
"type": "string",
|
|
178
|
+
"minLength": 1
|
|
169
179
|
},
|
|
170
180
|
"input_geode_object": {
|
|
171
|
-
"type": "string"
|
|
181
|
+
"type": "string",
|
|
182
|
+
"minLength": 1
|
|
172
183
|
}
|
|
173
184
|
},
|
|
174
185
|
"required": [
|
|
@@ -186,7 +197,8 @@
|
|
|
186
197
|
"type": "object",
|
|
187
198
|
"properties": {
|
|
188
199
|
"input_geode_object": {
|
|
189
|
-
"type": "string"
|
|
200
|
+
"type": "string",
|
|
201
|
+
"minLength": 1
|
|
190
202
|
}
|
|
191
203
|
},
|
|
192
204
|
"required": [
|
|
@@ -203,10 +215,12 @@
|
|
|
203
215
|
"type": "object",
|
|
204
216
|
"properties": {
|
|
205
217
|
"input_geode_object": {
|
|
206
|
-
"type": "string"
|
|
218
|
+
"type": "string",
|
|
219
|
+
"minLength": 1
|
|
207
220
|
},
|
|
208
221
|
"filename": {
|
|
209
|
-
"type": "string"
|
|
222
|
+
"type": "string",
|
|
223
|
+
"minLength": 1
|
|
210
224
|
}
|
|
211
225
|
},
|
|
212
226
|
"required": [
|
|
@@ -224,7 +238,8 @@
|
|
|
224
238
|
"type": "object",
|
|
225
239
|
"properties": {
|
|
226
240
|
"title": {
|
|
227
|
-
"type": "string"
|
|
241
|
+
"type": "string",
|
|
242
|
+
"minLength": 1
|
|
228
243
|
},
|
|
229
244
|
"x": {
|
|
230
245
|
"type": "number"
|
|
@@ -253,7 +268,8 @@
|
|
|
253
268
|
"type": "object",
|
|
254
269
|
"properties": {
|
|
255
270
|
"filename": {
|
|
256
|
-
"type": "string"
|
|
271
|
+
"type": "string",
|
|
272
|
+
"minLength": 1
|
|
257
273
|
},
|
|
258
274
|
"supported_feature": {
|
|
259
275
|
"type": [
|