Re-apply data_schema support for natural language loop blocks (SKY-7055) — backend (#4851)

This commit is contained in:
Celal Zamanoğlu 2026-02-24 00:44:01 +03:00 committed by GitHub
parent 3dedb1738e
commit 2a9b44f134
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 106 additions and 22 deletions

View file

@ -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",