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:
72
packages/nodes-base/nodes/Sms77/__schema__/v1.0.0/sms/send.json
vendored
Normal file
72
packages/nodes-base/nodes/Sms77/__schema__/v1.0.0/sms/send.json
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"label": {
|
||||
"type": "null"
|
||||
},
|
||||
"parts": {
|
||||
"type": "integer"
|
||||
},
|
||||
"udh": {
|
||||
"type": "null"
|
||||
},
|
||||
"is_binary": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"sender",
|
||||
"recipient",
|
||||
"text",
|
||||
"encoding",
|
||||
"label",
|
||||
"parts",
|
||||
"udh",
|
||||
"is_binary",
|
||||
"price",
|
||||
"success",
|
||||
"error",
|
||||
"error_text"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success",
|
||||
"total_price",
|
||||
"balance",
|
||||
"debug",
|
||||
"sms_type",
|
||||
"messages"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user