Skip to content

Commit 3d2b1b0

Browse files
authored
Merge pull request #56 from Vitalii4as/fix/HCK-3046-missing-subtype
Configs: fixed configs to have hidden subtype and added nullable to boolean
2 parents e873f3f + 04d5756 commit 3d2b1b0

File tree

4 files changed

+64
-5
lines changed

4 files changed

+64
-5
lines changed

properties_pane/field_level/fieldLevelConfig.json

Lines changed: 64 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,10 @@ making sure that you maintain a proper JSON format.
251251
"markdown": false
252252
}
253253
]
254+
},
255+
{
256+
"propertyKeyword": "subtype",
257+
"hidden": true
254258
}
255259
],
256260
"string": [
@@ -1199,6 +1203,12 @@ making sure that you maintain a proper JSON format.
11991203
"propertyType": "text",
12001204
"shouldValidate": true
12011205
},
1206+
{
1207+
"propertyName": "nullable",
1208+
"propertyKeyword": "nullable",
1209+
"propertyType": "checkbox",
1210+
"enableForReference": true
1211+
},
12021212
"comments"
12031213
],
12041214
"array": [
@@ -1409,7 +1419,11 @@ making sure that you maintain a proper JSON format.
14091419
"value": "schema"
14101420
}
14111421
},
1412-
"comments"
1422+
"comments",
1423+
{
1424+
"propertyKeyword": "subtype",
1425+
"hidden": true
1426+
}
14131427
],
14141428
"object": [
14151429
{
@@ -1788,7 +1802,11 @@ making sure that you maintain a proper JSON format.
17881802
"value": "schema"
17891803
}
17901804
},
1791-
"comments"
1805+
"comments",
1806+
{
1807+
"propertyKeyword": "subtype",
1808+
"hidden": true
1809+
}
17921810
],
17931811
"___1": [],
17941812
"requestBody": [
@@ -1847,6 +1865,10 @@ making sure that you maintain a proper JSON format.
18471865
"markdown": false
18481866
}
18491867
]
1868+
},
1869+
{
1870+
"propertyKeyword": "subtype",
1871+
"hidden": true
18501872
}
18511873
],
18521874
"response": [
@@ -1920,6 +1942,10 @@ making sure that you maintain a proper JSON format.
19201942
"markdown": false
19211943
}
19221944
]
1945+
},
1946+
{
1947+
"propertyKeyword": "subtype",
1948+
"hidden": true
19231949
}
19241950
],
19251951
"media": [
@@ -2060,6 +2086,10 @@ making sure that you maintain a proper JSON format.
20602086
"markdown": false
20612087
}
20622088
]
2089+
},
2090+
{
2091+
"propertyKeyword": "subtype",
2092+
"hidden": true
20632093
}
20642094
],
20652095
"encoding": [
@@ -2127,6 +2157,10 @@ making sure that you maintain a proper JSON format.
21272157
"markdown": false
21282158
}
21292159
]
2160+
},
2161+
{
2162+
"propertyKeyword": "subtype",
2163+
"hidden": true
21302164
}
21312165
],
21322166
"example": [
@@ -2180,6 +2214,10 @@ making sure that you maintain a proper JSON format.
21802214
"markdown": false
21812215
}
21822216
]
2217+
},
2218+
{
2219+
"propertyKeyword": "subtype",
2220+
"hidden": true
21832221
}
21842222
],
21852223
"header": [
@@ -2258,6 +2296,10 @@ making sure that you maintain a proper JSON format.
22582296
"markdown": false
22592297
}
22602298
]
2299+
},
2300+
{
2301+
"propertyKeyword": "subtype",
2302+
"hidden": true
22612303
}
22622304
],
22632305
"securityScheme": [
@@ -2701,6 +2743,10 @@ making sure that you maintain a proper JSON format.
27012743
"markdown": false
27022744
}
27032745
]
2746+
},
2747+
{
2748+
"propertyKeyword": "subtype",
2749+
"hidden": true
27042750
}
27052751
],
27062752
"callback": [
@@ -3040,6 +3086,10 @@ making sure that you maintain a proper JSON format.
30403086
"markdown": false
30413087
}
30423088
]
3089+
},
3090+
{
3091+
"propertyKeyword": "subtype",
3092+
"hidden": true
30433093
}
30443094
],
30453095
"parameter (query)":[
@@ -3123,6 +3173,10 @@ making sure that you maintain a proper JSON format.
31233173
"markdown": false
31243174
}
31253175
]
3176+
},
3177+
{
3178+
"propertyKeyword": "subtype",
3179+
"hidden": true
31263180
}
31273181
],
31283182
"parameter (header)": [
@@ -3203,6 +3257,10 @@ making sure that you maintain a proper JSON format.
32033257
"markdown": false
32043258
}
32053259
]
3260+
},
3261+
{
3262+
"propertyKeyword": "subtype",
3263+
"hidden": true
32063264
}
32073265
],
32083266
"parameter (cookie)": [
@@ -3283,6 +3341,10 @@ making sure that you maintain a proper JSON format.
32833341
"markdown": false
32843342
}
32853343
]
3344+
},
3345+
{
3346+
"propertyKeyword": "subtype",
3347+
"hidden": true
32863348
}
32873349
],
32883350
"choice": [{

types/boolean.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"sample": true,
77
"useSample": true,
88
"defaultValues": {
9-
"index": true,
109
"default": "",
1110
"enum": [],
1211
"relationshipType": "",

types/integer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"sample": 15,
77
"useSample": true,
88
"defaultValues": {
9-
"index": true,
109
"unit": "",
1110
"minimum": "",
1211
"exclusiveMinimum": false,

types/number.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"sample": 15,
77
"useSample": true,
88
"defaultValues": {
9-
"index": true,
109
"unit": "",
1110
"minimum": "",
1211
"exclusiveMinimum": false,

0 commit comments

Comments
 (0)