mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
schema
This commit is contained in:
@@ -1113,7 +1113,13 @@
|
||||
"data": {
|
||||
"type": "object",
|
||||
"description": "Additional data. Not used for logic.",
|
||||
"additionalProperties": true
|
||||
"additionalProperties": true,
|
||||
"properties": {
|
||||
"field": {
|
||||
"type": "string",
|
||||
"description": "A field."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["type"]
|
||||
|
||||
Reference in New Issue
Block a user