chore: generate
This commit is contained in:
parent
f5d0371efe
commit
7ded0ec9e9
3 changed files with 22 additions and 6 deletions
|
|
@ -9401,6 +9401,25 @@
|
|||
"message": {
|
||||
"type": "string"
|
||||
},
|
||||
"action": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"message": {
|
||||
"type": "string"
|
||||
},
|
||||
"label": {
|
||||
"type": "string"
|
||||
},
|
||||
"link": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["title", "message", "label"],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"next": {
|
||||
"type": "integer",
|
||||
"minimum": 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue