mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 19:50:42 +00:00
Re-apply data_schema support for natural language loop blocks (SKY-7055) — backend (#4851)
This commit is contained in:
parent
3dedb1738e
commit
2a9b44f134
5 changed files with 106 additions and 22 deletions
|
|
@ -9516,6 +9516,21 @@
|
|||
"type": "boolean",
|
||||
"title": "Complete If Empty",
|
||||
"default": false
|
||||
},
|
||||
"data_schema": {
|
||||
"anyOf": [
|
||||
{
|
||||
"additionalProperties": true,
|
||||
"type": "object"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Data Schema"
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
|
|
@ -9670,6 +9685,21 @@
|
|||
"type": "boolean",
|
||||
"title": "Complete If Empty",
|
||||
"default": false
|
||||
},
|
||||
"data_schema": {
|
||||
"anyOf": [
|
||||
{
|
||||
"additionalProperties": true,
|
||||
"type": "object"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Data Schema"
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue