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:
@@ -1,73 +1,47 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"success": {
|
||||
"type": "string"
|
||||
},
|
||||
"debug": {
|
||||
"type": "string"
|
||||
},
|
||||
"sms_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"messages": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"sender": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"encoding": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_binary": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"label": {
|
||||
"type": "null"
|
||||
},
|
||||
"parts": {
|
||||
"type": "integer"
|
||||
},
|
||||
"udh": {
|
||||
"type": "null"
|
||||
},
|
||||
"is_binary": {
|
||||
"type": "boolean"
|
||||
"sender": {
|
||||
"type": "string"
|
||||
},
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"udh": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"sender",
|
||||
"recipient",
|
||||
"text",
|
||||
"encoding",
|
||||
"label",
|
||||
"parts",
|
||||
"udh",
|
||||
"is_binary",
|
||||
"price",
|
||||
"success",
|
||||
"error",
|
||||
"error_text"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"sms_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"success": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success",
|
||||
"total_price",
|
||||
"balance",
|
||||
"debug",
|
||||
"sms_type",
|
||||
"messages"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user