This commit is contained in:
Yuri Kuznetsov
2025-04-08 14:55:02 +03:00
parent e401f3aef2
commit 2404dfff75
+16
View File
@@ -21,6 +21,9 @@
"readOnly": {
"$ref": "#/definitions/dynamicLogicReadOnly"
},
"readOnlySaved": {
"$ref": "#/definitions/dynamicLogicReadOnlySaved"
},
"invalid": {
"$ref": "#/definitions/dynamicLogicInvalid"
}
@@ -107,6 +110,19 @@
}
}
},
"dynamicLogicReadOnlySaved": {
"type": "object",
"description": "Saved-state conditions making the field read-only. As of v9.1.",
"properties": {
"conditionGroup": {
"type": "array",
"description": "An AND where clause.",
"items": {
"$ref": "#/definitions/dynamicLogicItem"
}
}
}
},
"dynamicLogicInvalid": {
"type": "object",
"description": "Conditions making the field invalid.",