schema addition
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user