mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058)
This commit is contained in:
@@ -13,18 +13,6 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"envelopeTime": {
|
||||
"type": "integer"
|
||||
},
|
||||
"messageTime": {
|
||||
"type": "integer"
|
||||
},
|
||||
"messageSize": {
|
||||
"type": "integer"
|
||||
},
|
||||
"response": {
|
||||
"type": "string"
|
||||
},
|
||||
"envelope": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -37,14 +25,22 @@
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"from",
|
||||
"to"
|
||||
]
|
||||
}
|
||||
},
|
||||
"envelopeTime": {
|
||||
"type": "integer"
|
||||
},
|
||||
"messageId": {
|
||||
"type": "string"
|
||||
},
|
||||
"messageSize": {
|
||||
"type": "integer"
|
||||
},
|
||||
"messageTime": {
|
||||
"type": "integer"
|
||||
},
|
||||
"response": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
Reference in New Issue
Block a user