schema addition

This commit is contained in:
Yuri Kuznetsov
2023-07-13 12:08:53 +03:00
parent 4b1578237e
commit 962e48c77a
+7
View File
@@ -384,6 +384,13 @@
"type": "string",
"description": "An extractor for value objects. For field types it's defined at metadata > fields. Here you can define an extractor for a specific field."
},
"detailLayoutIncompatibleFieldList": {
"type": "array",
"items": {
"type": "string"
},
"description": "Fields that are incompatible with the subject field on detail view layouts."
},
"select": {
"type": "object",
"description": "A custom complex expression to be used for the field when reading from DB. It's possible to define leftJoins and joins that are needed to be applied when the field is being selected.",