chore: NODE-2547 - Generate Schema Files (no-changelog) (#13873)

This commit is contained in:
Jon
2025-03-18 15:19:10 +00:00
committed by GitHub
parent e0fd50554d
commit 31c0575999
819 changed files with 27463 additions and 15590 deletions

View File

@@ -1,72 +1,73 @@
{
"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"
]
"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"
],
"version": 1
}