Skip to content

Commit

Permalink
Update Schema for main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 19, 2023
1 parent e89a5e7 commit 3f32afd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions json-schema/haystack-pipeline-main.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4812,6 +4812,17 @@
}
]
},
"timeout": {
"title": "Timeout",
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"use_auth_token": {
"title": "Use Auth Token",
"anyOf": [
Expand Down Expand Up @@ -4959,6 +4970,17 @@
}
]
},
"timeout": {
"title": "Timeout",
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"use_auth_token": {
"title": "Use Auth Token",
"anyOf": [
Expand Down

0 comments on commit 3f32afd

Please sign in to comment.