full name additional attribute list

This commit is contained in:
Yuri Kuznetsov
2025-06-30 11:18:41 +03:00
parent d00fca02c1
commit f00e86cd21
4 changed files with 289 additions and 127 deletions
+8 -1
View File
@@ -1082,7 +1082,14 @@
"items": {
"type": "string"
},
"description": "Additional attributes for a field. Attribute name will be derived by concatenation with the field name."
"description": "Additional attributes for a field. Attribute names will be derived by concatenating specified names with the field name."
},
"fullNameAdditionalAttributeList": {
"type": "array",
"items": {
"type": "string"
},
"description": "Additional attributes for a field. As of v9.2."
},
"dependeeAttributeList": {
"type": "array",