@@ -496,6 +496,8 @@ paths:
496496 name : pk__in
497497 schema :
498498 type : array
499+ items :
500+ type : string
499501 - in : query
500502 name : state
501503 schema :
@@ -1274,6 +1276,8 @@ paths:
12741276 name : pk__in
12751277 schema :
12761278 type : array
1279+ items :
1280+ type : string
12771281 - in : query
12781282 name : state
12791283 schema :
@@ -1605,6 +1609,8 @@ paths:
16051609 name : project_id__in
16061610 schema :
16071611 type : array
1612+ items :
1613+ type : string
16081614 - in : query
16091615 name : state
16101616 schema :
@@ -2228,6 +2234,8 @@ paths:
22282234 name : project_id__in
22292235 schema :
22302236 type : array
2237+ items :
2238+ type : string
22312239 - in : query
22322240 name : state
22332241 schema :
@@ -2308,6 +2316,8 @@ paths:
23082316 name : project_id__in
23092317 schema :
23102318 type : array
2319+ items :
2320+ type : string
23112321 - in : query
23122322 name : state
23132323 schema :
@@ -2388,6 +2398,8 @@ paths:
23882398 name : project_id__in
23892399 schema :
23902400 type : array
2401+ items :
2402+ type : string
23912403 - in : query
23922404 name : state
23932405 schema :
@@ -2444,6 +2456,8 @@ paths:
24442456 name : dbt_version__in
24452457 schema :
24462458 type : array
2459+ items :
2460+ type : string
24472461 - in : query
24482462 name : deployment_type
24492463 schema :
@@ -2452,6 +2466,8 @@ paths:
24522466 name : deployment_type__in
24532467 schema :
24542468 type : array
2469+ items :
2470+ type : string
24552471 - in : query
24562472 name : id__gt
24572473 schema :
@@ -2480,6 +2496,8 @@ paths:
24802496 name : pk__in
24812497 schema :
24822498 type : array
2499+ items :
2500+ type : string
24832501 - in : path
24842502 name : project_id
24852503 schema :
@@ -2493,6 +2511,8 @@ paths:
24932511 name : project_id__in
24942512 schema :
24952513 type : array
2514+ items :
2515+ type : string
24962516 - in : query
24972517 name : state
24982518 schema :
@@ -3142,6 +3162,8 @@ paths:
31423162 name : project_id__in
31433163 schema :
31443164 type : array
3165+ items :
3166+ type : string
31453167 - in : query
31463168 name : remote_url
31473169 schema :
@@ -5693,7 +5715,8 @@ components:
56935715 type : string
56945716 timeout_seconds :
56955717 title : Timeout Seconds
5696- exclusiveMinimum : 0
5718+ exclusiveMinimum : true
5719+ minimum : 0
56975720 maximum : 86400
56985721 type : integer
56995722 private_key_id :
@@ -5839,7 +5862,8 @@ components:
58395862 type : string
58405863 job_execution_timeout_seconds :
58415864 title : Job Execution Timeout Seconds
5842- exclusiveMinimum : 0
5865+ exclusiveMinimum : true
5866+ minimum : 0
58435867 maximum : 86400
58445868 type : integer
58455869 priority :
@@ -9644,7 +9668,8 @@ components:
96449668 port :
96459669 title : Port
96469670 default : 5432
9647- exclusiveMinimum : 0
9671+ exclusiveMinimum : true
9672+ minimum : 0
96489673 maximum : 65535
96499674 type : integer
96509675 required :
@@ -10146,7 +10171,8 @@ components:
1014610171 port :
1014710172 title : Port
1014810173 default : 5439
10149- exclusiveMinimum : 0
10174+ exclusiveMinimum : true
10175+ minimum : 0
1015010176 maximum : 65535
1015110177 type : integer
1015210178 required :
@@ -11485,7 +11511,8 @@ components:
1148511511 port :
1148611512 title : Port
1148711513 default : 1433
11488- exclusiveMinimum : 0
11514+ exclusiveMinimum : true
11515+ minimum : 0
1148911516 maximum : 65535
1149011517 type : integer
1149111518 retries :
@@ -11637,7 +11664,8 @@ components:
1163711664 port :
1163811665 title : Port
1163911666 default : 443
11640- exclusiveMinimum : 0
11667+ exclusiveMinimum : true
11668+ minimum : 0
1164111669 maximum : 65535
1164211670 type : integer
1164311671 adapter_id :
0 commit comments