changelog for 0.2.1

update python schema
This commit is contained in:
John Smith
2023-09-03 17:29:11 -04:00
parent 7ac1261893
commit c3cb4198e3
2 changed files with 10 additions and 5 deletions

View File

@@ -2379,11 +2379,9 @@
]
},
"message": {
"description": "The content of the message to deliver to the application",
"type": "string"
},
"sender": {
"description": "Some(sender) if the message was sent directly, None if received via a private/safety route",
"type": [
"string",
"null"
@@ -2401,7 +2399,6 @@
],
"properties": {
"call_id": {
"description": "The id to reply to",
"type": "string"
},
"kind": {
@@ -2411,11 +2408,9 @@
]
},
"message": {
"description": "The content of the request to deliver to the application",
"type": "string"
},
"sender": {
"description": "Some(sender) if the request was sent directly, None if received via a private/safety route",
"type": [
"string",
"null"