Skip to content

Commit

Permalink
json_dynamic_widget_plugin_markdown: schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
action committed Jun 29, 2024
1 parent ac77ebd commit 2324403
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions schemas/json_dynamic_widget_plugin_markdown/markdown.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,48 @@
}
]
},
"onSelectionChanged": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
},
{
"type": "boolean"
},
{
"type": "object",
"additionalProperties": true
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "number"
}
},
{
"type": "array",
"items": {
"type": "boolean"
}
},
{
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
}
}
]
},
"onTapLink": {
"anyOf": [
{
Expand Down

0 comments on commit 2324403

Please sign in to comment.