mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
chore: Add new schemas (no-changelog) (#13215)
This commit is contained in:
35
packages/nodes-base/nodes/Cisco/Webex/__schema__/v1.0.0/message/create.json
vendored
Normal file
35
packages/nodes-base/nodes/Cisco/Webex/__schema__/v1.0.0/message/create.json
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"roomId": {
|
||||
"type": "string"
|
||||
},
|
||||
"roomType": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"personId": {
|
||||
"type": "string"
|
||||
},
|
||||
"personEmail": {
|
||||
"type": "string"
|
||||
},
|
||||
"created": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"roomId",
|
||||
"roomType",
|
||||
"text",
|
||||
"personId",
|
||||
"personEmail",
|
||||
"created"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user