mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
add message field for python schema
This commit is contained in:
parent
697ac5e9ce
commit
bdee12bbf5
@ -2974,7 +2974,8 @@
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
"kind"
|
||||
"kind",
|
||||
"message"
|
||||
],
|
||||
"properties": {
|
||||
"kind": {
|
||||
@ -2982,6 +2983,9 @@
|
||||
"enum": [
|
||||
"TryAgain"
|
||||
]
|
||||
},
|
||||
"message": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -3002,7 +3006,8 @@
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
"kind"
|
||||
"kind",
|
||||
"message"
|
||||
],
|
||||
"properties": {
|
||||
"kind": {
|
||||
@ -3010,6 +3015,9 @@
|
||||
"enum": [
|
||||
"InvalidTarget"
|
||||
]
|
||||
},
|
||||
"message": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user