mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-02 03:36:07 -04:00
changelog for 0.2.1
update python schema
This commit is contained in:
parent
7ac1261893
commit
c3cb4198e3
2 changed files with 10 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue