2
0

🚀 (whatsapp) Remove beta status

This commit is contained in:
Baptiste Arnaud
2024-01-23 08:17:22 +01:00
parent 32927e00bf
commit c08ab3d007
5 changed files with 5 additions and 37 deletions

View File

@ -13969,32 +13969,8 @@
"type": "object",
"properties": {
"resultExample": {
"allOf": [
{
"type": "object",
"properties": {
"message": {
"type": "string",
"enum": [
"This is a sample result, it has been generated ⬇️"
]
},
"Submitted at": {
"type": "string"
}
},
"required": [
"message",
"Submitted at"
]
},
{
"type": "object",
"additionalProperties": {
"type": "string"
}
}
],
"type": "object",
"additionalProperties": {},
"description": "Can contain any fields."
}
},