@@ -138,54 +138,6 @@ making sure that you maintain a proper JSON format.
138
138
"valueType" : " string" ,
139
139
"cleanDependency" : true
140
140
},
141
- {
142
- "propertyName" : " JSON Type" ,
143
- "propertyKeyword" : " physicalType" ,
144
- "propertyType" : " select" ,
145
- "hidden" : true
146
- },
147
- {
148
- "propertyName" : " JSON Types" ,
149
- "propertyKeyword" : " subtype" ,
150
- "propertyType" : " select" ,
151
- "dependency" : {
152
- "type" : " and" ,
153
- "values" : [
154
- {
155
- "type" : " or" ,
156
- "values" : [
157
- {
158
- "key" : " hasMaxLength" ,
159
- "value" : true
160
- },
161
- {
162
- "key" : " length" ,
163
- "minimum" : 4000
164
- }
165
- ]
166
- },
167
- {
168
- "type" : " or" ,
169
- "values" : [
170
- {
171
- "key" : " mode" ,
172
- "value" : " nvarchar"
173
- },
174
- {
175
- "key" : " mode" ,
176
- "value" : " varchar"
177
- }
178
- ]
179
- }
180
- ]
181
- },
182
- "options" : [
183
- { "name" : " " , "value" : " string" },
184
- { "name" : " object" , "value" : " object" },
185
- { "name" : " array" , "value" : " array" }
186
- ],
187
- "defaultValue" : " string"
188
- },
189
141
{
190
142
"propertyName" : " Has max length" ,
191
143
"propertyKeyword" : " hasMaxLength" ,
@@ -271,6 +223,54 @@ making sure that you maintain a proper JSON format.
271
223
}]
272
224
}]
273
225
},
226
+ {
227
+ "propertyName" : " JSON Type" ,
228
+ "propertyKeyword" : " physicalType" ,
229
+ "propertyType" : " select" ,
230
+ "hidden" : true
231
+ },
232
+ {
233
+ "propertyName" : " JSON Types" ,
234
+ "propertyKeyword" : " subtype" ,
235
+ "propertyType" : " select" ,
236
+ "dependency" : {
237
+ "type" : " and" ,
238
+ "values" : [
239
+ {
240
+ "type" : " or" ,
241
+ "values" : [
242
+ {
243
+ "key" : " hasMaxLength" ,
244
+ "value" : true
245
+ },
246
+ {
247
+ "key" : " length" ,
248
+ "minimum" : 4000
249
+ }
250
+ ]
251
+ },
252
+ {
253
+ "type" : " or" ,
254
+ "values" : [
255
+ {
256
+ "key" : " mode" ,
257
+ "value" : " nvarchar"
258
+ },
259
+ {
260
+ "key" : " mode" ,
261
+ "value" : " varchar"
262
+ }
263
+ ]
264
+ }
265
+ ]
266
+ },
267
+ "options" : [
268
+ { "name" : " " , "value" : " string" },
269
+ { "name" : " object" , "value" : " object" },
270
+ { "name" : " array" , "value" : " array" }
271
+ ],
272
+ "defaultValue" : " string"
273
+ },
274
274
" default" ,
275
275
{
276
276
"propertyName" : " Default constraint name" ,
0 commit comments