Skip to content

Commit dc31ce7

Browse files
authored
Merge pull request #58 from taras-dubyk/feature/v3.1
show jsonSchemaDialect prop only for 3.1.0 version
2 parents 35a70cb + ff42e7a commit dc31ce7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

properties_pane/model_level/modelLevelConfig.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,12 @@ making sure that you maintain a proper JSON format.
387387
"propertyType": "text",
388388
"propertyFormat": "uri",
389389
"shouldValidate": true,
390-
"propertyTooltip": ""
390+
"propertyTooltip": "",
391+
"dependency": {
392+
"level": "model",
393+
"key": "dbVersion",
394+
"value": "3.1.0"
395+
}
391396
},
392397
{
393398
"propertyName": "servers",

0 commit comments

Comments
 (0)