Schemathesis 4.6.8
API Coverage Report
2025-12-05 10:48:36.989
Operations
180 / 180
API endpoints that were called during your test run
Parameters
73.68%
294 of 399 covered
Parameters tested with both valid and invalid values
Keywords
26.68%
4039 of 15140 covered
Schema validation rules tested with both valid and invalid values
Examples
45.19%
277 of 613 covered
Schema examples and default values that were actually used in your tests
Responses
198 / 358
Response status codes that your tests actually received from the API
Parameters
Keywords
Uncovered
Partial
Covered
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 4 keywords covered
1{
2 "$ref": "#/components/schemas/Body_clear_database_admin_database_clear_post",
3 "components": {
4 "schemas": {
5 "Body_clear_database_admin_database_clear_post": {
Missing tests
6
"properties": {
7 "confirm": {
Missing tests
8
"type": "boolean"
9 }
Missing tests
10
},
11 "type": "object"
12 }
13 }
14 }
15}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
2 1.23ms
default
Default
2 1.17ms
Examples
0 of 1 covered

Body: application/json
confirm.default
 
false
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 4 keywords covered
1{
2 "$ref": "#/components/schemas/Body_create_database_admin_database_create_post",
3 "components": {
4 "schemas": {
5 "Body_create_database_admin_database_create_post": {
Missing tests
6
"properties": {
7 "confirm": {
Missing tests
8
"type": "boolean"
9 }
Missing tests
10
},
11 "type": "object"
12 }
13 }
14 }
15}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
2 1.50ms
default
Default
2 1.06ms
Examples
0 of 1 covered

Body: application/json
confirm.default
 
false
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 4 keywords covered
1{
2 "$ref": "#/components/schemas/Body_drop_database_admin_database_drop_post",
3 "components": {
4 "schemas": {
5 "Body_drop_database_admin_database_drop_post": {
Missing tests
6
"properties": {
7 "confirm": {
Missing tests
8
"type": "boolean"
9 }
Missing tests
10
},
11 "type": "object"
12 }
13 }
14 }
15}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
2 1.25ms
default
Default
2 0.93ms
Examples
0 of 1 covered

Body: application/json
confirm.default
 
false
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
4 2.62ms
422
Validation Error
0 -
default
Default
1 1.61ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
4 0.82ms
422
Validation Error
0 -
default
Default
1 1.41ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json27 of 28 keywords covered
1{
2 "$ref": "#/components/schemas/ArtifactCreate",
3 "components": {
4 "schemas": {
5 "ArtifactCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "data": {
Negative tests not applicable
9
"anyOf": [
10 {
Negative tests not applicable
11
"additionalProperties": true,
12 "type": "object"
13 },
14 {},
15 {
16 "type": "null"
17 }
Negative tests not applicable
18
],
19 },
20 "description": {
21 "anyOf": [
22 {
23 "type": "string"
24 },
25 {
26 "type": "null"
27 }
28 ],
29 },
30 "flow_run_id": {
31 "anyOf": [
32 {
33 "format": "uuid",
34 "type": "string"
35 },
36 {
37 "type": "null"
38 }
39 ],
40 },
41 "key": {
42 "anyOf": [
43 {
44 "type": "string"
45 },
46 {
47 "type": "null"
48 }
49 ],
50 },
51 "metadata_": {
52 "anyOf": [
53 {
54 "additionalProperties": {
Missing negative tests
55
"type": "string"
56 },
57 "type": "object"
58 },
59 {
60 "type": "null"
61 }
62 ],
63 },
64 "task_run_id": {
65 "anyOf": [
66 {
67 "format": "uuid",
68 "type": "string"
69 },
70 {
71 "type": "null"
72 }
73 ],
74 },
75 "type": {
76 "anyOf": [
77 {
78 "type": "string"
79 },
80 {
81 "type": "null"
82 }
83 ],
84 }
85 },
86 "type": "object"
87 }
88 }
89 }
90}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
73 1.89ms
default
Default
290 3.45ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 530 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_artifacts_artifacts_count_post",
3 "components": {
4 "schemas": {
5 "ArtifactFilter": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "flow_run_id": {
Missing tests
9
"anyOf": [
10 {
Missing tests
11
"$ref": "#/components/schemas/ArtifactFilterFlowRunId"
12 },
13 {
Missing tests
14
"type": "null"
15 }
Missing tests
16
],
17 },
18 "id": {
Missing tests
19
"anyOf": [
20 {
Missing tests
21
"$ref": "#/components/schemas/ArtifactFilterId"
22 },
23 {
Missing tests
24
"type": "null"
25 }
Missing tests
26
],
27 },
28 "key": {
Missing negative tests
29
"anyOf": [
30 {
Missing negative tests
31
"$ref": "#/components/schemas/ArtifactFilterKey"
32 },
33 {
Missing positive tests
34
"type": "null"
35 }
Missing negative tests
36
],
37 },
38 "operator": {
Missing tests
39
"$ref": "#/components/schemas/Operator",
40 },
41 "task_run_id": {
Missing tests
42
"anyOf": [
43 {
Missing tests
44
"$ref": "#/components/schemas/ArtifactFilterTaskRunId"
45 },
46 {
Missing tests
47
"type": "null"
48 }
Missing tests
49
],
50 },
51 "type": {
Missing tests
52
"anyOf": [
53 {
Missing tests
54
"$ref": "#/components/schemas/ArtifactFilterType"
55 },
56 {
Missing tests
57
"type": "null"
58 }
Missing tests
59
],
60 }
Missing negative tests
61
},
Missing negative tests
62
"type": "object"
63 },
64 "ArtifactFilterFlowRunId": {
65 "additionalProperties": false,
Missing tests
66
"properties": {
67 "any_": {
Missing tests
68
"anyOf": [
69 {
70 "items": {
Missing tests
71
"format": "uuid",
Missing tests
72
"type": "string"
73 },
Missing tests
74
"type": "array"
75 },
76 {
Missing tests
77
"type": "null"
78 }
Missing tests
79
],
80 }
Missing tests
81
},
Missing tests
82
"type": "object"
83 },
84 "ArtifactFilterId": {
85 "additionalProperties": false,
Missing tests
86
"properties": {
87 "any_": {
Missing tests
88
"anyOf": [
89 {
90 "items": {
Missing tests
91
"format": "uuid",
Missing tests
92
"type": "string"
93 },
Missing tests
94
"type": "array"
95 },
96 {
Missing tests
97
"type": "null"
98 }
Missing tests
99
],
100 }
Missing tests
101
},
Missing tests
102
"type": "object"
103 },
104 "ArtifactFilterKey": {
105 "additionalProperties": false,
Missing negative tests
106
"properties": {
107 "any_": {
Missing tests
108
"anyOf": [
109 {
110 "items": {
Missing tests
111
"type": "string"
112 },
Missing tests
113
"type": "array"
114 },
115 {
Missing tests
116
"type": "null"
117 }
Missing tests
118
],
119 },
120 "exists_": {
Missing tests
121
"anyOf": [
122 {
Missing tests
123
"type": "boolean"
124 },
125 {
Missing tests
126
"type": "null"
127 }
Missing tests
128
],
129 },
130 "like_": {
Missing negative tests
131
"anyOf": [
132 {
Missing negative tests
133
"type": "string"
134 },
135 {
Missing positive tests
136
"type": "null"
137 }
Missing negative tests
138
],
139 "examples": [
140 "my-artifact-%"
141 ],
142 }
Missing negative tests
143
},
Missing negative tests
144
"type": "object"
145 },
146 "ArtifactFilterTaskRunId": {
147 "additionalProperties": false,
Missing tests
148
"properties": {
149 "any_": {
Missing tests
150
"anyOf": [
151 {
152 "items": {
Missing tests
153
"format": "uuid",
Missing tests
154
"type": "string"
155 },
Missing tests
156
"type": "array"
157 },
158 {
Missing tests
159
"type": "null"
160 }
Missing tests
161
],
162 }
Missing tests
163
},
Missing tests
164
"type": "object"
165 },
166 "ArtifactFilterType": {
167 "additionalProperties": false,
Missing tests
168
"properties": {
169 "any_": {
Missing tests
170
"anyOf": [
171 {
172 "items": {
Missing tests
173
"type": "string"
174 },
Missing tests
175
"type": "array"
176 },
177 {
Missing tests
178
"type": "null"
179 }
Missing tests
180
],
181 },
182 "not_any_": {
Missing tests
183
"anyOf": [
184 {
185 "items": {
Missing tests
186
"type": "string"
187 },
Missing tests
188
"type": "array"
189 },
190 {
Missing tests
191
"type": "null"
192 }
Missing tests
193
],
194 }
Missing tests
195
},
Missing tests
196
"type": "object"
197 },
198 "Body_count_artifacts_artifacts_count_post": {
Missing negative tests
199
"properties": {
200 "artifacts": {
Missing negative tests
201
"$ref": "#/components/schemas/ArtifactFilter"
202 },
203 "deployments": {
Missing negative tests
204
"$ref": "#/components/schemas/DeploymentFilter"
205 },
206 "flow_runs": {
Missing negative tests
207
"$ref": "#/components/schemas/FlowRunFilter"
208 },
209 "flows": {
Missing negative tests
210
"$ref": "#/components/schemas/FlowFilter"
211 },
212 "task_runs": {
Missing negative tests
213
"$ref": "#/components/schemas/TaskRunFilter"
214 }
Missing negative tests
215
},
216 "type": "object"
217 },
218 "DeploymentFilter": {
219 "additionalProperties": false,
Missing negative tests
220
"properties": {
221 "concurrency_limit": {
Missing tests
222
"anyOf": [
223 {
Missing tests
224
"$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
225 },
226 {
Missing tests
227
"type": "null"
228 }
Missing tests
229
],
230 "deprecated": true,
231 },
232 "flow_or_deployment_name": {
Missing tests
233
"anyOf": [
234 {
Missing tests
235
"$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
236 },
237 {
Missing tests
238
"type": "null"
239 }
Missing tests
240
],
241 },
242 "id": {
Missing tests
243
"anyOf": [
244 {
Missing tests
245
"$ref": "#/components/schemas/DeploymentFilterId"
246 },
247 {
Missing tests
248
"type": "null"
249 }
Missing tests
250
],
251 },
252 "name": {
Missing negative tests
253
"anyOf": [
254 {
Missing negative tests
255
"$ref": "#/components/schemas/DeploymentFilterName"
256 },
257 {
Missing positive tests
258
"type": "null"
259 }
Missing negative tests
260
],
261 },
262 "operator": {
Missing tests
263
"$ref": "#/components/schemas/Operator",
264 },
265 "paused": {
Missing tests
266
"anyOf": [
267 {
Missing tests
268
"$ref": "#/components/schemas/DeploymentFilterPaused"
269 },
270 {
Missing tests
271
"type": "null"
272 }
Missing tests
273
],
274 },
275 "tags": {
Missing negative tests
276
"anyOf": [
277 {
Missing negative tests
278
"$ref": "#/components/schemas/DeploymentFilterTags"
279 },
280 {
Missing positive tests
281
"type": "null"
282 }
Missing negative tests
283
],
284 },
285 "work_queue_name": {
Missing negative tests
286
"anyOf": [
287 {
Missing negative tests
288
"$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
289 },
290 {
Missing positive tests
291
"type": "null"
292 }
Missing negative tests
293
],
294 }
Missing negative tests
295
},
Missing negative tests
296
"type": "object"
297 },
298 "DeploymentFilterConcurrencyLimit": {
299 "additionalProperties": false,
Missing tests
300
"properties": {
301 "ge_": {
Missing tests
302
"anyOf": [
303 {
Missing tests
304
"type": "integer"
305 },
306 {
Missing tests
307
"type": "null"
308 }
Missing tests
309
],
310 },
311 "is_null_": {
Missing tests
312
"anyOf": [
313 {
Missing tests
314
"type": "boolean"
315 },
316 {
Missing tests
317
"type": "null"
318 }
Missing tests
319
],
320 },
321 "le_": {
Missing tests
322
"anyOf": [
323 {
Missing tests
324
"type": "integer"
325 },
326 {
Missing tests
327
"type": "null"
328 }
Missing tests
329
],
330 }
Missing tests
331
},
Missing tests
332
"type": "object"
333 },
334 "DeploymentFilterId": {
335 "additionalProperties": false,
Missing tests
336
"properties": {
337 "any_": {
Missing tests
338
"anyOf": [
339 {
340 "items": {
Missing tests
341
"format": "uuid",
Missing tests
342
"type": "string"
343 },
Missing tests
344
"type": "array"
345 },
346 {
Missing tests
347
"type": "null"
348 }
Missing tests
349
],
350 },
351 "not_any_": {
Missing tests
352
"anyOf": [
353 {
354 "items": {
Missing tests
355
"format": "uuid",
Missing tests
356
"type": "string"
357 },
Missing tests
358
"type": "array"
359 },
360 {
Missing tests
361
"type": "null"
362 }
Missing tests
363
],
364 }
Missing tests
365
},
Missing tests
366
"type": "object"
367 },
368 "DeploymentFilterName": {
369 "additionalProperties": false,
Missing negative tests
370
"properties": {
371 "any_": {
Missing negative tests
372
"anyOf": [
373 {
374 "items": {
Missing negative tests
375
"type": "string"
376 },
Missing negative tests
377
"type": "array"
378 },
379 {
Missing positive tests
380
"type": "null"
381 }
Missing negative tests
382
],
383 "examples": [
384 [
385 "my-deployment-1",
386 "my-deployment-2"
387 ]
388 ],
389 },
390 "like_": {
Missing negative tests
391
"anyOf": [
392 {
Missing negative tests
393
"type": "string"
394 },
395 {
Missing positive tests
396
"type": "null"
397 }
Missing negative tests
398
],
399 "examples": [
400 "marvin"
401 ],
402 }
Missing negative tests
403
},
Missing negative tests
404
"type": "object"
405 },
406 "DeploymentFilterPaused": {
407 "additionalProperties": false,
Missing tests
408
"properties": {
409 "eq_": {
Missing tests
410
"anyOf": [
411 {
Missing tests
412
"type": "boolean"
413 },
414 {
Missing tests
415
"type": "null"
416 }
Missing tests
417
],
418 }
Missing tests
419
},
Missing tests
420
"type": "object"
421 },
422 "DeploymentFilterTags": {
423 "additionalProperties": false,
Missing negative tests
424
"properties": {
425 "all_": {
Missing negative tests
426
"anyOf": [
427 {
428 "items": {
Missing negative tests
429
"type": "string"
430 },
Missing negative tests
431
"type": "array"
432 },
433 {
Missing positive tests
434
"type": "null"
435 }
Missing negative tests
436
],
437 "examples": [
438 [
439 "tag-1",
440 "tag-2"
441 ]
442 ],
443 },
444 "any_": {
Missing negative tests
445
"anyOf": [
446 {
447 "items": {
Missing negative tests
448
"type": "string"
449 },
Missing negative tests
450
"type": "array"
451 },
452 {
Missing positive tests
453
"type": "null"
454 }
Missing negative tests
455
],
456 "examples": [
457 [
458 "tag-1",
459 "tag-2"
460 ]
461 ],
462 },
463 "is_null_": {
Missing tests
464
"anyOf": [
465 {
Missing tests
466
"type": "boolean"
467 },
468 {
Missing tests
469
"type": "null"
470 }
Missing tests
471
],
472 },
473 "operator": {
Missing tests
474
"$ref": "#/components/schemas/Operator",
475 }
Missing negative tests
476
},
Missing negative tests
477
"type": "object"
478 },
479 "DeploymentFilterWorkQueueName": {
480 "additionalProperties": false,
Missing negative tests
481
"properties": {
482 "any_": {
Missing negative tests
483
"anyOf": [
484 {
485 "items": {
Missing negative tests
486
"type": "string"
487 },
Missing negative tests
488
"type": "array"
489 },
490 {
Missing positive tests
491
"type": "null"
492 }
Missing negative tests
493
],
494 "examples": [
495 [
496 "work_queue_1",
497 "work_queue_2"
498 ]
499 ],
500 }
Missing negative tests
501
},
Missing negative tests
502
"type": "object"
503 },
504 "DeploymentOrFlowNameFilter": {
505 "additionalProperties": false,
Missing tests
506
"properties": {
507 "like_": {
Missing tests
508
"anyOf": [
509 {
Missing tests
510
"type": "string"
511 },
512 {
Missing tests
513
"type": "null"
514 }
Missing tests
515
],
516 }
Missing tests
517
},
Missing tests
518
"type": "object"
519 },
520 "FlowFilter": {
521 "additionalProperties": false,
Missing negative tests
522
"properties": {
523 "deployment": {
Missing tests
524
"anyOf": [
525 {
Missing tests
526
"$ref": "#/components/schemas/FlowFilterDeployment"
527 },
528 {
Missing tests
529
"type": "null"
530 }
Missing tests
531
],
532 },
533 "id": {
Missing tests
534
"anyOf": [
535 {
Missing tests
536
"$ref": "#/components/schemas/FlowFilterId"
537 },
538 {
Missing tests
539
"type": "null"
540 }
Missing tests
541
],
542 },
543 "name": {
Missing negative tests
544
"anyOf": [
545 {
Missing negative tests
546
"$ref": "#/components/schemas/FlowFilterName"
547 },
548 {
Missing positive tests
549
"type": "null"
550 }
Missing negative tests
551
],
552 },
553 "operator": {
Missing tests
554
"$ref": "#/components/schemas/Operator",
555 },
556 "tags": {
Missing negative tests
557
"anyOf": [
558 {
Missing negative tests
559
"$ref": "#/components/schemas/FlowFilterTags"
560 },
561 {
Missing positive tests
562
"type": "null"
563 }
Missing negative tests
564
],
565 }
Missing negative tests
566
},
Missing negative tests
567
"type": "object"
568 },
569 "FlowFilterDeployment": {
570 "additionalProperties": false,
Missing tests
571
"properties": {
572 "is_null_": {
Missing tests
573
"anyOf": [
574 {
Missing tests
575
"type": "boolean"
576 },
577 {
Missing tests
578
"type": "null"
579 }
Missing tests
580
],
581 },
582 "operator": {
Missing tests
583
"$ref": "#/components/schemas/Operator",
584 }
Missing tests
585
},
Missing tests
586
"type": "object"
587 },
588 "FlowFilterId": {
589 "additionalProperties": false,
Missing tests
590
"properties": {
591 "any_": {
Missing tests
592
"anyOf": [
593 {
594 "items": {
Missing tests
595
"format": "uuid",
Missing tests
596
"type": "string"
597 },
Missing tests
598
"type": "array"
599 },
600 {
Missing tests
601
"type": "null"
602 }
Missing tests
603
],
604 }
Missing tests
605
},
Missing tests
606
"type": "object"
607 },
608 "FlowFilterName": {
609 "additionalProperties": false,
Missing negative tests
610
"properties": {
611 "any_": {
Missing negative tests
612
"anyOf": [
613 {
614 "items": {
Missing negative tests
615
"type": "string"
616 },
Missing negative tests
617
"type": "array"
618 },
619 {
Missing positive tests
620
"type": "null"
621 }
Missing negative tests
622
],
623 "examples": [
624 [
625 "my-flow-1",
626 "my-flow-2"
627 ]
628 ],
629 },
630 "like_": {
Missing negative tests
631
"anyOf": [
632 {
Missing negative tests
633
"type": "string"
634 },
635 {
Missing positive tests
636
"type": "null"
637 }
Missing negative tests
638
],
639 "examples": [
640 "marvin"
641 ],
642 }
Missing negative tests
643
},
Missing negative tests
644
"type": "object"
645 },
646 "FlowFilterTags": {
647 "additionalProperties": false,
Missing negative tests
648
"properties": {
649 "all_": {
Missing negative tests
650
"anyOf": [
651 {
652 "items": {
Missing negative tests
653
"type": "string"
654 },
Missing negative tests
655
"type": "array"
656 },
657 {
Missing positive tests
658
"type": "null"
659 }
Missing negative tests
660
],
661 "examples": [
662 [
663 "tag-1",
664 "tag-2"
665 ]
666 ],
667 },
668 "is_null_": {
Missing tests
669
"anyOf": [
670 {
Missing tests
671
"type": "boolean"
672 },
673 {
Missing tests
674
"type": "null"
675 }
Missing tests
676
],
677 },
678 "operator": {
Missing tests
679
"$ref": "#/components/schemas/Operator",
680 }
Missing negative tests
681
},
Missing negative tests
682
"type": "object"
683 },
684 "FlowRunFilter": {
685 "additionalProperties": false,
Missing negative tests
686
"properties": {
687 "deployment_id": {
Missing tests
688
"anyOf": [
689 {
Missing tests
690
"$ref": "#/components/schemas/FlowRunFilterDeploymentId"
691 },
692 {
Missing tests
693
"type": "null"
694 }
Missing tests
695
],
696 },
697 "end_time": {
Missing tests
698
"anyOf": [
699 {
Missing tests
700
"$ref": "#/components/schemas/FlowRunFilterEndTime"
701 },
702 {
Missing tests
703
"type": "null"
704 }
Missing tests
705
],
706 },
707 "expected_start_time": {
Missing tests
708
"anyOf": [
709 {
Missing tests
710
"$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
711 },
712 {
Missing tests
713
"type": "null"
714 }
Missing tests
715
],
716 },
717 "flow_version": {
Missing tests
718
"anyOf": [
719 {
Missing tests
720
"$ref": "#/components/schemas/FlowRunFilterFlowVersion"
721 },
722 {
Missing tests
723
"type": "null"
724 }
Missing tests
725
],
726 },
727 "id": {
Missing tests
728
"anyOf": [
729 {
Missing tests
730
"$ref": "#/components/schemas/FlowRunFilterId"
731 },
732 {
Missing tests
733
"type": "null"
734 }
Missing tests
735
],
736 },
737 "idempotency_key": {
Missing tests
738
"anyOf": [
739 {
Missing tests
740
"$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
741 },
742 {
Missing tests
743
"type": "null"
744 }
Missing tests
745
],
746 },
747 "name": {
Missing negative tests
748
"anyOf": [
749 {
Missing negative tests
750
"$ref": "#/components/schemas/FlowRunFilterName"
751 },
752 {
Missing positive tests
753
"type": "null"
754 }
Missing negative tests
755
],
756 },
757 "next_scheduled_start_time": {
Missing tests
758
"anyOf": [
759 {
Missing tests
760
"$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
761 },
762 {
Missing tests
763
"type": "null"
764 }
Missing tests
765
],
766 },
767 "operator": {
Missing tests
768
"$ref": "#/components/schemas/Operator",
769 },
770 "parent_flow_run_id": {
Missing tests
771
"anyOf": [
772 {
Missing tests
773
"$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
774 },
775 {
Missing tests
776
"type": "null"
777 }
Missing tests
778
],
779 },
780 "parent_task_run_id": {
Missing tests
781
"anyOf": [
782 {
Missing tests
783
"$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
784 },
785 {
Missing tests
786
"type": "null"
787 }
Missing tests
788
],
789 },
790 "start_time": {
Missing tests
791
"anyOf": [
792 {
Missing tests
793
"$ref": "#/components/schemas/FlowRunFilterStartTime"
794 },
795 {
Missing tests
796
"type": "null"
797 }
Missing tests
798
],
799 },
800 "state": {
Missing tests
801
"anyOf": [
802 {
Missing tests
803
"$ref": "#/components/schemas/FlowRunFilterState"
804 },
805 {
Missing tests
806
"type": "null"
807 }
Missing tests
808
],
809 },
810 "tags": {
Missing negative tests
811
"anyOf": [
812 {
Missing negative tests
813
"$ref": "#/components/schemas/FlowRunFilterTags"
814 },
815 {
Missing positive tests
816
"type": "null"
817 }
Missing negative tests
818
],
819 },
820 "work_queue_name": {
Missing negative tests
821
"anyOf": [
822 {
Missing negative tests
823
"$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
824 },
825 {
Missing positive tests
826
"type": "null"
827 }
Missing negative tests
828
],
829 }
Missing negative tests
830
},
Missing negative tests
831
"type": "object"
832 },
833 "FlowRunFilterDeploymentId": {
834 "additionalProperties": false,
Missing tests
835
"properties": {
836 "any_": {
Missing tests
837
"anyOf": [
838 {
839 "items": {
Missing tests
840
"format": "uuid",
Missing tests
841
"type": "string"
842 },
Missing tests
843
"type": "array"
844 },
845 {
Missing tests
846
"type": "null"
847 }
Missing tests
848
],
849 },
850 "is_null_": {
Missing tests
851
"anyOf": [
852 {
Missing tests
853
"type": "boolean"
854 },
855 {
Missing tests
856
"type": "null"
857 }
Missing tests
858
],
859 },
860 "operator": {
Missing tests
861
"$ref": "#/components/schemas/Operator",
862 }
Missing tests
863
},
Missing tests
864
"type": "object"
865 },
866 "FlowRunFilterEndTime": {
867 "additionalProperties": false,
Missing tests
868
"properties": {
869 "after_": {
Missing tests
870
"anyOf": [
871 {
Missing tests
872
"format": "date-time",
Missing tests
873
"type": "string"
874 },
875 {
Missing tests
876
"type": "null"
877 }
Missing tests
878
],
879 },
880 "before_": {
Missing tests
881
"anyOf": [
882 {
Missing tests
883
"format": "date-time",
Missing tests
884
"type": "string"
885 },
886 {
Missing tests
887
"type": "null"
888 }
Missing tests
889
],
890 },
891 "is_null_": {
Missing tests
892
"anyOf": [
893 {
Missing tests
894
"type": "boolean"
895 },
896 {
Missing tests
897
"type": "null"
898 }
Missing tests
899
],
900 }
Missing tests
901
},
Missing tests
902
"type": "object"
903 },
904 "FlowRunFilterExpectedStartTime": {
905 "additionalProperties": false,
Missing tests
906
"properties": {
907 "after_": {
Missing tests
908
"anyOf": [
909 {
Missing tests
910
"format": "date-time",
Missing tests
911
"type": "string"
912 },
913 {
Missing tests
914
"type": "null"
915 }
Missing tests
916
],
917 },
918 "before_": {
Missing tests
919
"anyOf": [
920 {
Missing tests
921
"format": "date-time",
Missing tests
922
"type": "string"
923 },
924 {
Missing tests
925
"type": "null"
926 }
Missing tests
927
],
928 }
Missing tests
929
},
Missing tests
930
"type": "object"
931 },
932 "FlowRunFilterFlowVersion": {
933 "additionalProperties": false,
Missing tests
934
"properties": {
935 "any_": {
Missing tests
936
"anyOf": [
937 {
938 "items": {
Missing tests
939
"type": "string"
940 },
Missing tests
941
"type": "array"
942 },
943 {
Missing tests
944
"type": "null"
945 }
Missing tests
946
],
947 }
Missing tests
948
},
Missing tests
949
"type": "object"
950 },
951 "FlowRunFilterId": {
952 "additionalProperties": false,
Missing tests
953
"properties": {
954 "any_": {
Missing tests
955
"anyOf": [
956 {
957 "items": {
Missing tests
958
"format": "uuid",
Missing tests
959
"type": "string"
960 },
Missing tests
961
"type": "array"
962 },
963 {
Missing tests
964
"type": "null"
965 }
Missing tests
966
],
967 },
968 "not_any_": {
Missing tests
969
"anyOf": [
970 {
971 "items": {
Missing tests
972
"format": "uuid",
Missing tests
973
"type": "string"
974 },
Missing tests
975
"type": "array"
976 },
977 {
Missing tests
978
"type": "null"
979 }
Missing tests
980
],
981 }
Missing tests
982
},
Missing tests
983
"type": "object"
984 },
985 "FlowRunFilterIdempotencyKey": {
986 "additionalProperties": false,
Missing tests
987
"properties": {
988 "any_": {
Missing tests
989
"anyOf": [
990 {
991 "items": {
Missing tests
992
"type": "string"
993 },
Missing tests
994
"type": "array"
995 },
996 {
Missing tests
997
"type": "null"
998 }
Missing tests
999
],
1000 },
1001 "not_any_": {
Missing tests
1002
"anyOf": [
1003 {
1004 "items": {
Missing tests
1005
"type": "string"
1006 },
Missing tests
1007
"type": "array"
1008 },
1009 {
Missing tests
1010
"type": "null"
1011 }
Missing tests
1012
],
1013 }
Missing tests
1014
},
Missing tests
1015
"type": "object"
1016 },
1017 "FlowRunFilterName": {
1018 "additionalProperties": false,
Missing negative tests
1019
"properties": {
1020 "any_": {
Missing negative tests
1021
"anyOf": [
1022 {
1023 "items": {
Missing negative tests
1024
"type": "string"
1025 },
Missing negative tests
1026
"type": "array"
1027 },
1028 {
Missing positive tests
1029
"type": "null"
1030 }
Missing negative tests
1031
],
1032 "examples": [
1033 [
1034 "my-flow-run-1",
1035 "my-flow-run-2"
1036 ]
1037 ],
1038 },
1039 "like_": {
Missing negative tests
1040
"anyOf": [
1041 {
Missing negative tests
1042
"type": "string"
1043 },
1044 {
Missing positive tests
1045
"type": "null"
1046 }
Missing negative tests
1047
],
1048 "examples": [
1049 "marvin"
1050 ],
1051 }
Missing negative tests
1052
},
Missing negative tests
1053
"type": "object"
1054 },
1055 "FlowRunFilterNextScheduledStartTime": {
1056 "additionalProperties": false,
Missing tests
1057
"properties": {
1058 "after_": {
Missing tests
1059
"anyOf": [
1060 {
Missing tests
1061
"format": "date-time",
Missing tests
1062
"type": "string"
1063 },
1064 {
Missing tests
1065
"type": "null"
1066 }
Missing tests
1067
],
1068 },
1069 "before_": {
Missing tests
1070
"anyOf": [
1071 {
Missing tests
1072
"format": "date-time",
Missing tests
1073
"type": "string"
1074 },
1075 {
Missing tests
1076
"type": "null"
1077 }
Missing tests
1078
],
1079 }
Missing tests
1080
},
Missing tests
1081
"type": "object"
1082 },
1083 "FlowRunFilterParentFlowRunId": {
1084 "additionalProperties": false,
Missing tests
1085
"properties": {
1086 "any_": {
Missing tests
1087
"anyOf": [
1088 {
1089 "items": {
Missing tests
1090
"format": "uuid",
Missing tests
1091
"type": "string"
1092 },
Missing tests
1093
"type": "array"
1094 },
1095 {
Missing tests
1096
"type": "null"
1097 }
Missing tests
1098
],
1099 },
1100 "operator": {
Missing tests
1101
"$ref": "#/components/schemas/Operator",
1102 }
Missing tests
1103
},
Missing tests
1104
"type": "object"
1105 },
1106 "FlowRunFilterParentTaskRunId": {
1107 "additionalProperties": false,
Missing tests
1108
"properties": {
1109 "any_": {
Missing tests
1110
"anyOf": [
1111 {
1112 "items": {
Missing tests
1113
"format": "uuid",
Missing tests
1114
"type": "string"
1115 },
Missing tests
1116
"type": "array"
1117 },
1118 {
Missing tests
1119
"type": "null"
1120 }
Missing tests
1121
],
1122 },
1123 "is_null_": {
Missing tests
1124
"anyOf": [
1125 {
Missing tests
1126
"type": "boolean"
1127 },
1128 {
Missing tests
1129
"type": "null"
1130 }
Missing tests
1131
],
1132 },
1133 "operator": {
Missing tests
1134
"$ref": "#/components/schemas/Operator",
1135 }
Missing tests
1136
},
Missing tests
1137
"type": "object"
1138 },
1139 "FlowRunFilterStartTime": {
1140 "additionalProperties": false,
Missing tests
1141
"properties": {
1142 "after_": {
Missing tests
1143
"anyOf": [
1144 {
Missing tests
1145
"format": "date-time",
Missing tests
1146
"type": "string"
1147 },
1148 {
Missing tests
1149
"type": "null"
1150 }
Missing tests
1151
],
1152 },
1153 "before_": {
Missing tests
1154
"anyOf": [
1155 {
Missing tests
1156
"format": "date-time",
Missing tests
1157
"type": "string"
1158 },
1159 {
Missing tests
1160
"type": "null"
1161 }
Missing tests
1162
],
1163 },
1164 "is_null_": {
Missing tests
1165
"anyOf": [
1166 {
Missing tests
1167
"type": "boolean"
1168 },
1169 {
Missing tests
1170
"type": "null"
1171 }
Missing tests
1172
],
1173 }
Missing tests
1174
},
Missing tests
1175
"type": "object"
1176 },
1177 "FlowRunFilterState": {
1178 "additionalProperties": false,
Missing tests
1179
"properties": {
1180 "name": {
Missing tests
1181
"anyOf": [
1182 {
Missing tests
1183
"$ref": "#/components/schemas/FlowRunFilterStateName"
1184 },
1185 {
Missing tests
1186
"type": "null"
1187 }
Missing tests
1188
],
1189 },
1190 "operator": {
Missing tests
1191
"$ref": "#/components/schemas/Operator",
1192 },
1193 "type": {
Missing tests
1194
"anyOf": [
1195 {
Missing tests
1196
"$ref": "#/components/schemas/FlowRunFilterStateType"
1197 },
1198 {
Missing tests
1199
"type": "null"
1200 }
Missing tests
1201
],
1202 }
Missing tests
1203
},
Missing tests
1204
"type": "object"
1205 },
1206 "FlowRunFilterStateName": {
1207 "additionalProperties": false,
Missing tests
1208
"properties": {
1209 "any_": {
Missing tests
1210
"anyOf": [
1211 {
1212 "items": {
Missing tests
1213
"type": "string"
1214 },
Missing tests
1215
"type": "array"
1216 },
1217 {
Missing tests
1218
"type": "null"
1219 }
Missing tests
1220
],
1221 },
1222 "not_any_": {
Missing tests
1223
"anyOf": [
1224 {
1225 "items": {
Missing tests
1226
"type": "string"
1227 },
Missing tests
1228
"type": "array"
1229 },
1230 {
Missing tests
1231
"type": "null"
1232 }
Missing tests
1233
],
1234 }
Missing tests
1235
},
Missing tests
1236
"type": "object"
1237 },
1238 "FlowRunFilterStateType": {
1239 "additionalProperties": false,
Missing tests
1240
"properties": {
1241 "any_": {
Missing tests
1242
"anyOf": [
1243 {
1244 "items": {
Missing tests
1245
"$ref": "#/components/schemas/StateType"
1246 },
Missing tests
1247
"type": "array"
1248 },
1249 {
Missing tests
1250
"type": "null"
1251 }
Missing tests
1252
],
1253 },
1254 "not_any_": {
Missing tests
1255
"anyOf": [
1256 {
1257 "items": {
Missing tests
1258
"$ref": "#/components/schemas/StateType"
1259 },
Missing tests
1260
"type": "array"
1261 },
1262 {
Missing tests
1263
"type": "null"
1264 }
Missing tests
1265
],
1266 }
Missing tests
1267
},
Missing tests
1268
"type": "object"
1269 },
1270 "FlowRunFilterTags": {
1271 "additionalProperties": false,
Missing negative tests
1272
"properties": {
1273 "all_": {
Missing negative tests
1274
"anyOf": [
1275 {
1276 "items": {
Missing negative tests
1277
"type": "string"
1278 },
Missing negative tests
1279
"type": "array"
1280 },
1281 {
Missing positive tests
1282
"type": "null"
1283 }
Missing negative tests
1284
],
1285 "examples": [
1286 [
1287 "tag-1",
1288 "tag-2"
1289 ]
1290 ],
1291 },
1292 "any_": {
Missing negative tests
1293
"anyOf": [
1294 {
1295 "items": {
Missing negative tests
1296
"type": "string"
1297 },
Missing negative tests
1298
"type": "array"
1299 },
1300 {
Missing positive tests
1301
"type": "null"
1302 }
Missing negative tests
1303
],
1304 "examples": [
1305 [
1306 "tag-1",
1307 "tag-2"
1308 ]
1309 ],
1310 },
1311 "is_null_": {
Missing tests
1312
"anyOf": [
1313 {
Missing tests
1314
"type": "boolean"
1315 },
1316 {
Missing tests
1317
"type": "null"
1318 }
Missing tests
1319
],
1320 },
1321 "operator": {
Missing tests
1322
"$ref": "#/components/schemas/Operator",
1323 }
Missing negative tests
1324
},
Missing negative tests
1325
"type": "object"
1326 },
1327 "FlowRunFilterWorkQueueName": {
1328 "additionalProperties": false,
Missing negative tests
1329
"properties": {
1330 "any_": {
Missing negative tests
1331
"anyOf": [
1332 {
1333 "items": {
Missing negative tests
1334
"type": "string"
1335 },
Missing negative tests
1336
"type": "array"
1337 },
1338 {
Missing positive tests
1339
"type": "null"
1340 }
Missing negative tests
1341
],
1342 "examples": [
1343 [
1344 "work_queue_1",
1345 "work_queue_2"
1346 ]
1347 ],
1348 },
1349 "is_null_": {
Missing tests
1350
"anyOf": [
1351 {
Missing tests
1352
"type": "boolean"
1353 },
1354 {
Missing tests
1355
"type": "null"
1356 }
Missing tests
1357
],
1358 },
1359 "operator": {
Missing tests
1360
"$ref": "#/components/schemas/Operator",
1361 }
Missing negative tests
1362
},
Missing negative tests
1363
"type": "object"
1364 },
1365 "Operator": {
Missing tests
1366
"enum": [
1367 "and_",
1368 "or_"
Missing tests
1369
],
Missing tests
1370
"type": "string"
1371 },
1372 "StateType": {
Missing tests
1373
"enum": [
1374 "SCHEDULED",
1375 "PENDING",
1376 "RUNNING",
1377 "COMPLETED",
1378 "FAILED",
1379 "CANCELLED",
1380 "CRASHED",
1381 "PAUSED",
1382 "CANCELLING"
Missing tests
1383
],
Missing tests
1384
"type": "string"
1385 },
1386 "TaskRunFilter": {
1387 "additionalProperties": false,
Missing negative tests
1388
"properties": {
1389 "expected_start_time": {
Missing tests
1390
"anyOf": [
1391 {
Missing tests
1392
"$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1393 },
1394 {
Missing tests
1395
"type": "null"
1396 }
Missing tests
1397
],
1398 },
1399 "flow_run_id": {
Missing tests
1400
"anyOf": [
1401 {
Missing tests
1402
"$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1403 },
1404 {
Missing tests
1405
"type": "null"
1406 }
Missing tests
1407
],
1408 },
1409 "id": {
Missing tests
1410
"anyOf": [
1411 {
Missing tests
1412
"$ref": "#/components/schemas/TaskRunFilterId"
1413 },
1414 {
Missing tests
1415
"type": "null"
1416 }
Missing tests
1417
],
1418 },
1419 "name": {
Missing negative tests
1420
"anyOf": [
1421 {
Missing negative tests
1422
"$ref": "#/components/schemas/TaskRunFilterName"
1423 },
1424 {
Missing positive tests
1425
"type": "null"
1426 }
Missing negative tests
1427
],
1428 },
1429 "operator": {
Missing tests
1430
"$ref": "#/components/schemas/Operator",
1431 },
1432 "start_time": {
Missing tests
1433
"anyOf": [
1434 {
Missing tests
1435
"$ref": "#/components/schemas/TaskRunFilterStartTime"
1436 },
1437 {
Missing tests
1438
"type": "null"
1439 }
Missing tests
1440
],
1441 },
1442 "state": {
Missing tests
1443
"anyOf": [
1444 {
Missing tests
1445
"$ref": "#/components/schemas/TaskRunFilterState"
1446 },
1447 {
Missing tests
1448
"type": "null"
1449 }
Missing tests
1450
],
1451 },
1452 "subflow_runs": {
Missing tests
1453
"anyOf": [
1454 {
Missing tests
1455
"$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1456 },
1457 {
Missing tests
1458
"type": "null"
1459 }
Missing tests
1460
],
1461 },
1462 "tags": {
Missing negative tests
1463
"anyOf": [
1464 {
Missing negative tests
1465
"$ref": "#/components/schemas/TaskRunFilterTags"
1466 },
1467 {
Missing positive tests
1468
"type": "null"
1469 }
Missing negative tests
1470
],
1471 }
Missing negative tests
1472
},
Missing negative tests
1473
"type": "object"
1474 },
1475 "TaskRunFilterExpectedStartTime": {
1476 "additionalProperties": false,
Missing tests
1477
"properties": {
1478 "after_": {
Missing tests
1479
"anyOf": [
1480 {
Missing tests
1481
"format": "date-time",
Missing tests
1482
"type": "string"
1483 },
1484 {
Missing tests
1485
"type": "null"
1486 }
Missing tests
1487
],
1488 },
1489 "before_": {
Missing tests
1490
"anyOf": [
1491 {
Missing tests
1492
"format": "date-time",
Missing tests
1493
"type": "string"
1494 },
1495 {
Missing tests
1496
"type": "null"
1497 }
Missing tests
1498
],
1499 }
Missing tests
1500
},
Missing tests
1501
"type": "object"
1502 },
1503 "TaskRunFilterFlowRunId": {
1504 "additionalProperties": false,
Missing tests
1505
"properties": {
1506 "any_": {
Missing tests
1507
"anyOf": [
1508 {
1509 "items": {
Missing tests
1510
"format": "uuid",
Missing tests
1511
"type": "string"
1512 },
Missing tests
1513
"type": "array"
1514 },
1515 {
Missing tests
1516
"type": "null"
1517 }
Missing tests
1518
],
1519 },
1520 "is_null_": {
Missing tests
1521
"anyOf": [
1522 {
Missing tests
1523
"type": "boolean"
1524 },
1525 {
Missing tests
1526
"type": "null"
1527 }
Missing tests
1528
],
1529 },
1530 "operator": {
Missing tests
1531
"$ref": "#/components/schemas/Operator",
1532 }
Missing tests
1533
},
Missing tests
1534
"type": "object"
1535 },
1536 "TaskRunFilterId": {
1537 "additionalProperties": false,
Missing tests
1538
"properties": {
1539 "any_": {
Missing tests
1540
"anyOf": [
1541 {
1542 "items": {
Missing tests
1543
"format": "uuid",
Missing tests
1544
"type": "string"
1545 },
Missing tests
1546
"type": "array"
1547 },
1548 {
Missing tests
1549
"type": "null"
1550 }
Missing tests
1551
],
1552 }
Missing tests
1553
},
Missing tests
1554
"type": "object"
1555 },
1556 "TaskRunFilterName": {
1557 "additionalProperties": false,
Missing negative tests
1558
"properties": {
1559 "any_": {
Missing negative tests
1560
"anyOf": [
1561 {
1562 "items": {
Missing negative tests
1563
"type": "string"
1564 },
Missing negative tests
1565
"type": "array"
1566 },
1567 {
Missing positive tests
1568
"type": "null"
1569 }
Missing negative tests
1570
],
1571 "examples": [
1572 [
1573 "my-task-run-1",
1574 "my-task-run-2"
1575 ]
1576 ],
1577 },
1578 "like_": {
Missing negative tests
1579
"anyOf": [
1580 {
Missing negative tests
1581
"type": "string"
1582 },
1583 {
Missing positive tests
1584
"type": "null"
1585 }
Missing negative tests
1586
],
1587 "examples": [
1588 "marvin"
1589 ],
1590 }
Missing negative tests
1591
},
Missing negative tests
1592
"type": "object"
1593 },
1594 "TaskRunFilterStartTime": {
1595 "additionalProperties": false,
Missing tests
1596
"properties": {
1597 "after_": {
Missing tests
1598
"anyOf": [
1599 {
Missing tests
1600
"format": "date-time",
Missing tests
1601
"type": "string"
1602 },
1603 {
Missing tests
1604
"type": "null"
1605 }
Missing tests
1606
],
1607 },
1608 "before_": {
Missing tests
1609
"anyOf": [
1610 {
Missing tests
1611
"format": "date-time",
Missing tests
1612
"type": "string"
1613 },
1614 {
Missing tests
1615
"type": "null"
1616 }
Missing tests
1617
],
1618 },
1619 "is_null_": {
Missing tests
1620
"anyOf": [
1621 {
Missing tests
1622
"type": "boolean"
1623 },
1624 {
Missing tests
1625
"type": "null"
1626 }
Missing tests
1627
],
1628 }
Missing tests
1629
},
Missing tests
1630
"type": "object"
1631 },
1632 "TaskRunFilterState": {
1633 "additionalProperties": false,
Missing tests
1634
"properties": {
1635 "name": {
Missing tests
1636
"anyOf": [
1637 {
Missing tests
1638
"$ref": "#/components/schemas/TaskRunFilterStateName"
1639 },
1640 {
Missing tests
1641
"type": "null"
1642 }
Missing tests
1643
],
1644 },
1645 "operator": {
Missing tests
1646
"$ref": "#/components/schemas/Operator",
1647 },
1648 "type": {
Missing tests
1649
"anyOf": [
1650 {
Missing tests
1651
"$ref": "#/components/schemas/TaskRunFilterStateType"
1652 },
1653 {
Missing tests
1654
"type": "null"
1655 }
Missing tests
1656
],
1657 }
Missing tests
1658
},
Missing tests
1659
"type": "object"
1660 },
1661 "TaskRunFilterStateName": {
1662 "additionalProperties": false,
Missing tests
1663
"properties": {
1664 "any_": {
Missing tests
1665
"anyOf": [
1666 {
1667 "items": {
Missing tests
1668
"type": "string"
1669 },
Missing tests
1670
"type": "array"
1671 },
1672 {
Missing tests
1673
"type": "null"
1674 }
Missing tests
1675
],
1676 }
Missing tests
1677
},
Missing tests
1678
"type": "object"
1679 },
1680 "TaskRunFilterStateType": {
1681 "additionalProperties": false,
Missing tests
1682
"properties": {
1683 "any_": {
Missing tests
1684
"anyOf": [
1685 {
1686 "items": {
Missing tests
1687
"$ref": "#/components/schemas/StateType"
1688 },
Missing tests
1689
"type": "array"
1690 },
1691 {
Missing tests
1692
"type": "null"
1693 }
Missing tests
1694
],
1695 }
Missing tests
1696
},
Missing tests
1697
"type": "object"
1698 },
1699 "TaskRunFilterSubFlowRuns": {
1700 "additionalProperties": false,
Missing tests
1701
"properties": {
1702 "exists_": {
Missing tests
1703
"anyOf": [
1704 {
Missing tests
1705
"type": "boolean"
1706 },
1707 {
Missing tests
1708
"type": "null"
1709 }
Missing tests
1710
],
1711 }
Missing tests
1712
},
Missing tests
1713
"type": "object"
1714 },
1715 "TaskRunFilterTags": {
1716 "additionalProperties": false,
Missing negative tests
1717
"properties": {
1718 "all_": {
Missing negative tests
1719
"anyOf": [
1720 {
1721 "items": {
Missing negative tests
1722
"type": "string"
1723 },
Missing negative tests
1724
"type": "array"
1725 },
1726 {
Missing positive tests
1727
"type": "null"
1728 }
Missing negative tests
1729
],
1730 "examples": [
1731 [
1732 "tag-1",
1733 "tag-2"
1734 ]
1735 ],
1736 },
1737 "is_null_": {
Missing tests
1738
"anyOf": [
1739 {
Missing tests
1740
"type": "boolean"
1741 },
1742 {
Missing tests
1743
"type": "null"
1744 }
Missing tests
1745
],
1746 },
1747 "operator": {
Missing tests
1748
"$ref": "#/components/schemas/Operator",
1749 }
Missing negative tests
1750
},
Missing negative tests
1751
"type": "object"
1752 }
1753 }
1754 }
1755}
Responses
seen average

200
Successful Response
5 5.20ms
422
Validation Error
2 1.97ms
default
Default
1 1.75ms
Examples
0 of 18 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json242 of 536 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_artifacts_artifacts_filter_post",
3 "components": {
4 "schemas": {
5 "ArtifactFilter": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "flow_run_id": {
Missing negative tests
9
"anyOf": [
10 {
11 "$ref": "#/components/schemas/ArtifactFilterFlowRunId"
12 },
13 {
14 "type": "null"
15 }
Missing negative tests
16
],
17 },
18 "id": {
Missing negative tests
19
"anyOf": [
20 {
21 "$ref": "#/components/schemas/ArtifactFilterId"
22 },
23 {
24 "type": "null"
25 }
Missing negative tests
26
],
27 },
28 "key": {
Missing negative tests
29
"anyOf": [
30 {
31 "$ref": "#/components/schemas/ArtifactFilterKey"
32 },
33 {
34 "type": "null"
35 }
Missing negative tests
36
],
37 },
38 "operator": {
Missing negative tests
39
"$ref": "#/components/schemas/Operator",
40 },
41 "task_run_id": {
Missing negative tests
42
"anyOf": [
43 {
44 "$ref": "#/components/schemas/ArtifactFilterTaskRunId"
45 },
46 {
47 "type": "null"
48 }
Missing negative tests
49
],
50 },
51 "type": {
Missing negative tests
52
"anyOf": [
53 {
54 "$ref": "#/components/schemas/ArtifactFilterType"
55 },
56 {
57 "type": "null"
58 }
Missing negative tests
59
],
60 }
Missing negative tests
61
},
Missing negative tests
62
"type": "object"
63 },
64 "ArtifactFilterFlowRunId": {
65 "additionalProperties": false,
Missing negative tests
66
"properties": {
67 "any_": {
Missing negative tests
68
"anyOf": [
69 {
70 "items": {
Missing negative tests
71
"format": "uuid",
Missing negative tests
72
"type": "string"
73 },
74 "type": "array"
75 },
76 {
77 "type": "null"
78 }
Missing negative tests
79
],
80 }
Missing negative tests
81
},
82 "type": "object"
83 },
84 "ArtifactFilterId": {
85 "additionalProperties": false,
Missing negative tests
86
"properties": {
87 "any_": {
Missing negative tests
88
"anyOf": [
89 {
90 "items": {
Missing negative tests
91
"format": "uuid",
Missing negative tests
92
"type": "string"
93 },
94 "type": "array"
95 },
96 {
97 "type": "null"
98 }
Missing negative tests
99
],
100 }
Missing negative tests
101
},
102 "type": "object"
103 },
104 "ArtifactFilterKey": {
105 "additionalProperties": false,
Missing negative tests
106
"properties": {
107 "any_": {
Missing negative tests
108
"anyOf": [
109 {
110 "items": {
Missing negative tests
111
"type": "string"
112 },
113 "type": "array"
114 },
115 {
116 "type": "null"
117 }
Missing negative tests
118
],
119 },
120 "exists_": {
Missing negative tests
121
"anyOf": [
122 {
123 "type": "boolean"
124 },
125 {
126 "type": "null"
127 }
Missing negative tests
128
],
129 },
130 "like_": {
Missing negative tests
131
"anyOf": [
132 {
133 "type": "string"
134 },
135 {
136 "type": "null"
137 }
Missing negative tests
138
],
139 "examples": [
140 "my-artifact-%"
141 ],
142 }
Missing negative tests
143
},
144 "type": "object"
145 },
146 "ArtifactFilterTaskRunId": {
147 "additionalProperties": false,
Missing negative tests
148
"properties": {
149 "any_": {
Missing negative tests
150
"anyOf": [
151 {
152 "items": {
Missing negative tests
153
"format": "uuid",
Missing negative tests
154
"type": "string"
155 },
156 "type": "array"
157 },
158 {
159 "type": "null"
160 }
Missing negative tests
161
],
162 }
Missing negative tests
163
},
164 "type": "object"
165 },
166 "ArtifactFilterType": {
167 "additionalProperties": false,
Missing negative tests
168
"properties": {
169 "any_": {
Missing negative tests
170
"anyOf": [
171 {
172 "items": {
Missing negative tests
173
"type": "string"
174 },
175 "type": "array"
176 },
177 {
178 "type": "null"
179 }
Missing negative tests
180
],
181 },
182 "not_any_": {
Missing negative tests
183
"anyOf": [
184 {
185 "items": {
Missing negative tests
186
"type": "string"
187 },
188 "type": "array"
189 },
190 {
191 "type": "null"
192 }
Missing negative tests
193
],
194 }
Missing negative tests
195
},
196 "type": "object"
197 },
198 "ArtifactSort": {
Missing negative tests
199
"enum": [
200 "CREATED_DESC",
201 "UPDATED_DESC",
202 "ID_DESC",
203 "KEY_DESC",
204 "KEY_ASC"
Missing negative tests
205
],
Missing negative tests
206
"type": "string"
207 },
208 "Body_read_artifacts_artifacts_filter_post": {
Missing negative tests
209
"properties": {
210 "artifacts": {
Missing negative tests
211
"$ref": "#/components/schemas/ArtifactFilter"
212 },
213 "deployments": {
Missing negative tests
214
"$ref": "#/components/schemas/DeploymentFilter"
215 },
216 "flow_runs": {
Missing negative tests
217
"$ref": "#/components/schemas/FlowRunFilter"
218 },
219 "flows": {
Missing negative tests
220
"$ref": "#/components/schemas/FlowFilter"
221 },
222 "limit": {
Missing negative tests
223
"type": "integer"
224 },
225 "offset": {
Missing negative tests
226
"minimum": 0.0,
Missing negative tests
227
"type": "integer"
228 },
229 "sort": {
Missing negative tests
230
"$ref": "#/components/schemas/ArtifactSort",
231 },
232 "task_runs": {
Missing negative tests
233
"$ref": "#/components/schemas/TaskRunFilter"
234 }
Missing negative tests
235
},
236 "type": "object"
237 },
238 "DeploymentFilter": {
239 "additionalProperties": false,
Missing negative tests
240
"properties": {
241 "concurrency_limit": {
Missing negative tests
242
"anyOf": [
243 {
244 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
245 },
246 {
247 "type": "null"
248 }
Missing negative tests
249
],
250 "deprecated": true,
251 },
252 "flow_or_deployment_name": {
Missing negative tests
253
"anyOf": [
254 {
255 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
256 },
257 {
258 "type": "null"
259 }
Missing negative tests
260
],
261 },
262 "id": {
Missing negative tests
263
"anyOf": [
264 {
265 "$ref": "#/components/schemas/DeploymentFilterId"
266 },
267 {
268 "type": "null"
269 }
Missing negative tests
270
],
271 },
272 "name": {
Missing negative tests
273
"anyOf": [
274 {
275 "$ref": "#/components/schemas/DeploymentFilterName"
276 },
277 {
278 "type": "null"
279 }
Missing negative tests
280
],
281 },
282 "operator": {
Missing negative tests
283
"$ref": "#/components/schemas/Operator",
284 },
285 "paused": {
Missing negative tests
286
"anyOf": [
287 {
288 "$ref": "#/components/schemas/DeploymentFilterPaused"
289 },
290 {
291 "type": "null"
292 }
Missing negative tests
293
],
294 },
295 "tags": {
Missing negative tests
296
"anyOf": [
297 {
298 "$ref": "#/components/schemas/DeploymentFilterTags"
299 },
300 {
301 "type": "null"
302 }
Missing negative tests
303
],
304 },
305 "work_queue_name": {
Missing negative tests
306
"anyOf": [
307 {
308 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
309 },
310 {
311 "type": "null"
312 }
Missing negative tests
313
],
314 }
Missing negative tests
315
},
Missing negative tests
316
"type": "object"
317 },
318 "DeploymentFilterConcurrencyLimit": {
319 "additionalProperties": false,
Missing negative tests
320
"properties": {
321 "ge_": {
Missing negative tests
322
"anyOf": [
323 {
324 "type": "integer"
325 },
326 {
327 "type": "null"
328 }
Missing negative tests
329
],
330 },
331 "is_null_": {
Missing negative tests
332
"anyOf": [
333 {
334 "type": "boolean"
335 },
336 {
337 "type": "null"
338 }
Missing negative tests
339
],
340 },
341 "le_": {
Missing negative tests
342
"anyOf": [
343 {
344 "type": "integer"
345 },
346 {
347 "type": "null"
348 }
Missing negative tests
349
],
350 }
Missing negative tests
351
},
352 "type": "object"
353 },
354 "DeploymentFilterId": {
355 "additionalProperties": false,
Missing negative tests
356
"properties": {
357 "any_": {
Missing negative tests
358
"anyOf": [
359 {
360 "items": {
Missing negative tests
361
"format": "uuid",
Missing negative tests
362
"type": "string"
363 },
364 "type": "array"
365 },
366 {
367 "type": "null"
368 }
Missing negative tests
369
],
370 },
371 "not_any_": {
Missing negative tests
372
"anyOf": [
373 {
374 "items": {
Missing tests
375
"format": "uuid",
Missing tests
376
"type": "string"
377 },
378 "type": "array"
379 },
380 {
381 "type": "null"
382 }
Missing negative tests
383
],
384 }
Missing negative tests
385
},
386 "type": "object"
387 },
388 "DeploymentFilterName": {
389 "additionalProperties": false,
Missing negative tests
390
"properties": {
391 "any_": {
Missing negative tests
392
"anyOf": [
393 {
394 "items": {
Missing negative tests
395
"type": "string"
396 },
397 "type": "array"
398 },
399 {
400 "type": "null"
401 }
Missing negative tests
402
],
403 "examples": [
404 [
405 "my-deployment-1",
406 "my-deployment-2"
407 ]
408 ],
409 },
410 "like_": {
Missing negative tests
411
"anyOf": [
412 {
413 "type": "string"
414 },
415 {
416 "type": "null"
417 }
Missing negative tests
418
],
419 "examples": [
420 "marvin"
421 ],
422 }
Missing negative tests
423
},
424 "type": "object"
425 },
426 "DeploymentFilterPaused": {
427 "additionalProperties": false,
Missing negative tests
428
"properties": {
429 "eq_": {
Missing negative tests
430
"anyOf": [
431 {
432 "type": "boolean"
433 },
434 {
435 "type": "null"
436 }
Missing negative tests
437
],
438 }
Missing negative tests
439
},
440 "type": "object"
441 },
442 "DeploymentFilterTags": {
443 "additionalProperties": false,
Missing negative tests
444
"properties": {
445 "all_": {
Missing negative tests
446
"anyOf": [
447 {
448 "items": {
Missing negative tests
449
"type": "string"
450 },
Missing negative tests
451
"type": "array"
452 },
453 {
Missing positive tests
454
"type": "null"
455 }
Missing negative tests
456
],
457 "examples": [
458 [
459 "tag-1",
460 "tag-2"
461 ]
462 ],
463 },
464 "any_": {
Missing negative tests
465
"anyOf": [
466 {
467 "items": {
Missing negative tests
468
"type": "string"
469 },
470 "type": "array"
471 },
472 {
473 "type": "null"
474 }
Missing negative tests
475
],
476 "examples": [
477 [
478 "tag-1",
479 "tag-2"
480 ]
481 ],
482 },
483 "is_null_": {
Missing negative tests
484
"anyOf": [
485 {
486 "type": "boolean"
487 },
488 {
489 "type": "null"
490 }
Missing negative tests
491
],
492 },
493 "operator": {
Missing negative tests
494
"$ref": "#/components/schemas/Operator",
495 }
Missing negative tests
496
},
497 "type": "object"
498 },
499 "DeploymentFilterWorkQueueName": {
500 "additionalProperties": false,
Missing negative tests
501
"properties": {
502 "any_": {
Missing negative tests
503
"anyOf": [
504 {
505 "items": {
Missing negative tests
506
"type": "string"
507 },
508 "type": "array"
509 },
510 {
511 "type": "null"
512 }
Missing negative tests
513
],
514 "examples": [
515 [
516 "work_queue_1",
517 "work_queue_2"
518 ]
519 ],
520 }
Missing negative tests
521
},
522 "type": "object"
523 },
524 "DeploymentOrFlowNameFilter": {
525 "additionalProperties": false,
Missing negative tests
526
"properties": {
527 "like_": {
Missing negative tests
528
"anyOf": [
529 {
530 "type": "string"
531 },
532 {
533 "type": "null"
534 }
Missing negative tests
535
],
536 }
Missing negative tests
537
},
538 "type": "object"
539 },
540 "FlowFilter": {
541 "additionalProperties": false,
Missing negative tests
542
"properties": {
543 "deployment": {
Missing negative tests
544
"anyOf": [
545 {
546 "$ref": "#/components/schemas/FlowFilterDeployment"
547 },
548 {
549 "type": "null"
550 }
Missing negative tests
551
],
552 },
553 "id": {
Missing negative tests
554
"anyOf": [
555 {
556 "$ref": "#/components/schemas/FlowFilterId"
557 },
558 {
559 "type": "null"
560 }
Missing negative tests
561
],
562 },
563 "name": {
Missing negative tests
564
"anyOf": [
565 {
566 "$ref": "#/components/schemas/FlowFilterName"
567 },
568 {
569 "type": "null"
570 }
Missing negative tests
571
],
572 },
573 "operator": {
Missing negative tests
574
"$ref": "#/components/schemas/Operator",
575 },
576 "tags": {
Missing negative tests
577
"anyOf": [
578 {
579 "$ref": "#/components/schemas/FlowFilterTags"
580 },
581 {
582 "type": "null"
583 }
Missing negative tests
584
],
585 }
Missing negative tests
586
},
Missing negative tests
587
"type": "object"
588 },
589 "FlowFilterDeployment": {
590 "additionalProperties": false,
Missing negative tests
591
"properties": {
592 "is_null_": {
Missing negative tests
593
"anyOf": [
594 {
595 "type": "boolean"
596 },
597 {
598 "type": "null"
599 }
Missing negative tests
600
],
601 },
602 "operator": {
Missing negative tests
603
"$ref": "#/components/schemas/Operator",
604 }
Missing negative tests
605
},
606 "type": "object"
607 },
608 "FlowFilterId": {
609 "additionalProperties": false,
Missing negative tests
610
"properties": {
611 "any_": {
Missing negative tests
612
"anyOf": [
613 {
614 "items": {
Missing negative tests
615
"format": "uuid",
Missing negative tests
616
"type": "string"
617 },
618 "type": "array"
619 },
620 {
621 "type": "null"
622 }
Missing negative tests
623
],
624 }
Missing negative tests
625
},
626 "type": "object"
627 },
628 "FlowFilterName": {
629 "additionalProperties": false,
Missing negative tests
630
"properties": {
631 "any_": {
Missing negative tests
632
"anyOf": [
633 {
634 "items": {
Missing negative tests
635
"type": "string"
636 },
637 "type": "array"
638 },
639 {
640 "type": "null"
641 }
Missing negative tests
642
],
643 "examples": [
644 [
645 "my-flow-1",
646 "my-flow-2"
647 ]
648 ],
649 },
650 "like_": {
Missing negative tests
651
"anyOf": [
652 {
653 "type": "string"
654 },
655 {
656 "type": "null"
657 }
Missing negative tests
658
],
659 "examples": [
660 "marvin"
661 ],
662 }
Missing negative tests
663
},
664 "type": "object"
665 },
666 "FlowFilterTags": {
667 "additionalProperties": false,
Missing negative tests
668
"properties": {
669 "all_": {
Missing negative tests
670
"anyOf": [
671 {
672 "items": {
Missing negative tests
673
"type": "string"
674 },
675 "type": "array"
676 },
677 {
678 "type": "null"
679 }
Missing negative tests
680
],
681 "examples": [
682 [
683 "tag-1",
684 "tag-2"
685 ]
686 ],
687 },
688 "is_null_": {
Missing negative tests
689
"anyOf": [
690 {
691 "type": "boolean"
692 },
693 {
694 "type": "null"
695 }
Missing negative tests
696
],
697 },
698 "operator": {
Missing negative tests
699
"$ref": "#/components/schemas/Operator",
700 }
Missing negative tests
701
},
702 "type": "object"
703 },
704 "FlowRunFilter": {
705 "additionalProperties": false,
Missing negative tests
706
"properties": {
707 "deployment_id": {
Missing negative tests
708
"anyOf": [
709 {
710 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
711 },
712 {
713 "type": "null"
714 }
Missing negative tests
715
],
716 },
717 "end_time": {
Missing negative tests
718
"anyOf": [
719 {
720 "$ref": "#/components/schemas/FlowRunFilterEndTime"
721 },
722 {
723 "type": "null"
724 }
Missing negative tests
725
],
726 },
727 "expected_start_time": {
Missing negative tests
728
"anyOf": [
729 {
730 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
731 },
732 {
733 "type": "null"
734 }
Missing negative tests
735
],
736 },
737 "flow_version": {
Missing negative tests
738
"anyOf": [
739 {
740 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
741 },
742 {
743 "type": "null"
744 }
Missing negative tests
745
],
746 },
747 "id": {
Missing negative tests
748
"anyOf": [
749 {
750 "$ref": "#/components/schemas/FlowRunFilterId"
751 },
752 {
753 "type": "null"
754 }
Missing negative tests
755
],
756 },
757 "idempotency_key": {
Missing negative tests
758
"anyOf": [
759 {
760 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
761 },
762 {
763 "type": "null"
764 }
Missing negative tests
765
],
766 },
767 "name": {
Missing negative tests
768
"anyOf": [
769 {
770 "$ref": "#/components/schemas/FlowRunFilterName"
771 },
772 {
773 "type": "null"
774 }
Missing negative tests
775
],
776 },
777 "next_scheduled_start_time": {
Missing negative tests
778
"anyOf": [
779 {
780 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
781 },
782 {
783 "type": "null"
784 }
Missing negative tests
785
],
786 },
787 "operator": {
Missing negative tests
788
"$ref": "#/components/schemas/Operator",
789 },
790 "parent_flow_run_id": {
Missing negative tests
791
"anyOf": [
792 {
793 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
794 },
795 {
796 "type": "null"
797 }
Missing negative tests
798
],
799 },
800 "parent_task_run_id": {
Missing negative tests
801
"anyOf": [
802 {
803 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
804 },
805 {
806 "type": "null"
807 }
Missing negative tests
808
],
809 },
810 "start_time": {
Missing negative tests
811
"anyOf": [
812 {
813 "$ref": "#/components/schemas/FlowRunFilterStartTime"
814 },
815 {
816 "type": "null"
817 }
Missing negative tests
818
],
819 },
820 "state": {
Missing negative tests
821
"anyOf": [
822 {
823 "$ref": "#/components/schemas/FlowRunFilterState"
824 },
825 {
826 "type": "null"
827 }
Missing negative tests
828
],
829 },
830 "tags": {
Missing negative tests
831
"anyOf": [
832 {
833 "$ref": "#/components/schemas/FlowRunFilterTags"
834 },
835 {
836 "type": "null"
837 }
Missing negative tests
838
],
839 },
840 "work_queue_name": {
Missing negative tests
841
"anyOf": [
842 {
843 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
844 },
845 {
846 "type": "null"
847 }
Missing negative tests
848
],
849 }
Missing negative tests
850
},
Missing negative tests
851
"type": "object"
852 },
853 "FlowRunFilterDeploymentId": {
854 "additionalProperties": false,
Missing negative tests
855
"properties": {
856 "any_": {
Missing negative tests
857
"anyOf": [
858 {
859 "items": {
Missing negative tests
860
"format": "uuid",
Missing negative tests
861
"type": "string"
862 },
863 "type": "array"
864 },
865 {
866 "type": "null"
867 }
Missing negative tests
868
],
869 },
870 "is_null_": {
Missing negative tests
871
"anyOf": [
872 {
Missing positive tests
873
"type": "boolean"
874 },
875 {
Missing negative tests
876
"type": "null"
877 }
Missing negative tests
878
],
879 },
880 "operator": {
Missing negative tests
881
"$ref": "#/components/schemas/Operator",
882 }
Missing negative tests
883
},
884 "type": "object"
885 },
886 "FlowRunFilterEndTime": {
887 "additionalProperties": false,
Missing negative tests
888
"properties": {
889 "after_": {
Missing negative tests
890
"anyOf": [
891 {
Missing negative tests
892
"format": "date-time",
893 "type": "string"
894 },
895 {
896 "type": "null"
897 }
Missing negative tests
898
],
899 },
900 "before_": {
Missing negative tests
901
"anyOf": [
902 {
Missing negative tests
903
"format": "date-time",
904 "type": "string"
905 },
906 {
907 "type": "null"
908 }
Missing negative tests
909
],
910 },
911 "is_null_": {
Missing negative tests
912
"anyOf": [
913 {
914 "type": "boolean"
915 },
916 {
917 "type": "null"
918 }
Missing negative tests
919
],
920 }
Missing negative tests
921
},
922 "type": "object"
923 },
924 "FlowRunFilterExpectedStartTime": {
925 "additionalProperties": false,
Missing negative tests
926
"properties": {
927 "after_": {
Missing negative tests
928
"anyOf": [
929 {
Missing negative tests
930
"format": "date-time",
Missing negative tests
931
"type": "string"
932 },
933 {
Missing positive tests
934
"type": "null"
935 }
Missing negative tests
936
],
937 },
938 "before_": {
Missing negative tests
939
"anyOf": [
940 {
Missing negative tests
941
"format": "date-time",
942 "type": "string"
943 },
944 {
945 "type": "null"
946 }
Missing negative tests
947
],
948 }
Missing negative tests
949
},
950 "type": "object"
951 },
952 "FlowRunFilterFlowVersion": {
953 "additionalProperties": false,
Missing negative tests
954
"properties": {
955 "any_": {
Missing negative tests
956
"anyOf": [
957 {
958 "items": {
Missing negative tests
959
"type": "string"
960 },
961 "type": "array"
962 },
963 {
964 "type": "null"
965 }
Missing negative tests
966
],
967 }
Missing negative tests
968
},
969 "type": "object"
970 },
971 "FlowRunFilterId": {
972 "additionalProperties": false,
Missing negative tests
973
"properties": {
974 "any_": {
Missing negative tests
975
"anyOf": [
976 {
977 "items": {
Missing negative tests
978
"format": "uuid",
Missing negative tests
979
"type": "string"
980 },
981 "type": "array"
982 },
983 {
984 "type": "null"
985 }
Missing negative tests
986
],
987 },
988 "not_any_": {
Missing negative tests
989
"anyOf": [
990 {
991 "items": {
Missing negative tests
992
"format": "uuid",
Missing negative tests
993
"type": "string"
994 },
995 "type": "array"
996 },
997 {
998 "type": "null"
999 }
Missing negative tests
1000
],
1001 }
Missing negative tests
1002
},
1003 "type": "object"
1004 },
1005 "FlowRunFilterIdempotencyKey": {
1006 "additionalProperties": false,
Missing negative tests
1007
"properties": {
1008 "any_": {
Missing negative tests
1009
"anyOf": [
1010 {
1011 "items": {
Missing negative tests
1012
"type": "string"
1013 },
1014 "type": "array"
1015 },
1016 {
1017 "type": "null"
1018 }
Missing negative tests
1019
],
1020 },
1021 "not_any_": {
Missing negative tests
1022
"anyOf": [
1023 {
1024 "items": {
Missing negative tests
1025
"type": "string"
1026 },
1027 "type": "array"
1028 },
1029 {
1030 "type": "null"
1031 }
Missing negative tests
1032
],
1033 }
Missing negative tests
1034
},
1035 "type": "object"
1036 },
1037 "FlowRunFilterName": {
1038 "additionalProperties": false,
Missing negative tests
1039
"properties": {
1040 "any_": {
Missing negative tests
1041
"anyOf": [
1042 {
1043 "items": {
Missing negative tests
1044
"type": "string"
1045 },
Missing negative tests
1046
"type": "array"
1047 },
1048 {
Missing positive tests
1049
"type": "null"
1050 }
Missing negative tests
1051
],
1052 "examples": [
1053 [
1054 "my-flow-run-1",
1055 "my-flow-run-2"
1056 ]
1057 ],
1058 },
1059 "like_": {
Missing negative tests
1060
"anyOf": [
1061 {
Missing negative tests
1062
"type": "string"
1063 },
1064 {
Missing positive tests
1065
"type": "null"
1066 }
Missing negative tests
1067
],
1068 "examples": [
1069 "marvin"
1070 ],
1071 }
Missing negative tests
1072
},
1073 "type": "object"
1074 },
1075 "FlowRunFilterNextScheduledStartTime": {
1076 "additionalProperties": false,
Missing negative tests
1077
"properties": {
1078 "after_": {
Missing negative tests
1079
"anyOf": [
1080 {
Missing negative tests
1081
"format": "date-time",
1082 "type": "string"
1083 },
1084 {
1085 "type": "null"
1086 }
Missing negative tests
1087
],
1088 },
1089 "before_": {
Missing negative tests
1090
"anyOf": [
1091 {
Missing negative tests
1092
"format": "date-time",
1093 "type": "string"
1094 },
1095 {
1096 "type": "null"
1097 }
Missing negative tests
1098
],
1099 }
Missing negative tests
1100
},
1101 "type": "object"
1102 },
1103 "FlowRunFilterParentFlowRunId": {
1104 "additionalProperties": false,
Missing negative tests
1105
"properties": {
1106 "any_": {
Missing negative tests
1107
"anyOf": [
1108 {
1109 "items": {
Missing negative tests
1110
"format": "uuid",
Missing negative tests
1111
"type": "string"
1112 },
1113 "type": "array"
1114 },
1115 {
1116 "type": "null"
1117 }
Missing negative tests
1118
],
1119 },
1120 "operator": {
Missing negative tests
1121
"$ref": "#/components/schemas/Operator",
1122 }
Missing negative tests
1123
},
1124 "type": "object"
1125 },
1126 "FlowRunFilterParentTaskRunId": {
1127 "additionalProperties": false,
Missing negative tests
1128
"properties": {
1129 "any_": {
Missing negative tests
1130
"anyOf": [
1131 {
1132 "items": {
Missing negative tests
1133
"format": "uuid",
Missing negative tests
1134
"type": "string"
1135 },
1136 "type": "array"
1137 },
1138 {
1139 "type": "null"
1140 }
Missing negative tests
1141
],
1142 },
1143 "is_null_": {
Missing negative tests
1144
"anyOf": [
1145 {
1146 "type": "boolean"
1147 },
1148 {
1149 "type": "null"
1150 }
Missing negative tests
1151
],
1152 },
1153 "operator": {
Missing negative tests
1154
"$ref": "#/components/schemas/Operator",
1155 }
Missing negative tests
1156
},
1157 "type": "object"
1158 },
1159 "FlowRunFilterStartTime": {
1160 "additionalProperties": false,
Missing negative tests
1161
"properties": {
1162 "after_": {
Missing negative tests
1163
"anyOf": [
1164 {
Missing negative tests
1165
"format": "date-time",
1166 "type": "string"
1167 },
1168 {
1169 "type": "null"
1170 }
Missing negative tests
1171
],
1172 },
1173 "before_": {
Missing negative tests
1174
"anyOf": [
1175 {
Missing negative tests
1176
"format": "date-time",
1177 "type": "string"
1178 },
1179 {
1180 "type": "null"
1181 }
Missing negative tests
1182
],
1183 },
1184 "is_null_": {
Missing negative tests
1185
"anyOf": [
1186 {
1187 "type": "boolean"
1188 },
1189 {
1190 "type": "null"
1191 }
Missing negative tests
1192
],
1193 }
Missing negative tests
1194
},
1195 "type": "object"
1196 },
1197 "FlowRunFilterState": {
1198 "additionalProperties": false,
Missing negative tests
1199
"properties": {
1200 "name": {
Missing negative tests
1201
"anyOf": [
1202 {
Missing positive tests
1203
"$ref": "#/components/schemas/FlowRunFilterStateName"
1204 },
1205 {
Missing negative tests
1206
"type": "null"
1207 }
Missing negative tests
1208
],
1209 },
1210 "operator": {
Missing negative tests
1211
"$ref": "#/components/schemas/Operator",
1212 },
1213 "type": {
Missing negative tests
1214
"anyOf": [
1215 {
Missing positive tests
1216
"$ref": "#/components/schemas/FlowRunFilterStateType"
1217 },
1218 {
Missing negative tests
1219
"type": "null"
1220 }
Missing negative tests
1221
],
1222 }
Missing negative tests
1223
},
1224 "type": "object"
1225 },
1226 "FlowRunFilterStateName": {
1227 "additionalProperties": false,
Missing tests
1228
"properties": {
1229 "any_": {
Missing tests
1230
"anyOf": [
1231 {
1232 "items": {
Missing tests
1233
"type": "string"
1234 },
Missing tests
1235
"type": "array"
1236 },
1237 {
Missing tests
1238
"type": "null"
1239 }
Missing tests
1240
],
1241 },
1242 "not_any_": {
Missing tests
1243
"anyOf": [
1244 {
1245 "items": {
Missing tests
1246
"type": "string"
1247 },
Missing tests
1248
"type": "array"
1249 },
1250 {
Missing tests
1251
"type": "null"
1252 }
Missing tests
1253
],
1254 }
Missing tests
1255
},
Missing positive tests
1256
"type": "object"
1257 },
1258 "FlowRunFilterStateType": {
1259 "additionalProperties": false,
Missing tests
1260
"properties": {
1261 "any_": {
Missing tests
1262
"anyOf": [
1263 {
1264 "items": {
Missing tests
1265
"$ref": "#/components/schemas/StateType"
1266 },
Missing tests
1267
"type": "array"
1268 },
1269 {
Missing tests
1270
"type": "null"
1271 }
Missing tests
1272
],
1273 },
1274 "not_any_": {
Missing tests
1275
"anyOf": [
1276 {
1277 "items": {
Missing tests
1278
"$ref": "#/components/schemas/StateType"
1279 },
Missing tests
1280
"type": "array"
1281 },
1282 {
Missing tests
1283
"type": "null"
1284 }
Missing tests
1285
],
1286 }
Missing tests
1287
},
Missing positive tests
1288
"type": "object"
1289 },
1290 "FlowRunFilterTags": {
1291 "additionalProperties": false,
Missing negative tests
1292
"properties": {
1293 "all_": {
Missing negative tests
1294
"anyOf": [
1295 {
1296 "items": {
Missing negative tests
1297
"type": "string"
1298 },
1299 "type": "array"
1300 },
1301 {
1302 "type": "null"
1303 }
Missing negative tests
1304
],
1305 "examples": [
1306 [
1307 "tag-1",
1308 "tag-2"
1309 ]
1310 ],
1311 },
1312 "any_": {
Missing negative tests
1313
"anyOf": [
1314 {
1315 "items": {
Missing negative tests
1316
"type": "string"
1317 },
1318 "type": "array"
1319 },
1320 {
1321 "type": "null"
1322 }
Missing negative tests
1323
],
1324 "examples": [
1325 [
1326 "tag-1",
1327 "tag-2"
1328 ]
1329 ],
1330 },
1331 "is_null_": {
Missing negative tests
1332
"anyOf": [
1333 {
1334 "type": "boolean"
1335 },
1336 {
1337 "type": "null"
1338 }
Missing negative tests
1339
],
1340 },
1341 "operator": {
Missing negative tests
1342
"$ref": "#/components/schemas/Operator",
1343 }
Missing negative tests
1344
},
1345 "type": "object"
1346 },
1347 "FlowRunFilterWorkQueueName": {
1348 "additionalProperties": false,
Missing negative tests
1349
"properties": {
1350 "any_": {
Missing negative tests
1351
"anyOf": [
1352 {
1353 "items": {
Missing negative tests
1354
"type": "string"
1355 },
1356 "type": "array"
1357 },
1358 {
1359 "type": "null"
1360 }
Missing negative tests
1361
],
1362 "examples": [
1363 [
1364 "work_queue_1",
1365 "work_queue_2"
1366 ]
1367 ],
1368 },
1369 "is_null_": {
Missing negative tests
1370
"anyOf": [
1371 {
1372 "type": "boolean"
1373 },
1374 {
1375 "type": "null"
1376 }
Missing negative tests
1377
],
1378 },
1379 "operator": {
Missing negative tests
1380
"$ref": "#/components/schemas/Operator",
1381 }
Missing negative tests
1382
},
1383 "type": "object"
1384 },
1385 "Operator": {
Missing negative tests
1386
"enum": [
1387 "and_",
1388 "or_"
Missing negative tests
1389
],
Missing negative tests
1390
"type": "string"
1391 },
1392 "StateType": {
Missing negative tests
1393
"enum": [
1394 "SCHEDULED",
1395 "PENDING",
1396 "RUNNING",
1397 "COMPLETED",
1398 "FAILED",
1399 "CANCELLED",
1400 "CRASHED",
1401 "PAUSED",
1402 "CANCELLING"
Missing negative tests
1403
],
Missing negative tests
1404
"type": "string"
1405 },
1406 "TaskRunFilter": {
1407 "additionalProperties": false,
Missing negative tests
1408
"properties": {
1409 "expected_start_time": {
Missing negative tests
1410
"anyOf": [
1411 {
1412 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1413 },
1414 {
1415 "type": "null"
1416 }
Missing negative tests
1417
],
1418 },
1419 "flow_run_id": {
Missing negative tests
1420
"anyOf": [
1421 {
1422 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1423 },
1424 {
1425 "type": "null"
1426 }
Missing negative tests
1427
],
1428 },
1429 "id": {
Missing negative tests
1430
"anyOf": [
1431 {
1432 "$ref": "#/components/schemas/TaskRunFilterId"
1433 },
1434 {
1435 "type": "null"
1436 }
Missing negative tests
1437
],
1438 },
1439 "name": {
Missing negative tests
1440
"anyOf": [
1441 {
1442 "$ref": "#/components/schemas/TaskRunFilterName"
1443 },
1444 {
1445 "type": "null"
1446 }
Missing negative tests
1447
],
1448 },
1449 "operator": {
Missing negative tests
1450
"$ref": "#/components/schemas/Operator",
1451 },
1452 "start_time": {
Missing negative tests
1453
"anyOf": [
1454 {
1455 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1456 },
1457 {
1458 "type": "null"
1459 }
Missing negative tests
1460
],
1461 },
1462 "state": {
Missing negative tests
1463
"anyOf": [
1464 {
1465 "$ref": "#/components/schemas/TaskRunFilterState"
1466 },
1467 {
1468 "type": "null"
1469 }
Missing negative tests
1470
],
1471 },
1472 "subflow_runs": {
Missing negative tests
1473
"anyOf": [
1474 {
1475 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1476 },
1477 {
1478 "type": "null"
1479 }
Missing negative tests
1480
],
1481 },
1482 "tags": {
Missing negative tests
1483
"anyOf": [
1484 {
1485 "$ref": "#/components/schemas/TaskRunFilterTags"
1486 },
1487 {
1488 "type": "null"
1489 }
Missing negative tests
1490
],
1491 }
Missing negative tests
1492
},
Missing negative tests
1493
"type": "object"
1494 },
1495 "TaskRunFilterExpectedStartTime": {
1496 "additionalProperties": false,
Missing negative tests
1497
"properties": {
1498 "after_": {
Missing negative tests
1499
"anyOf": [
1500 {
Missing negative tests
1501
"format": "date-time",
1502 "type": "string"
1503 },
1504 {
1505 "type": "null"
1506 }
Missing negative tests
1507
],
1508 },
1509 "before_": {
Missing negative tests
1510
"anyOf": [
1511 {
Missing negative tests
1512
"format": "date-time",
1513 "type": "string"
1514 },
1515 {
1516 "type": "null"
1517 }
Missing negative tests
1518
],
1519 }
Missing negative tests
1520
},
1521 "type": "object"
1522 },
1523 "TaskRunFilterFlowRunId": {
1524 "additionalProperties": false,
Missing negative tests
1525
"properties": {
1526 "any_": {
Missing negative tests
1527
"anyOf": [
1528 {
1529 "items": {
Missing negative tests
1530
"format": "uuid",
Missing negative tests
1531
"type": "string"
1532 },
1533 "type": "array"
1534 },
1535 {
1536 "type": "null"
1537 }
Missing negative tests
1538
],
1539 },
1540 "is_null_": {
Missing negative tests
1541
"anyOf": [
1542 {
1543 "type": "boolean"
1544 },
1545 {
1546 "type": "null"
1547 }
Missing negative tests
1548
],
1549 },
1550 "operator": {
Missing negative tests
1551
"$ref": "#/components/schemas/Operator",
1552 }
Missing negative tests
1553
},
1554 "type": "object"
1555 },
1556 "TaskRunFilterId": {
1557 "additionalProperties": false,
Missing negative tests
1558
"properties": {
1559 "any_": {
Missing negative tests
1560
"anyOf": [
1561 {
1562 "items": {
Missing negative tests
1563
"format": "uuid",
Missing negative tests
1564
"type": "string"
1565 },
1566 "type": "array"
1567 },
1568 {
1569 "type": "null"
1570 }
Missing negative tests
1571
],
1572 }
Missing negative tests
1573
},
1574 "type": "object"
1575 },
1576 "TaskRunFilterName": {
1577 "additionalProperties": false,
Missing negative tests
1578
"properties": {
1579 "any_": {
Missing negative tests
1580
"anyOf": [
1581 {
1582 "items": {
Missing negative tests
1583
"type": "string"
1584 },
1585 "type": "array"
1586 },
1587 {
1588 "type": "null"
1589 }
Missing negative tests
1590
],
1591 "examples": [
1592 [
1593 "my-task-run-1",
1594 "my-task-run-2"
1595 ]
1596 ],
1597 },
1598 "like_": {
Missing negative tests
1599
"anyOf": [
1600 {
1601 "type": "string"
1602 },
1603 {
1604 "type": "null"
1605 }
Missing negative tests
1606
],
1607 "examples": [
1608 "marvin"
1609 ],
1610 }
Missing negative tests
1611
},
1612 "type": "object"
1613 },
1614 "TaskRunFilterStartTime": {
1615 "additionalProperties": false,
Missing negative tests
1616
"properties": {
1617 "after_": {
Missing negative tests
1618
"anyOf": [
1619 {
Missing tests
1620
"format": "date-time",
Missing positive tests
1621
"type": "string"
1622 },
1623 {
Missing negative tests
1624
"type": "null"
1625 }
Missing negative tests
1626
],
1627 },
1628 "before_": {
Missing negative tests
1629
"anyOf": [
1630 {
Missing negative tests
1631
"format": "date-time",
1632 "type": "string"
1633 },
1634 {
1635 "type": "null"
1636 }
Missing negative tests
1637
],
1638 },
1639 "is_null_": {
Missing negative tests
1640
"anyOf": [
1641 {
1642 "type": "boolean"
1643 },
1644 {
1645 "type": "null"
1646 }
Missing negative tests
1647
],
1648 }
Missing negative tests
1649
},
1650 "type": "object"
1651 },
1652 "TaskRunFilterState": {
1653 "additionalProperties": false,
Missing negative tests
1654
"properties": {
1655 "name": {
Missing negative tests
1656
"anyOf": [
1657 {
1658 "$ref": "#/components/schemas/TaskRunFilterStateName"
1659 },
1660 {
1661 "type": "null"
1662 }
Missing negative tests
1663
],
1664 },
1665 "operator": {
Missing negative tests
1666
"$ref": "#/components/schemas/Operator",
1667 },
1668 "type": {
Missing negative tests
1669
"anyOf": [
1670 {
1671 "$ref": "#/components/schemas/TaskRunFilterStateType"
1672 },
1673 {
1674 "type": "null"
1675 }
Missing negative tests
1676
],
1677 }
Missing negative tests
1678
},
1679 "type": "object"
1680 },
1681 "TaskRunFilterStateName": {
1682 "additionalProperties": false,
Missing negative tests
1683
"properties": {
1684 "any_": {
Missing negative tests
1685
"anyOf": [
1686 {
1687 "items": {
Missing tests
1688
"type": "string"
1689 },
Missing negative tests
1690
"type": "array"
1691 },
1692 {
Missing positive tests
1693
"type": "null"
1694 }
Missing negative tests
1695
],
1696 }
Missing negative tests
1697
},
1698 "type": "object"
1699 },
1700 "TaskRunFilterStateType": {
1701 "additionalProperties": false,
Missing negative tests
1702
"properties": {
1703 "any_": {
Missing negative tests
1704
"anyOf": [
1705 {
1706 "items": {
Missing negative tests
1707
"$ref": "#/components/schemas/StateType"
1708 },
Missing negative tests
1709
"type": "array"
1710 },
1711 {
Missing positive tests
1712
"type": "null"
1713 }
Missing negative tests
1714
],
1715 }
Missing negative tests
1716
},
1717 "type": "object"
1718 },
1719 "TaskRunFilterSubFlowRuns": {
1720 "additionalProperties": false,
Missing negative tests
1721
"properties": {
1722 "exists_": {
Missing negative tests
1723
"anyOf": [
1724 {
1725 "type": "boolean"
1726 },
1727 {
1728 "type": "null"
1729 }
Missing negative tests
1730
],
1731 }
Missing negative tests
1732
},
1733 "type": "object"
1734 },
1735 "TaskRunFilterTags": {
1736 "additionalProperties": false,
Missing negative tests
1737
"properties": {
1738 "all_": {
Missing negative tests
1739
"anyOf": [
1740 {
1741 "items": {
Missing negative tests
1742
"type": "string"
1743 },
1744 "type": "array"
1745 },
1746 {
1747 "type": "null"
1748 }
Missing negative tests
1749
],
1750 "examples": [
1751 [
1752 "tag-1",
1753 "tag-2"
1754 ]
1755 ],
1756 },
1757 "is_null_": {
Missing negative tests
1758
"anyOf": [
1759 {
Missing positive tests
1760
"type": "boolean"
1761 },
1762 {
Missing negative tests
1763
"type": "null"
1764 }
Missing negative tests
1765
],
1766 },
1767 "operator": {
Missing negative tests
1768
"$ref": "#/components/schemas/Operator",
1769 }
Missing negative tests
1770
},
1771 "type": "object"
1772 }
1773 }
1774 }
1775}
Responses
seen average

200
Successful Response
198 7.30ms
422
Validation Error
35 1.67ms
default
Default
70 1.91ms
Examples
18 of 20 covered

Body: application/json
operator.default
 
"and_"
 
offset.default
 
0
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
sort.default
 
"ID_DESC"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 530 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_latest_artifacts_artifacts_latest_count_post",
3 "components": {
4 "schemas": {
5 "ArtifactCollectionFilter": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "flow_run_id": {
Missing tests
9
"anyOf": [
10 {
Missing tests
11
"$ref": "#/components/schemas/ArtifactCollectionFilterFlowRunId"
12 },
13 {
Missing tests
14
"type": "null"
15 }
Missing tests
16
],
17 },
18 "key": {
Missing negative tests
19
"anyOf": [
20 {
Missing negative tests
21
"$ref": "#/components/schemas/ArtifactCollectionFilterKey"
22 },
23 {
Missing positive tests
24
"type": "null"
25 }
Missing negative tests
26
],
27 },
28 "latest_id": {
Missing tests
29
"anyOf": [
30 {
Missing tests
31
"$ref": "#/components/schemas/ArtifactCollectionFilterLatestId"
32 },
33 {
Missing tests
34
"type": "null"
35 }
Missing tests
36
],
37 },
38 "operator": {
Missing tests
39
"$ref": "#/components/schemas/Operator",
40 },
41 "task_run_id": {
Missing tests
42
"anyOf": [
43 {
Missing tests
44
"$ref": "#/components/schemas/ArtifactCollectionFilterTaskRunId"
45 },
46 {
Missing tests
47
"type": "null"
48 }
Missing tests
49
],
50 },
51 "type": {
Missing tests
52
"anyOf": [
53 {
Missing tests
54
"$ref": "#/components/schemas/ArtifactCollectionFilterType"
55 },
56 {
Missing tests
57
"type": "null"
58 }
Missing tests
59
],
60 }
Missing negative tests
61
},
Missing negative tests
62
"type": "object"
63 },
64 "ArtifactCollectionFilterFlowRunId": {
65 "additionalProperties": false,
Missing tests
66
"properties": {
67 "any_": {
Missing tests
68
"anyOf": [
69 {
70 "items": {
Missing tests
71
"format": "uuid",
Missing tests
72
"type": "string"
73 },
Missing tests
74
"type": "array"
75 },
76 {
Missing tests
77
"type": "null"
78 }
Missing tests
79
],
80 }
Missing tests
81
},
Missing tests
82
"type": "object"
83 },
84 "ArtifactCollectionFilterKey": {
85 "additionalProperties": false,
Missing negative tests
86
"properties": {
87 "any_": {
Missing tests
88
"anyOf": [
89 {
90 "items": {
Missing tests
91
"type": "string"
92 },
Missing tests
93
"type": "array"
94 },
95 {
Missing tests
96
"type": "null"
97 }
Missing tests
98
],
99 },
100 "exists_": {
Missing tests
101
"anyOf": [
102 {
Missing tests
103
"type": "boolean"
104 },
105 {
Missing tests
106
"type": "null"
107 }
Missing tests
108
],
109 },
110 "like_": {
Missing negative tests
111
"anyOf": [
112 {
Missing negative tests
113
"type": "string"
114 },
115 {
Missing positive tests
116
"type": "null"
117 }
Missing negative tests
118
],
119 "examples": [
120 "my-artifact-%"
121 ],
122 }
Missing negative tests
123
},
Missing negative tests
124
"type": "object"
125 },
126 "ArtifactCollectionFilterLatestId": {
127 "additionalProperties": false,
Missing tests
128
"properties": {
129 "any_": {
Missing tests
130
"anyOf": [
131 {
132 "items": {
Missing tests
133
"format": "uuid",
Missing tests
134
"type": "string"
135 },
Missing tests
136
"type": "array"
137 },
138 {
Missing tests
139
"type": "null"
140 }
Missing tests
141
],
142 }
Missing tests
143
},
Missing tests
144
"type": "object"
145 },
146 "ArtifactCollectionFilterTaskRunId": {
147 "additionalProperties": false,
Missing tests
148
"properties": {
149 "any_": {
Missing tests
150
"anyOf": [
151 {
152 "items": {
Missing tests
153
"format": "uuid",
Missing tests
154
"type": "string"
155 },
Missing tests
156
"type": "array"
157 },
158 {
Missing tests
159
"type": "null"
160 }
Missing tests
161
],
162 }
Missing tests
163
},
Missing tests
164
"type": "object"
165 },
166 "ArtifactCollectionFilterType": {
167 "additionalProperties": false,
Missing tests
168
"properties": {
169 "any_": {
Missing tests
170
"anyOf": [
171 {
172 "items": {
Missing tests
173
"type": "string"
174 },
Missing tests
175
"type": "array"
176 },
177 {
Missing tests
178
"type": "null"
179 }
Missing tests
180
],
181 },
182 "not_any_": {
Missing tests
183
"anyOf": [
184 {
185 "items": {
Missing tests
186
"type": "string"
187 },
Missing tests
188
"type": "array"
189 },
190 {
Missing tests
191
"type": "null"
192 }
Missing tests
193
],
194 }
Missing tests
195
},
Missing tests
196
"type": "object"
197 },
198 "Body_count_latest_artifacts_artifacts_latest_count_post": {
Missing negative tests
199
"properties": {
200 "artifacts": {
Missing negative tests
201
"$ref": "#/components/schemas/ArtifactCollectionFilter"
202 },
203 "deployments": {
Missing negative tests
204
"$ref": "#/components/schemas/DeploymentFilter"
205 },
206 "flow_runs": {
Missing negative tests
207
"$ref": "#/components/schemas/FlowRunFilter"
208 },
209 "flows": {
Missing negative tests
210
"$ref": "#/components/schemas/FlowFilter"
211 },
212 "task_runs": {
Missing negative tests
213
"$ref": "#/components/schemas/TaskRunFilter"
214 }
Missing negative tests
215
},
216 "type": "object"
217 },
218 "DeploymentFilter": {
219 "additionalProperties": false,
Missing negative tests
220
"properties": {
221 "concurrency_limit": {
Missing tests
222
"anyOf": [
223 {
Missing tests
224
"$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
225 },
226 {
Missing tests
227
"type": "null"
228 }
Missing tests
229
],
230 "deprecated": true,
231 },
232 "flow_or_deployment_name": {
Missing tests
233
"anyOf": [
234 {
Missing tests
235
"$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
236 },
237 {
Missing tests
238
"type": "null"
239 }
Missing tests
240
],
241 },
242 "id": {
Missing tests
243
"anyOf": [
244 {
Missing tests
245
"$ref": "#/components/schemas/DeploymentFilterId"
246 },
247 {
Missing tests
248
"type": "null"
249 }
Missing tests
250
],
251 },
252 "name": {
Missing negative tests
253
"anyOf": [
254 {
Missing negative tests
255
"$ref": "#/components/schemas/DeploymentFilterName"
256 },
257 {
Missing positive tests
258
"type": "null"
259 }
Missing negative tests
260
],
261 },
262 "operator": {
Missing tests
263
"$ref": "#/components/schemas/Operator",
264 },
265 "paused": {
Missing tests
266
"anyOf": [
267 {
Missing tests
268
"$ref": "#/components/schemas/DeploymentFilterPaused"
269 },
270 {
Missing tests
271
"type": "null"
272 }
Missing tests
273
],
274 },
275 "tags": {
Missing negative tests
276
"anyOf": [
277 {
Missing negative tests
278
"$ref": "#/components/schemas/DeploymentFilterTags"
279 },
280 {
Missing positive tests
281
"type": "null"
282 }
Missing negative tests
283
],
284 },
285 "work_queue_name": {
Missing negative tests
286
"anyOf": [
287 {
Missing negative tests
288
"$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
289 },
290 {
Missing positive tests
291
"type": "null"
292 }
Missing negative tests
293
],
294 }
Missing negative tests
295
},
Missing negative tests
296
"type": "object"
297 },
298 "DeploymentFilterConcurrencyLimit": {
299 "additionalProperties": false,
Missing tests
300
"properties": {
301 "ge_": {
Missing tests
302
"anyOf": [
303 {
Missing tests
304
"type": "integer"
305 },
306 {
Missing tests
307
"type": "null"
308 }
Missing tests
309
],
310 },
311 "is_null_": {
Missing tests
312
"anyOf": [
313 {
Missing tests
314
"type": "boolean"
315 },
316 {
Missing tests
317
"type": "null"
318 }
Missing tests
319
],
320 },
321 "le_": {
Missing tests
322
"anyOf": [
323 {
Missing tests
324
"type": "integer"
325 },
326 {
Missing tests
327
"type": "null"
328 }
Missing tests
329
],
330 }
Missing tests
331
},
Missing tests
332
"type": "object"
333 },
334 "DeploymentFilterId": {
335 "additionalProperties": false,
Missing tests
336
"properties": {
337 "any_": {
Missing tests
338
"anyOf": [
339 {
340 "items": {
Missing tests
341
"format": "uuid",
Missing tests
342
"type": "string"
343 },
Missing tests
344
"type": "array"
345 },
346 {
Missing tests
347
"type": "null"
348 }
Missing tests
349
],
350 },
351 "not_any_": {
Missing tests
352
"anyOf": [
353 {
354 "items": {
Missing tests
355
"format": "uuid",
Missing tests
356
"type": "string"
357 },
Missing tests
358
"type": "array"
359 },
360 {
Missing tests
361
"type": "null"
362 }
Missing tests
363
],
364 }
Missing tests
365
},
Missing tests
366
"type": "object"
367 },
368 "DeploymentFilterName": {
369 "additionalProperties": false,
Missing negative tests
370
"properties": {
371 "any_": {
Missing negative tests
372
"anyOf": [
373 {
374 "items": {
Missing negative tests
375
"type": "string"
376 },
Missing negative tests
377
"type": "array"
378 },
379 {
Missing positive tests
380
"type": "null"
381 }
Missing negative tests
382
],
383 "examples": [
384 [
385 "my-deployment-1",
386 "my-deployment-2"
387 ]
388 ],
389 },
390 "like_": {
Missing negative tests
391
"anyOf": [
392 {
Missing negative tests
393
"type": "string"
394 },
395 {
Missing positive tests
396
"type": "null"
397 }
Missing negative tests
398
],
399 "examples": [
400 "marvin"
401 ],
402 }
Missing negative tests
403
},
Missing negative tests
404
"type": "object"
405 },
406 "DeploymentFilterPaused": {
407 "additionalProperties": false,
Missing tests
408
"properties": {
409 "eq_": {
Missing tests
410
"anyOf": [
411 {
Missing tests
412
"type": "boolean"
413 },
414 {
Missing tests
415
"type": "null"
416 }
Missing tests
417
],
418 }
Missing tests
419
},
Missing tests
420
"type": "object"
421 },
422 "DeploymentFilterTags": {
423 "additionalProperties": false,
Missing negative tests
424
"properties": {
425 "all_": {
Missing negative tests
426
"anyOf": [
427 {
428 "items": {
Missing negative tests
429
"type": "string"
430 },
Missing negative tests
431
"type": "array"
432 },
433 {
Missing positive tests
434
"type": "null"
435 }
Missing negative tests
436
],
437 "examples": [
438 [
439 "tag-1",
440 "tag-2"
441 ]
442 ],
443 },
444 "any_": {
Missing negative tests
445
"anyOf": [
446 {
447 "items": {
Missing negative tests
448
"type": "string"
449 },
Missing negative tests
450
"type": "array"
451 },
452 {
Missing positive tests
453
"type": "null"
454 }
Missing negative tests
455
],
456 "examples": [
457 [
458 "tag-1",
459 "tag-2"
460 ]
461 ],
462 },
463 "is_null_": {
Missing tests
464
"anyOf": [
465 {
Missing tests
466
"type": "boolean"
467 },
468 {
Missing tests
469
"type": "null"
470 }
Missing tests
471
],
472 },
473 "operator": {
Missing tests
474
"$ref": "#/components/schemas/Operator",
475 }
Missing negative tests
476
},
Missing negative tests
477
"type": "object"
478 },
479 "DeploymentFilterWorkQueueName": {
480 "additionalProperties": false,
Missing negative tests
481
"properties": {
482 "any_": {
Missing negative tests
483
"anyOf": [
484 {
485 "items": {
Missing negative tests
486
"type": "string"
487 },
Missing negative tests
488
"type": "array"
489 },
490 {
Missing positive tests
491
"type": "null"
492 }
Missing negative tests
493
],
494 "examples": [
495 [
496 "work_queue_1",
497 "work_queue_2"
498 ]
499 ],
500 }
Missing negative tests
501
},
Missing negative tests
502
"type": "object"
503 },
504 "DeploymentOrFlowNameFilter": {
505 "additionalProperties": false,
Missing tests
506
"properties": {
507 "like_": {
Missing tests
508
"anyOf": [
509 {
Missing tests
510
"type": "string"
511 },
512 {
Missing tests
513
"type": "null"
514 }
Missing tests
515
],
516 }
Missing tests
517
},
Missing tests
518
"type": "object"
519 },
520 "FlowFilter": {
521 "additionalProperties": false,
Missing negative tests
522
"properties": {
523 "deployment": {
Missing tests
524
"anyOf": [
525 {
Missing tests
526
"$ref": "#/components/schemas/FlowFilterDeployment"
527 },
528 {
Missing tests
529
"type": "null"
530 }
Missing tests
531
],
532 },
533 "id": {
Missing tests
534
"anyOf": [
535 {
Missing tests
536
"$ref": "#/components/schemas/FlowFilterId"
537 },
538 {
Missing tests
539
"type": "null"
540 }
Missing tests
541
],
542 },
543 "name": {
Missing negative tests
544
"anyOf": [
545 {
Missing negative tests
546
"$ref": "#/components/schemas/FlowFilterName"
547 },
548 {
Missing positive tests
549
"type": "null"
550 }
Missing negative tests
551
],
552 },
553 "operator": {
Missing tests
554
"$ref": "#/components/schemas/Operator",
555 },
556 "tags": {
Missing negative tests
557
"anyOf": [
558 {
Missing negative tests
559
"$ref": "#/components/schemas/FlowFilterTags"
560 },
561 {
Missing positive tests
562
"type": "null"
563 }
Missing negative tests
564
],
565 }
Missing negative tests
566
},
Missing negative tests
567
"type": "object"
568 },
569 "FlowFilterDeployment": {
570 "additionalProperties": false,
Missing tests
571
"properties": {
572 "is_null_": {
Missing tests
573
"anyOf": [
574 {
Missing tests
575
"type": "boolean"
576 },
577 {
Missing tests
578
"type": "null"
579 }
Missing tests
580
],
581 },
582 "operator": {
Missing tests
583
"$ref": "#/components/schemas/Operator",
584 }
Missing tests
585
},
Missing tests
586
"type": "object"
587 },
588 "FlowFilterId": {
589 "additionalProperties": false,
Missing tests
590
"properties": {
591 "any_": {
Missing tests
592
"anyOf": [
593 {
594 "items": {
Missing tests
595
"format": "uuid",
Missing tests
596
"type": "string"
597 },
Missing tests
598
"type": "array"
599 },
600 {
Missing tests
601
"type": "null"
602 }
Missing tests
603
],
604 }
Missing tests
605
},
Missing tests
606
"type": "object"
607 },
608 "FlowFilterName": {
609 "additionalProperties": false,
Missing negative tests
610
"properties": {
611 "any_": {
Missing negative tests
612
"anyOf": [
613 {
614 "items": {
Missing negative tests
615
"type": "string"
616 },
Missing negative tests
617
"type": "array"
618 },
619 {
Missing positive tests
620
"type": "null"
621 }
Missing negative tests
622
],
623 "examples": [
624 [
625 "my-flow-1",
626 "my-flow-2"
627 ]
628 ],
629 },
630 "like_": {
Missing negative tests
631
"anyOf": [
632 {
Missing negative tests
633
"type": "string"
634 },
635 {
Missing positive tests
636
"type": "null"
637 }
Missing negative tests
638
],
639 "examples": [
640 "marvin"
641 ],
642 }
Missing negative tests
643
},
Missing negative tests
644
"type": "object"
645 },
646 "FlowFilterTags": {
647 "additionalProperties": false,
Missing negative tests
648
"properties": {
649 "all_": {
Missing negative tests
650
"anyOf": [
651 {
652 "items": {
Missing negative tests
653
"type": "string"
654 },
Missing negative tests
655
"type": "array"
656 },
657 {
Missing positive tests
658
"type": "null"
659 }
Missing negative tests
660
],
661 "examples": [
662 [
663 "tag-1",
664 "tag-2"
665 ]
666 ],
667 },
668 "is_null_": {
Missing tests
669
"anyOf": [
670 {
Missing tests
671
"type": "boolean"
672 },
673 {
Missing tests
674
"type": "null"
675 }
Missing tests
676
],
677 },
678 "operator": {
Missing tests
679
"$ref": "#/components/schemas/Operator",
680 }
Missing negative tests
681
},
Missing negative tests
682
"type": "object"
683 },
684 "FlowRunFilter": {
685 "additionalProperties": false,
Missing negative tests
686
"properties": {
687 "deployment_id": {
Missing tests
688
"anyOf": [
689 {
Missing tests
690
"$ref": "#/components/schemas/FlowRunFilterDeploymentId"
691 },
692 {
Missing tests
693
"type": "null"
694 }
Missing tests
695
],
696 },
697 "end_time": {
Missing tests
698
"anyOf": [
699 {
Missing tests
700
"$ref": "#/components/schemas/FlowRunFilterEndTime"
701 },
702 {
Missing tests
703
"type": "null"
704 }
Missing tests
705
],
706 },
707 "expected_start_time": {
Missing tests
708
"anyOf": [
709 {
Missing tests
710
"$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
711 },
712 {
Missing tests
713
"type": "null"
714 }
Missing tests
715
],
716 },
717 "flow_version": {
Missing tests
718
"anyOf": [
719 {
Missing tests
720
"$ref": "#/components/schemas/FlowRunFilterFlowVersion"
721 },
722 {
Missing tests
723
"type": "null"
724 }
Missing tests
725
],
726 },
727 "id": {
Missing tests
728
"anyOf": [
729 {
Missing tests
730
"$ref": "#/components/schemas/FlowRunFilterId"
731 },
732 {
Missing tests
733
"type": "null"
734 }
Missing tests
735
],
736 },
737 "idempotency_key": {
Missing tests
738
"anyOf": [
739 {
Missing tests
740
"$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
741 },
742 {
Missing tests
743
"type": "null"
744 }
Missing tests
745
],
746 },
747 "name": {
Missing negative tests
748
"anyOf": [
749 {
Missing negative tests
750
"$ref": "#/components/schemas/FlowRunFilterName"
751 },
752 {
Missing positive tests
753
"type": "null"
754 }
Missing negative tests
755
],
756 },
757 "next_scheduled_start_time": {
Missing tests
758
"anyOf": [
759 {
Missing tests
760
"$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
761 },
762 {
Missing tests
763
"type": "null"
764 }
Missing tests
765
],
766 },
767 "operator": {
Missing tests
768
"$ref": "#/components/schemas/Operator",
769 },
770 "parent_flow_run_id": {
Missing tests
771
"anyOf": [
772 {
Missing tests
773
"$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
774 },
775 {
Missing tests
776
"type": "null"
777 }
Missing tests
778
],
779 },
780 "parent_task_run_id": {
Missing tests
781
"anyOf": [
782 {
Missing tests
783
"$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
784 },
785 {
Missing tests
786
"type": "null"
787 }
Missing tests
788
],
789 },
790 "start_time": {
Missing tests
791
"anyOf": [
792 {
Missing tests
793
"$ref": "#/components/schemas/FlowRunFilterStartTime"
794 },
795 {
Missing tests
796
"type": "null"
797 }
Missing tests
798
],
799 },
800 "state": {
Missing tests
801
"anyOf": [
802 {
Missing tests
803
"$ref": "#/components/schemas/FlowRunFilterState"
804 },
805 {
Missing tests
806
"type": "null"
807 }
Missing tests
808
],
809 },
810 "tags": {
Missing negative tests
811
"anyOf": [
812 {
Missing negative tests
813
"$ref": "#/components/schemas/FlowRunFilterTags"
814 },
815 {
Missing positive tests
816
"type": "null"
817 }
Missing negative tests
818
],
819 },
820 "work_queue_name": {
Missing negative tests
821
"anyOf": [
822 {
Missing negative tests
823
"$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
824 },
825 {
Missing positive tests
826
"type": "null"
827 }
Missing negative tests
828
],
829 }
Missing negative tests
830
},
Missing negative tests
831
"type": "object"
832 },
833 "FlowRunFilterDeploymentId": {
834 "additionalProperties": false,
Missing tests
835
"properties": {
836 "any_": {
Missing tests
837
"anyOf": [
838 {
839 "items": {
Missing tests
840
"format": "uuid",
Missing tests
841
"type": "string"
842 },
Missing tests
843
"type": "array"
844 },
845 {
Missing tests
846
"type": "null"
847 }
Missing tests
848
],
849 },
850 "is_null_": {
Missing tests
851
"anyOf": [
852 {
Missing tests
853
"type": "boolean"
854 },
855 {
Missing tests
856
"type": "null"
857 }
Missing tests
858
],
859 },
860 "operator": {
Missing tests
861
"$ref": "#/components/schemas/Operator",
862 }
Missing tests
863
},
Missing tests
864
"type": "object"
865 },
866 "FlowRunFilterEndTime": {
867 "additionalProperties": false,
Missing tests
868
"properties": {
869 "after_": {
Missing tests
870
"anyOf": [
871 {
Missing tests
872
"format": "date-time",
Missing tests
873
"type": "string"
874 },
875 {
Missing tests
876
"type": "null"
877 }
Missing tests
878
],
879 },
880 "before_": {
Missing tests
881
"anyOf": [
882 {
Missing tests
883
"format": "date-time",
Missing tests
884
"type": "string"
885 },
886 {
Missing tests
887
"type": "null"
888 }
Missing tests
889
],
890 },
891 "is_null_": {
Missing tests
892
"anyOf": [
893 {
Missing tests
894
"type": "boolean"
895 },
896 {
Missing tests
897
"type": "null"
898 }
Missing tests
899
],
900 }
Missing tests
901
},
Missing tests
902
"type": "object"
903 },
904 "FlowRunFilterExpectedStartTime": {
905 "additionalProperties": false,
Missing tests
906
"properties": {
907 "after_": {
Missing tests
908
"anyOf": [
909 {
Missing tests
910
"format": "date-time",
Missing tests
911
"type": "string"
912 },
913 {
Missing tests
914
"type": "null"
915 }
Missing tests
916
],
917 },
918 "before_": {
Missing tests
919
"anyOf": [
920 {
Missing tests
921
"format": "date-time",
Missing tests
922
"type": "string"
923 },
924 {
Missing tests
925
"type": "null"
926 }
Missing tests
927
],
928 }
Missing tests
929
},
Missing tests
930
"type": "object"
931 },
932 "FlowRunFilterFlowVersion": {
933 "additionalProperties": false,
Missing tests
934
"properties": {
935 "any_": {
Missing tests
936
"anyOf": [
937 {
938 "items": {
Missing tests
939
"type": "string"
940 },
Missing tests
941
"type": "array"
942 },
943 {
Missing tests
944
"type": "null"
945 }
Missing tests
946
],
947 }
Missing tests
948
},
Missing tests
949
"type": "object"
950 },
951 "FlowRunFilterId": {
952 "additionalProperties": false,
Missing tests
953
"properties": {
954 "any_": {
Missing tests
955
"anyOf": [
956 {
957 "items": {
Missing tests
958
"format": "uuid",
Missing tests
959
"type": "string"
960 },
Missing tests
961
"type": "array"
962 },
963 {
Missing tests
964
"type": "null"
965 }
Missing tests
966
],
967 },
968 "not_any_": {
Missing tests
969
"anyOf": [
970 {
971 "items": {
Missing tests
972
"format": "uuid",
Missing tests
973
"type": "string"
974 },
Missing tests
975
"type": "array"
976 },
977 {
Missing tests
978
"type": "null"
979 }
Missing tests
980
],
981 }
Missing tests
982
},
Missing tests
983
"type": "object"
984 },
985 "FlowRunFilterIdempotencyKey": {
986 "additionalProperties": false,
Missing tests
987
"properties": {
988 "any_": {
Missing tests
989
"anyOf": [
990 {
991 "items": {
Missing tests
992
"type": "string"
993 },
Missing tests
994
"type": "array"
995 },
996 {
Missing tests
997
"type": "null"
998 }
Missing tests
999
],
1000 },
1001 "not_any_": {
Missing tests
1002
"anyOf": [
1003 {
1004 "items": {
Missing tests
1005
"type": "string"
1006 },
Missing tests
1007
"type": "array"
1008 },
1009 {
Missing tests
1010
"type": "null"
1011 }
Missing tests
1012
],
1013 }
Missing tests
1014
},
Missing tests
1015
"type": "object"
1016 },
1017 "FlowRunFilterName": {
1018 "additionalProperties": false,
Missing negative tests
1019
"properties": {
1020 "any_": {
Missing negative tests
1021
"anyOf": [
1022 {
1023 "items": {
Missing negative tests
1024
"type": "string"
1025 },
Missing negative tests
1026
"type": "array"
1027 },
1028 {
Missing positive tests
1029
"type": "null"
1030 }
Missing negative tests
1031
],
1032 "examples": [
1033 [
1034 "my-flow-run-1",
1035 "my-flow-run-2"
1036 ]
1037 ],
1038 },
1039 "like_": {
Missing negative tests
1040
"anyOf": [
1041 {
Missing negative tests
1042
"type": "string"
1043 },
1044 {
Missing positive tests
1045
"type": "null"
1046 }
Missing negative tests
1047
],
1048 "examples": [
1049 "marvin"
1050 ],
1051 }
Missing negative tests
1052
},
Missing negative tests
1053
"type": "object"
1054 },
1055 "FlowRunFilterNextScheduledStartTime": {
1056 "additionalProperties": false,
Missing tests
1057
"properties": {
1058 "after_": {
Missing tests
1059
"anyOf": [
1060 {
Missing tests
1061
"format": "date-time",
Missing tests
1062
"type": "string"
1063 },
1064 {
Missing tests
1065
"type": "null"
1066 }
Missing tests
1067
],
1068 },
1069 "before_": {
Missing tests
1070
"anyOf": [
1071 {
Missing tests
1072
"format": "date-time",
Missing tests
1073
"type": "string"
1074 },
1075 {
Missing tests
1076
"type": "null"
1077 }
Missing tests
1078
],
1079 }
Missing tests
1080
},
Missing tests
1081
"type": "object"
1082 },
1083 "FlowRunFilterParentFlowRunId": {
1084 "additionalProperties": false,
Missing tests
1085
"properties": {
1086 "any_": {
Missing tests
1087
"anyOf": [
1088 {
1089 "items": {
Missing tests
1090
"format": "uuid",
Missing tests
1091
"type": "string"
1092 },
Missing tests
1093
"type": "array"
1094 },
1095 {
Missing tests
1096
"type": "null"
1097 }
Missing tests
1098
],
1099 },
1100 "operator": {
Missing tests
1101
"$ref": "#/components/schemas/Operator",
1102 }
Missing tests
1103
},
Missing tests
1104
"type": "object"
1105 },
1106 "FlowRunFilterParentTaskRunId": {
1107 "additionalProperties": false,
Missing tests
1108
"properties": {
1109 "any_": {
Missing tests
1110
"anyOf": [
1111 {
1112 "items": {
Missing tests
1113
"format": "uuid",
Missing tests
1114
"type": "string"
1115 },
Missing tests
1116
"type": "array"
1117 },
1118 {
Missing tests
1119
"type": "null"
1120 }
Missing tests
1121
],
1122 },
1123 "is_null_": {
Missing tests
1124
"anyOf": [
1125 {
Missing tests
1126
"type": "boolean"
1127 },
1128 {
Missing tests
1129
"type": "null"
1130 }
Missing tests
1131
],
1132 },
1133 "operator": {
Missing tests
1134
"$ref": "#/components/schemas/Operator",
1135 }
Missing tests
1136
},
Missing tests
1137
"type": "object"
1138 },
1139 "FlowRunFilterStartTime": {
1140 "additionalProperties": false,
Missing tests
1141
"properties": {
1142 "after_": {
Missing tests
1143
"anyOf": [
1144 {
Missing tests
1145
"format": "date-time",
Missing tests
1146
"type": "string"
1147 },
1148 {
Missing tests
1149
"type": "null"
1150 }
Missing tests
1151
],
1152 },
1153 "before_": {
Missing tests
1154
"anyOf": [
1155 {
Missing tests
1156
"format": "date-time",
Missing tests
1157
"type": "string"
1158 },
1159 {
Missing tests
1160
"type": "null"
1161 }
Missing tests
1162
],
1163 },
1164 "is_null_": {
Missing tests
1165
"anyOf": [
1166 {
Missing tests
1167
"type": "boolean"
1168 },
1169 {
Missing tests
1170
"type": "null"
1171 }
Missing tests
1172
],
1173 }
Missing tests
1174
},
Missing tests
1175
"type": "object"
1176 },
1177 "FlowRunFilterState": {
1178 "additionalProperties": false,
Missing tests
1179
"properties": {
1180 "name": {
Missing tests
1181
"anyOf": [
1182 {
Missing tests
1183
"$ref": "#/components/schemas/FlowRunFilterStateName"
1184 },
1185 {
Missing tests
1186
"type": "null"
1187 }
Missing tests
1188
],
1189 },
1190 "operator": {
Missing tests
1191
"$ref": "#/components/schemas/Operator",
1192 },
1193 "type": {
Missing tests
1194
"anyOf": [
1195 {
Missing tests
1196
"$ref": "#/components/schemas/FlowRunFilterStateType"
1197 },
1198 {
Missing tests
1199
"type": "null"
1200 }
Missing tests
1201
],
1202 }
Missing tests
1203
},
Missing tests
1204
"type": "object"
1205 },
1206 "FlowRunFilterStateName": {
1207 "additionalProperties": false,
Missing tests
1208
"properties": {
1209 "any_": {
Missing tests
1210
"anyOf": [
1211 {
1212 "items": {
Missing tests
1213
"type": "string"
1214 },
Missing tests
1215
"type": "array"
1216 },
1217 {
Missing tests
1218
"type": "null"
1219 }
Missing tests
1220
],
1221 },
1222 "not_any_": {
Missing tests
1223
"anyOf": [
1224 {
1225 "items": {
Missing tests
1226
"type": "string"
1227 },
Missing tests
1228
"type": "array"
1229 },
1230 {
Missing tests
1231
"type": "null"
1232 }
Missing tests
1233
],
1234 }
Missing tests
1235
},
Missing tests
1236
"type": "object"
1237 },
1238 "FlowRunFilterStateType": {
1239 "additionalProperties": false,
Missing tests
1240
"properties": {
1241 "any_": {
Missing tests
1242
"anyOf": [
1243 {
1244 "items": {
Missing tests
1245
"$ref": "#/components/schemas/StateType"
1246 },
Missing tests
1247
"type": "array"
1248 },
1249 {
Missing tests
1250
"type": "null"
1251 }
Missing tests
1252
],
1253 },
1254 "not_any_": {
Missing tests
1255
"anyOf": [
1256 {
1257 "items": {
Missing tests
1258
"$ref": "#/components/schemas/StateType"
1259 },
Missing tests
1260
"type": "array"
1261 },
1262 {
Missing tests
1263
"type": "null"
1264 }
Missing tests
1265
],
1266 }
Missing tests
1267
},
Missing tests
1268
"type": "object"
1269 },
1270 "FlowRunFilterTags": {
1271 "additionalProperties": false,
Missing negative tests
1272
"properties": {
1273 "all_": {
Missing negative tests
1274
"anyOf": [
1275 {
1276 "items": {
Missing negative tests
1277
"type": "string"
1278 },
Missing negative tests
1279
"type": "array"
1280 },
1281 {
Missing positive tests
1282
"type": "null"
1283 }
Missing negative tests
1284
],
1285 "examples": [
1286 [
1287 "tag-1",
1288 "tag-2"
1289 ]
1290 ],
1291 },
1292 "any_": {
Missing negative tests
1293
"anyOf": [
1294 {
1295 "items": {
Missing negative tests
1296
"type": "string"
1297 },
Missing negative tests
1298
"type": "array"
1299 },
1300 {
Missing positive tests
1301
"type": "null"
1302 }
Missing negative tests
1303
],
1304 "examples": [
1305 [
1306 "tag-1",
1307 "tag-2"
1308 ]
1309 ],
1310 },
1311 "is_null_": {
Missing tests
1312
"anyOf": [
1313 {
Missing tests
1314
"type": "boolean"
1315 },
1316 {
Missing tests
1317
"type": "null"
1318 }
Missing tests
1319
],
1320 },
1321 "operator": {
Missing tests
1322
"$ref": "#/components/schemas/Operator",
1323 }
Missing negative tests
1324
},
Missing negative tests
1325
"type": "object"
1326 },
1327 "FlowRunFilterWorkQueueName": {
1328 "additionalProperties": false,
Missing negative tests
1329
"properties": {
1330 "any_": {
Missing negative tests
1331
"anyOf": [
1332 {
1333 "items": {
Missing negative tests
1334
"type": "string"
1335 },
Missing negative tests
1336
"type": "array"
1337 },
1338 {
Missing positive tests
1339
"type": "null"
1340 }
Missing negative tests
1341
],
1342 "examples": [
1343 [
1344 "work_queue_1",
1345 "work_queue_2"
1346 ]
1347 ],
1348 },
1349 "is_null_": {
Missing tests
1350
"anyOf": [
1351 {
Missing tests
1352
"type": "boolean"
1353 },
1354 {
Missing tests
1355
"type": "null"
1356 }
Missing tests
1357
],
1358 },
1359 "operator": {
Missing tests
1360
"$ref": "#/components/schemas/Operator",
1361 }
Missing negative tests
1362
},
Missing negative tests
1363
"type": "object"
1364 },
1365 "Operator": {
Missing tests
1366
"enum": [
1367 "and_",
1368 "or_"
Missing tests
1369
],
Missing tests
1370
"type": "string"
1371 },
1372 "StateType": {
Missing tests
1373
"enum": [
1374 "SCHEDULED",
1375 "PENDING",
1376 "RUNNING",
1377 "COMPLETED",
1378 "FAILED",
1379 "CANCELLED",
1380 "CRASHED",
1381 "PAUSED",
1382 "CANCELLING"
Missing tests
1383
],
Missing tests
1384
"type": "string"
1385 },
1386 "TaskRunFilter": {
1387 "additionalProperties": false,
Missing negative tests
1388
"properties": {
1389 "expected_start_time": {
Missing tests
1390
"anyOf": [
1391 {
Missing tests
1392
"$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1393 },
1394 {
Missing tests
1395
"type": "null"
1396 }
Missing tests
1397
],
1398 },
1399 "flow_run_id": {
Missing tests
1400
"anyOf": [
1401 {
Missing tests
1402
"$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1403 },
1404 {
Missing tests
1405
"type": "null"
1406 }
Missing tests
1407
],
1408 },
1409 "id": {
Missing tests
1410
"anyOf": [
1411 {
Missing tests
1412
"$ref": "#/components/schemas/TaskRunFilterId"
1413 },
1414 {
Missing tests
1415
"type": "null"
1416 }
Missing tests
1417
],
1418 },
1419 "name": {
Missing negative tests
1420
"anyOf": [
1421 {
Missing negative tests
1422
"$ref": "#/components/schemas/TaskRunFilterName"
1423 },
1424 {
Missing positive tests
1425
"type": "null"
1426 }
Missing negative tests
1427
],
1428 },
1429 "operator": {
Missing tests
1430
"$ref": "#/components/schemas/Operator",
1431 },
1432 "start_time": {
Missing tests
1433
"anyOf": [
1434 {
Missing tests
1435
"$ref": "#/components/schemas/TaskRunFilterStartTime"
1436 },
1437 {
Missing tests
1438
"type": "null"
1439 }
Missing tests
1440
],
1441 },
1442 "state": {
Missing tests
1443
"anyOf": [
1444 {
Missing tests
1445
"$ref": "#/components/schemas/TaskRunFilterState"
1446 },
1447 {
Missing tests
1448
"type": "null"
1449 }
Missing tests
1450
],
1451 },
1452 "subflow_runs": {
Missing tests
1453
"anyOf": [
1454 {
Missing tests
1455
"$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1456 },
1457 {
Missing tests
1458
"type": "null"
1459 }
Missing tests
1460
],
1461 },
1462 "tags": {
Missing negative tests
1463
"anyOf": [
1464 {
Missing negative tests
1465
"$ref": "#/components/schemas/TaskRunFilterTags"
1466 },
1467 {
Missing positive tests
1468
"type": "null"
1469 }
Missing negative tests
1470
],
1471 }
Missing negative tests
1472
},
Missing negative tests
1473
"type": "object"
1474 },
1475 "TaskRunFilterExpectedStartTime": {
1476 "additionalProperties": false,
Missing tests
1477
"properties": {
1478 "after_": {
Missing tests
1479
"anyOf": [
1480 {
Missing tests
1481
"format": "date-time",
Missing tests
1482
"type": "string"
1483 },
1484 {
Missing tests
1485
"type": "null"
1486 }
Missing tests
1487
],
1488 },
1489 "before_": {
Missing tests
1490
"anyOf": [
1491 {
Missing tests
1492
"format": "date-time",
Missing tests
1493
"type": "string"
1494 },
1495 {
Missing tests
1496
"type": "null"
1497 }
Missing tests
1498
],
1499 }
Missing tests
1500
},
Missing tests
1501
"type": "object"
1502 },
1503 "TaskRunFilterFlowRunId": {
1504 "additionalProperties": false,
Missing tests
1505
"properties": {
1506 "any_": {
Missing tests
1507
"anyOf": [
1508 {
1509 "items": {
Missing tests
1510
"format": "uuid",
Missing tests
1511
"type": "string"
1512 },
Missing tests
1513
"type": "array"
1514 },
1515 {
Missing tests
1516
"type": "null"
1517 }
Missing tests
1518
],
1519 },
1520 "is_null_": {
Missing tests
1521
"anyOf": [
1522 {
Missing tests
1523
"type": "boolean"
1524 },
1525 {
Missing tests
1526
"type": "null"
1527 }
Missing tests
1528
],
1529 },
1530 "operator": {
Missing tests
1531
"$ref": "#/components/schemas/Operator",
1532 }
Missing tests
1533
},
Missing tests
1534
"type": "object"
1535 },
1536 "TaskRunFilterId": {
1537 "additionalProperties": false,
Missing tests
1538
"properties": {
1539 "any_": {
Missing tests
1540
"anyOf": [
1541 {
1542 "items": {
Missing tests
1543
"format": "uuid",
Missing tests
1544
"type": "string"
1545 },
Missing tests
1546
"type": "array"
1547 },
1548 {
Missing tests
1549
"type": "null"
1550 }
Missing tests
1551
],
1552 }
Missing tests
1553
},
Missing tests
1554
"type": "object"
1555 },
1556 "TaskRunFilterName": {
1557 "additionalProperties": false,
Missing negative tests
1558
"properties": {
1559 "any_": {
Missing negative tests
1560
"anyOf": [
1561 {
1562 "items": {
Missing negative tests
1563
"type": "string"
1564 },
Missing negative tests
1565
"type": "array"
1566 },
1567 {
Missing positive tests
1568
"type": "null"
1569 }
Missing negative tests
1570
],
1571 "examples": [
1572 [
1573 "my-task-run-1",
1574 "my-task-run-2"
1575 ]
1576 ],
1577 },
1578 "like_": {
Missing negative tests
1579
"anyOf": [
1580 {
Missing negative tests
1581
"type": "string"
1582 },
1583 {
Missing positive tests
1584
"type": "null"
1585 }
Missing negative tests
1586
],
1587 "examples": [
1588 "marvin"
1589 ],
1590 }
Missing negative tests
1591
},
Missing negative tests
1592
"type": "object"
1593 },
1594 "TaskRunFilterStartTime": {
1595 "additionalProperties": false,
Missing tests
1596
"properties": {
1597 "after_": {
Missing tests
1598
"anyOf": [
1599 {
Missing tests
1600
"format": "date-time",
Missing tests
1601
"type": "string"
1602 },
1603 {
Missing tests
1604
"type": "null"
1605 }
Missing tests
1606
],
1607 },
1608 "before_": {
Missing tests
1609
"anyOf": [
1610 {
Missing tests
1611
"format": "date-time",
Missing tests
1612
"type": "string"
1613 },
1614 {
Missing tests
1615
"type": "null"
1616 }
Missing tests
1617
],
1618 },
1619 "is_null_": {
Missing tests
1620
"anyOf": [
1621 {
Missing tests
1622
"type": "boolean"
1623 },
1624 {
Missing tests
1625
"type": "null"
1626 }
Missing tests
1627
],
1628 }
Missing tests
1629
},
Missing tests
1630
"type": "object"
1631 },
1632 "TaskRunFilterState": {
1633 "additionalProperties": false,
Missing tests
1634
"properties": {
1635 "name": {
Missing tests
1636
"anyOf": [
1637 {
Missing tests
1638
"$ref": "#/components/schemas/TaskRunFilterStateName"
1639 },
1640 {
Missing tests
1641
"type": "null"
1642 }
Missing tests
1643
],
1644 },
1645 "operator": {
Missing tests
1646
"$ref": "#/components/schemas/Operator",
1647 },
1648 "type": {
Missing tests
1649
"anyOf": [
1650 {
Missing tests
1651
"$ref": "#/components/schemas/TaskRunFilterStateType"
1652 },
1653 {
Missing tests
1654
"type": "null"
1655 }
Missing tests
1656
],
1657 }
Missing tests
1658
},
Missing tests
1659
"type": "object"
1660 },
1661 "TaskRunFilterStateName": {
1662 "additionalProperties": false,
Missing tests
1663
"properties": {
1664 "any_": {
Missing tests
1665
"anyOf": [
1666 {
1667 "items": {
Missing tests
1668
"type": "string"
1669 },
Missing tests
1670
"type": "array"
1671 },
1672 {
Missing tests
1673
"type": "null"
1674 }
Missing tests
1675
],
1676 }
Missing tests
1677
},
Missing tests
1678
"type": "object"
1679 },
1680 "TaskRunFilterStateType": {
1681 "additionalProperties": false,
Missing tests
1682
"properties": {
1683 "any_": {
Missing tests
1684
"anyOf": [
1685 {
1686 "items": {
Missing tests
1687
"$ref": "#/components/schemas/StateType"
1688 },
Missing tests
1689
"type": "array"
1690 },
1691 {
Missing tests
1692
"type": "null"
1693 }
Missing tests
1694
],
1695 }
Missing tests
1696
},
Missing tests
1697
"type": "object"
1698 },
1699 "TaskRunFilterSubFlowRuns": {
1700 "additionalProperties": false,
Missing tests
1701
"properties": {
1702 "exists_": {
Missing tests
1703
"anyOf": [
1704 {
Missing tests
1705
"type": "boolean"
1706 },
1707 {
Missing tests
1708
"type": "null"
1709 }
Missing tests
1710
],
1711 }
Missing tests
1712
},
Missing tests
1713
"type": "object"
1714 },
1715 "TaskRunFilterTags": {
1716 "additionalProperties": false,
Missing negative tests
1717
"properties": {
1718 "all_": {
Missing negative tests
1719
"anyOf": [
1720 {
1721 "items": {
Missing negative tests
1722
"type": "string"
1723 },
Missing negative tests
1724
"type": "array"
1725 },
1726 {
Missing positive tests
1727
"type": "null"
1728 }
Missing negative tests
1729
],
1730 "examples": [
1731 [
1732 "tag-1",
1733 "tag-2"
1734 ]
1735 ],
1736 },
1737 "is_null_": {
Missing tests
1738
"anyOf": [
1739 {
Missing tests
1740
"type": "boolean"
1741 },
1742 {
Missing tests
1743
"type": "null"
1744 }
Missing tests
1745
],
1746 },
1747 "operator": {
Missing tests
1748
"$ref": "#/components/schemas/Operator",
1749 }
Missing negative tests
1750
},
Missing negative tests
1751
"type": "object"
1752 }
1753 }
1754 }
1755}
Responses
seen average

200
Successful Response
5 4.83ms
422
Validation Error
2 1.94ms
default
Default
1 2.01ms
Examples
0 of 18 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 536 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_latest_artifacts_artifacts_latest_filter_post",
3 "components": {
4 "schemas": {
5 "ArtifactCollectionFilter": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "flow_run_id": {
Missing tests
9
"anyOf": [
10 {
Missing tests
11
"$ref": "#/components/schemas/ArtifactCollectionFilterFlowRunId"
12 },
13 {
Missing tests
14
"type": "null"
15 }
Missing tests
16
],
17 },
18 "key": {
Missing negative tests
19
"anyOf": [
20 {
Missing negative tests
21
"$ref": "#/components/schemas/ArtifactCollectionFilterKey"
22 },
23 {
Missing positive tests
24
"type": "null"
25 }
Missing negative tests
26
],
27 },
28 "latest_id": {
Missing tests
29
"anyOf": [
30 {
Missing tests
31
"$ref": "#/components/schemas/ArtifactCollectionFilterLatestId"
32 },
33 {
Missing tests
34
"type": "null"
35 }
Missing tests
36
],
37 },
38 "operator": {
Missing tests
39
"$ref": "#/components/schemas/Operator",
40 },
41 "task_run_id": {
Missing tests
42
"anyOf": [
43 {
Missing tests
44
"$ref": "#/components/schemas/ArtifactCollectionFilterTaskRunId"
45 },
46 {
Missing tests
47
"type": "null"
48 }
Missing tests
49
],
50 },
51 "type": {
Missing tests
52
"anyOf": [
53 {
Missing tests
54
"$ref": "#/components/schemas/ArtifactCollectionFilterType"
55 },
56 {
Missing tests
57
"type": "null"
58 }
Missing tests
59
],
60 }
Missing negative tests
61
},
Missing negative tests
62
"type": "object"
63 },
64 "ArtifactCollectionFilterFlowRunId": {
65 "additionalProperties": false,
Missing tests
66
"properties": {
67 "any_": {
Missing tests
68
"anyOf": [
69 {
70 "items": {
Missing tests
71
"format": "uuid",
Missing tests
72
"type": "string"
73 },
Missing tests
74
"type": "array"
75 },
76 {
Missing tests
77
"type": "null"
78 }
Missing tests
79
],
80 }
Missing tests
81
},
Missing tests
82
"type": "object"
83 },
84 "ArtifactCollectionFilterKey": {
85 "additionalProperties": false,
Missing negative tests
86
"properties": {
87 "any_": {
Missing tests
88
"anyOf": [
89 {
90 "items": {
Missing tests
91
"type": "string"
92 },
Missing tests
93
"type": "array"
94 },
95 {
Missing tests
96
"type": "null"
97 }
Missing tests
98
],
99 },
100 "exists_": {
Missing tests
101
"anyOf": [
102 {
Missing tests
103
"type": "boolean"
104 },
105 {
Missing tests
106
"type": "null"
107 }
Missing tests
108
],
109 },
110 "like_": {
Missing negative tests
111
"anyOf": [
112 {
Missing negative tests
113
"type": "string"
114 },
115 {
Missing positive tests
116
"type": "null"
117 }
Missing negative tests
118
],
119 "examples": [
120 "my-artifact-%"
121 ],
122 }
Missing negative tests
123
},
Missing negative tests
124
"type": "object"
125 },
126 "ArtifactCollectionFilterLatestId": {
127 "additionalProperties": false,
Missing tests
128
"properties": {
129 "any_": {
Missing tests
130
"anyOf": [
131 {
132 "items": {
Missing tests
133
"format": "uuid",
Missing tests
134
"type": "string"
135 },
Missing tests
136
"type": "array"
137 },
138 {
Missing tests
139
"type": "null"
140 }
Missing tests
141
],
142 }
Missing tests
143
},
Missing tests
144
"type": "object"
145 },
146 "ArtifactCollectionFilterTaskRunId": {
147 "additionalProperties": false,
Missing tests
148
"properties": {
149 "any_": {
Missing tests
150
"anyOf": [
151 {
152 "items": {
Missing tests
153
"format": "uuid",
Missing tests
154
"type": "string"
155 },
Missing tests
156
"type": "array"
157 },
158 {
Missing tests
159
"type": "null"
160 }
Missing tests
161
],
162 }
Missing tests
163
},
Missing tests
164
"type": "object"
165 },
166 "ArtifactCollectionFilterType": {
167 "additionalProperties": false,
Missing tests
168
"properties": {
169 "any_": {
Missing tests
170
"anyOf": [
171 {
172 "items": {
Missing tests
173
"type": "string"
174 },
Missing tests
175
"type": "array"
176 },
177 {
Missing tests
178
"type": "null"
179 }
Missing tests
180
],
181 },
182 "not_any_": {
Missing tests
183
"anyOf": [
184 {
185 "items": {
Missing tests
186
"type": "string"
187 },
Missing tests
188
"type": "array"
189 },
190 {
Missing tests
191
"type": "null"
192 }
Missing tests
193
],
194 }
Missing tests
195
},
Missing tests
196
"type": "object"
197 },
198 "ArtifactCollectionSort": {
Missing tests
199
"enum": [
200 "CREATED_DESC",
201 "UPDATED_DESC",
202 "ID_DESC",
203 "KEY_DESC",
204 "KEY_ASC"
Missing tests
205
],
Missing tests
206
"type": "string"
207 },
208 "Body_read_latest_artifacts_artifacts_latest_filter_post": {
Missing negative tests
209
"properties": {
210 "artifacts": {
Missing negative tests
211
"$ref": "#/components/schemas/ArtifactCollectionFilter"
212 },
213 "deployments": {
Missing negative tests
214
"$ref": "#/components/schemas/DeploymentFilter"
215 },
216 "flow_runs": {
Missing negative tests
217
"$ref": "#/components/schemas/FlowRunFilter"
218 },
219 "flows": {
Missing negative tests
220
"$ref": "#/components/schemas/FlowFilter"
221 },
222 "limit": {
Missing tests
223
"type": "integer"
224 },
225 "offset": {
Missing negative tests
226
"minimum": 0.0,
Missing negative tests
227
"type": "integer"
228 },
229 "sort": {
Missing tests
230
"$ref": "#/components/schemas/ArtifactCollectionSort",
231 },
232 "task_runs": {
Missing negative tests
233
"$ref": "#/components/schemas/TaskRunFilter"
234 }
Missing negative tests
235
},
236 "type": "object"
237 },
238 "DeploymentFilter": {
239 "additionalProperties": false,
Missing negative tests
240
"properties": {
241 "concurrency_limit": {
Missing tests
242
"anyOf": [
243 {
Missing tests
244
"$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
245 },
246 {
Missing tests
247
"type": "null"
248 }
Missing tests
249
],
250 "deprecated": true,
251 },
252 "flow_or_deployment_name": {
Missing tests
253
"anyOf": [
254 {
Missing tests
255
"$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
256 },
257 {
Missing tests
258
"type": "null"
259 }
Missing tests
260
],
261 },
262 "id": {
Missing tests
263
"anyOf": [
264 {
Missing tests
265
"$ref": "#/components/schemas/DeploymentFilterId"
266 },
267 {
Missing tests
268
"type": "null"
269 }
Missing tests
270
],
271 },
272 "name": {
Missing negative tests
273
"anyOf": [
274 {
Missing negative tests
275
"$ref": "#/components/schemas/DeploymentFilterName"
276 },
277 {
Missing positive tests
278
"type": "null"
279 }
Missing negative tests
280
],
281 },
282 "operator": {
Missing tests
283
"$ref": "#/components/schemas/Operator",
284 },
285 "paused": {
Missing tests
286
"anyOf": [
287 {
Missing tests
288
"$ref": "#/components/schemas/DeploymentFilterPaused"
289 },
290 {
Missing tests
291
"type": "null"
292 }
Missing tests
293
],
294 },
295 "tags": {
Missing negative tests
296
"anyOf": [
297 {
Missing negative tests
298
"$ref": "#/components/schemas/DeploymentFilterTags"
299 },
300 {
Missing positive tests
301
"type": "null"
302 }
Missing negative tests
303
],
304 },
305 "work_queue_name": {
Missing negative tests
306
"anyOf": [
307 {
Missing negative tests
308
"$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
309 },
310 {
Missing positive tests
311
"type": "null"
312 }
Missing negative tests
313
],
314 }
Missing negative tests
315
},
Missing negative tests
316
"type": "object"
317 },
318 "DeploymentFilterConcurrencyLimit": {
319 "additionalProperties": false,
Missing tests
320
"properties": {
321 "ge_": {
Missing tests
322
"anyOf": [
323 {
Missing tests
324
"type": "integer"
325 },
326 {
Missing tests
327
"type": "null"
328 }
Missing tests
329
],
330 },
331 "is_null_": {
Missing tests
332
"anyOf": [
333 {
Missing tests
334
"type": "boolean"
335 },
336 {
Missing tests
337
"type": "null"
338 }
Missing tests
339
],
340 },
341 "le_": {
Missing tests
342
"anyOf": [
343 {
Missing tests
344
"type": "integer"
345 },
346 {
Missing tests
347
"type": "null"
348 }
Missing tests
349
],
350 }
Missing tests
351
},
Missing tests
352
"type": "object"
353 },
354 "DeploymentFilterId": {
355 "additionalProperties": false,
Missing tests
356
"properties": {
357 "any_": {
Missing tests
358
"anyOf": [
359 {
360 "items": {
Missing tests
361
"format": "uuid",
Missing tests
362
"type": "string"
363 },
Missing tests
364
"type": "array"
365 },
366 {
Missing tests
367
"type": "null"
368 }
Missing tests
369
],
370 },
371 "not_any_": {
Missing tests
372
"anyOf": [
373 {
374 "items": {
Missing tests
375
"format": "uuid",
Missing tests
376
"type": "string"
377 },
Missing tests
378
"type": "array"
379 },
380 {
Missing tests
381
"type": "null"
382 }
Missing tests
383
],
384 }
Missing tests
385
},
Missing tests
386
"type": "object"
387 },
388 "DeploymentFilterName": {
389 "additionalProperties": false,
Missing negative tests
390
"properties": {
391 "any_": {
Missing negative tests
392
"anyOf": [
393 {
394 "items": {
Missing negative tests
395
"type": "string"
396 },
Missing negative tests
397
"type": "array"
398 },
399 {
Missing positive tests
400
"type": "null"
401 }
Missing negative tests
402
],
403 "examples": [
404 [
405 "my-deployment-1",
406 "my-deployment-2"
407 ]
408 ],
409 },
410 "like_": {
Missing negative tests
411
"anyOf": [
412 {
Missing negative tests
413
"type": "string"
414 },
415 {
Missing positive tests
416
"type": "null"
417 }
Missing negative tests
418
],
419 "examples": [
420 "marvin"
421 ],
422 }
Missing negative tests
423
},
Missing negative tests
424
"type": "object"
425 },
426 "DeploymentFilterPaused": {
427 "additionalProperties": false,
Missing tests
428
"properties": {
429 "eq_": {
Missing tests
430
"anyOf": [
431 {
Missing tests
432
"type": "boolean"
433 },
434 {
Missing tests
435
"type": "null"
436 }
Missing tests
437
],
438 }
Missing tests
439
},
Missing tests
440
"type": "object"
441 },
442 "DeploymentFilterTags": {
443 "additionalProperties": false,
Missing negative tests
444
"properties": {
445 "all_": {
Missing negative tests
446
"anyOf": [
447 {
448 "items": {
Missing negative tests
449
"type": "string"
450 },
Missing negative tests
451
"type": "array"
452 },
453 {
Missing positive tests
454
"type": "null"
455 }
Missing negative tests
456
],
457 "examples": [
458 [
459 "tag-1",
460 "tag-2"
461 ]
462 ],
463 },
464 "any_": {
Missing negative tests
465
"anyOf": [
466 {
467 "items": {
Missing negative tests
468
"type": "string"
469 },
Missing negative tests
470
"type": "array"
471 },
472 {
Missing positive tests
473
"type": "null"
474 }
Missing negative tests
475
],
476 "examples": [
477 [
478 "tag-1",
479 "tag-2"
480 ]
481 ],
482 },
483 "is_null_": {
Missing tests
484
"anyOf": [
485 {
Missing tests
486
"type": "boolean"
487 },
488 {
Missing tests
489
"type": "null"
490 }
Missing tests
491
],
492 },
493 "operator": {
Missing tests
494
"$ref": "#/components/schemas/Operator",
495 }
Missing negative tests
496
},
Missing negative tests
497
"type": "object"
498 },
499 "DeploymentFilterWorkQueueName": {
500 "additionalProperties": false,
Missing negative tests
501
"properties": {
502 "any_": {
Missing negative tests
503
"anyOf": [
504 {
505 "items": {
Missing negative tests
506
"type": "string"
507 },
Missing negative tests
508
"type": "array"
509 },
510 {
Missing positive tests
511
"type": "null"
512 }
Missing negative tests
513
],
514 "examples": [
515 [
516 "work_queue_1",
517 "work_queue_2"
518 ]
519 ],
520 }
Missing negative tests
521
},
Missing negative tests
522
"type": "object"
523 },
524 "DeploymentOrFlowNameFilter": {
525 "additionalProperties": false,
Missing tests
526
"properties": {
527 "like_": {
Missing tests
528
"anyOf": [
529 {
Missing tests
530
"type": "string"
531 },
532 {
Missing tests
533
"type": "null"
534 }
Missing tests
535
],
536 }
Missing tests
537
},
Missing tests
538
"type": "object"
539 },
540 "FlowFilter": {
541 "additionalProperties": false,
Missing negative tests
542
"properties": {
543 "deployment": {
Missing tests
544
"anyOf": [
545 {
Missing tests
546
"$ref": "#/components/schemas/FlowFilterDeployment"
547 },
548 {
Missing tests
549
"type": "null"
550 }
Missing tests
551
],
552 },
553 "id": {
Missing tests
554
"anyOf": [
555 {
Missing tests
556
"$ref": "#/components/schemas/FlowFilterId"
557 },
558 {
Missing tests
559
"type": "null"
560 }
Missing tests
561
],
562 },
563 "name": {
Missing negative tests
564
"anyOf": [
565 {
Missing negative tests
566
"$ref": "#/components/schemas/FlowFilterName"
567 },
568 {
Missing positive tests
569
"type": "null"
570 }
Missing negative tests
571
],
572 },
573 "operator": {
Missing tests
574
"$ref": "#/components/schemas/Operator",
575 },
576 "tags": {
Missing negative tests
577
"anyOf": [
578 {
Missing negative tests
579
"$ref": "#/components/schemas/FlowFilterTags"
580 },
581 {
Missing positive tests
582
"type": "null"
583 }
Missing negative tests
584
],
585 }
Missing negative tests
586
},
Missing negative tests
587
"type": "object"
588 },
589 "FlowFilterDeployment": {
590 "additionalProperties": false,
Missing tests
591
"properties": {
592 "is_null_": {
Missing tests
593
"anyOf": [
594 {
Missing tests
595
"type": "boolean"
596 },
597 {
Missing tests
598
"type": "null"
599 }
Missing tests
600
],
601 },
602 "operator": {
Missing tests
603
"$ref": "#/components/schemas/Operator",
604 }
Missing tests
605
},
Missing tests
606
"type": "object"
607 },
608 "FlowFilterId": {
609 "additionalProperties": false,
Missing tests
610
"properties": {
611 "any_": {
Missing tests
612
"anyOf": [
613 {
614 "items": {
Missing tests
615
"format": "uuid",
Missing tests
616
"type": "string"
617 },
Missing tests
618
"type": "array"
619 },
620 {
Missing tests
621
"type": "null"
622 }
Missing tests
623
],
624 }
Missing tests
625
},
Missing tests
626
"type": "object"
627 },
628 "FlowFilterName": {
629 "additionalProperties": false,
Missing negative tests
630
"properties": {
631 "any_": {
Missing negative tests
632
"anyOf": [
633 {
634 "items": {
Missing negative tests
635
"type": "string"
636 },
Missing negative tests
637
"type": "array"
638 },
639 {
Missing positive tests
640
"type": "null"
641 }
Missing negative tests
642
],
643 "examples": [
644 [
645 "my-flow-1",
646 "my-flow-2"
647 ]
648 ],
649 },
650 "like_": {
Missing negative tests
651
"anyOf": [
652 {
Missing negative tests
653
"type": "string"
654 },
655 {
Missing positive tests
656
"type": "null"
657 }
Missing negative tests
658
],
659 "examples": [
660 "marvin"
661 ],
662 }
Missing negative tests
663
},
Missing negative tests
664
"type": "object"
665 },
666 "FlowFilterTags": {
667 "additionalProperties": false,
Missing negative tests
668
"properties": {
669 "all_": {
Missing negative tests
670
"anyOf": [
671 {
672 "items": {
Missing negative tests
673
"type": "string"
674 },
Missing negative tests
675
"type": "array"
676 },
677 {
Missing positive tests
678
"type": "null"
679 }
Missing negative tests
680
],
681 "examples": [
682 [
683 "tag-1",
684 "tag-2"
685 ]
686 ],
687 },
688 "is_null_": {
Missing tests
689
"anyOf": [
690 {
Missing tests
691
"type": "boolean"
692 },
693 {
Missing tests
694
"type": "null"
695 }
Missing tests
696
],
697 },
698 "operator": {
Missing tests
699
"$ref": "#/components/schemas/Operator",
700 }
Missing negative tests
701
},
Missing negative tests
702
"type": "object"
703 },
704 "FlowRunFilter": {
705 "additionalProperties": false,
Missing negative tests
706
"properties": {
707 "deployment_id": {
Missing tests
708
"anyOf": [
709 {
Missing tests
710
"$ref": "#/components/schemas/FlowRunFilterDeploymentId"
711 },
712 {
Missing tests
713
"type": "null"
714 }
Missing tests
715
],
716 },
717 "end_time": {
Missing tests
718
"anyOf": [
719 {
Missing tests
720
"$ref": "#/components/schemas/FlowRunFilterEndTime"
721 },
722 {
Missing tests
723
"type": "null"
724 }
Missing tests
725
],
726 },
727 "expected_start_time": {
Missing tests
728
"anyOf": [
729 {
Missing tests
730
"$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
731 },
732 {
Missing tests
733
"type": "null"
734 }
Missing tests
735
],
736 },
737 "flow_version": {
Missing tests
738
"anyOf": [
739 {
Missing tests
740
"$ref": "#/components/schemas/FlowRunFilterFlowVersion"
741 },
742 {
Missing tests
743
"type": "null"
744 }
Missing tests
745
],
746 },
747 "id": {
Missing tests
748
"anyOf": [
749 {
Missing tests
750
"$ref": "#/components/schemas/FlowRunFilterId"
751 },
752 {
Missing tests
753
"type": "null"
754 }
Missing tests
755
],
756 },
757 "idempotency_key": {
Missing tests
758
"anyOf": [
759 {
Missing tests
760
"$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
761 },
762 {
Missing tests
763
"type": "null"
764 }
Missing tests
765
],
766 },
767 "name": {
Missing negative tests
768
"anyOf": [
769 {
Missing negative tests
770
"$ref": "#/components/schemas/FlowRunFilterName"
771 },
772 {
Missing positive tests
773
"type": "null"
774 }
Missing negative tests
775
],
776 },
777 "next_scheduled_start_time": {
Missing tests
778
"anyOf": [
779 {
Missing tests
780
"$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
781 },
782 {
Missing tests
783
"type": "null"
784 }
Missing tests
785
],
786 },
787 "operator": {
Missing tests
788
"$ref": "#/components/schemas/Operator",
789 },
790 "parent_flow_run_id": {
Missing tests
791
"anyOf": [
792 {
Missing tests
793
"$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
794 },
795 {
Missing tests
796
"type": "null"
797 }
Missing tests
798
],
799 },
800 "parent_task_run_id": {
Missing tests
801
"anyOf": [
802 {
Missing tests
803
"$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
804 },
805 {
Missing tests
806
"type": "null"
807 }
Missing tests
808
],
809 },
810 "start_time": {
Missing tests
811
"anyOf": [
812 {
Missing tests
813
"$ref": "#/components/schemas/FlowRunFilterStartTime"
814 },
815 {
Missing tests
816
"type": "null"
817 }
Missing tests
818
],
819 },
820 "state": {
Missing tests
821
"anyOf": [
822 {
Missing tests
823
"$ref": "#/components/schemas/FlowRunFilterState"
824 },
825 {
Missing tests
826
"type": "null"
827 }
Missing tests
828
],
829 },
830 "tags": {
Missing negative tests
831
"anyOf": [
832 {
Missing negative tests
833
"$ref": "#/components/schemas/FlowRunFilterTags"
834 },
835 {
Missing positive tests
836
"type": "null"
837 }
Missing negative tests
838
],
839 },
840 "work_queue_name": {
Missing negative tests
841
"anyOf": [
842 {
Missing negative tests
843
"$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
844 },
845 {
Missing positive tests
846
"type": "null"
847 }
Missing negative tests
848
],
849 }
Missing negative tests
850
},
Missing negative tests
851
"type": "object"
852 },
853 "FlowRunFilterDeploymentId": {
854 "additionalProperties": false,
Missing tests
855
"properties": {
856 "any_": {
Missing tests
857
"anyOf": [
858 {
859 "items": {
Missing tests
860
"format": "uuid",
Missing tests
861
"type": "string"
862 },
Missing tests
863
"type": "array"
864 },
865 {
Missing tests
866
"type": "null"
867 }
Missing tests
868
],
869 },
870 "is_null_": {
Missing tests
871
"anyOf": [
872 {
Missing tests
873
"type": "boolean"
874 },
875 {
Missing tests
876
"type": "null"
877 }
Missing tests
878
],
879 },
880 "operator": {
Missing tests
881
"$ref": "#/components/schemas/Operator",
882 }
Missing tests
883
},
Missing tests
884
"type": "object"
885 },
886 "FlowRunFilterEndTime": {
887 "additionalProperties": false,
Missing tests
888
"properties": {
889 "after_": {
Missing tests
890
"anyOf": [
891 {
Missing tests
892
"format": "date-time",
Missing tests
893
"type": "string"
894 },
895 {
Missing tests
896
"type": "null"
897 }
Missing tests
898
],
899 },
900 "before_": {
Missing tests
901
"anyOf": [
902 {
Missing tests
903
"format": "date-time",
Missing tests
904
"type": "string"
905 },
906 {
Missing tests
907
"type": "null"
908 }
Missing tests
909
],
910 },
911 "is_null_": {
Missing tests
912
"anyOf": [
913 {
Missing tests
914
"type": "boolean"
915 },
916 {
Missing tests
917
"type": "null"
918 }
Missing tests
919
],
920 }
Missing tests
921
},
Missing tests
922
"type": "object"
923 },
924 "FlowRunFilterExpectedStartTime": {
925 "additionalProperties": false,
Missing tests
926
"properties": {
927 "after_": {
Missing tests
928
"anyOf": [
929 {
Missing tests
930
"format": "date-time",
Missing tests
931
"type": "string"
932 },
933 {
Missing tests
934
"type": "null"
935 }
Missing tests
936
],
937 },
938 "before_": {
Missing tests
939
"anyOf": [
940 {
Missing tests
941
"format": "date-time",
Missing tests
942
"type": "string"
943 },
944 {
Missing tests
945
"type": "null"
946 }
Missing tests
947
],
948 }
Missing tests
949
},
Missing tests
950
"type": "object"
951 },
952 "FlowRunFilterFlowVersion": {
953 "additionalProperties": false,
Missing tests
954
"properties": {
955 "any_": {
Missing tests
956
"anyOf": [
957 {
958 "items": {
Missing tests
959
"type": "string"
960 },
Missing tests
961
"type": "array"
962 },
963 {
Missing tests
964
"type": "null"
965 }
Missing tests
966
],
967 }
Missing tests
968
},
Missing tests
969
"type": "object"
970 },
971 "FlowRunFilterId": {
972 "additionalProperties": false,
Missing tests
973
"properties": {
974 "any_": {
Missing tests
975
"anyOf": [
976 {
977 "items": {
Missing tests
978
"format": "uuid",
Missing tests
979
"type": "string"
980 },
Missing tests
981
"type": "array"
982 },
983 {
Missing tests
984
"type": "null"
985 }
Missing tests
986
],
987 },
988 "not_any_": {
Missing tests
989
"anyOf": [
990 {
991 "items": {
Missing tests
992
"format": "uuid",
Missing tests
993
"type": "string"
994 },
Missing tests
995
"type": "array"
996 },
997 {
Missing tests
998
"type": "null"
999 }
Missing tests
1000
],
1001 }
Missing tests
1002
},
Missing tests
1003
"type": "object"
1004 },
1005 "FlowRunFilterIdempotencyKey": {
1006 "additionalProperties": false,
Missing tests
1007
"properties": {
1008 "any_": {
Missing tests
1009
"anyOf": [
1010 {
1011 "items": {
Missing tests
1012
"type": "string"
1013 },
Missing tests
1014
"type": "array"
1015 },
1016 {
Missing tests
1017
"type": "null"
1018 }
Missing tests
1019
],
1020 },
1021 "not_any_": {
Missing tests
1022
"anyOf": [
1023 {
1024 "items": {
Missing tests
1025
"type": "string"
1026 },
Missing tests
1027
"type": "array"
1028 },
1029 {
Missing tests
1030
"type": "null"
1031 }
Missing tests
1032
],
1033 }
Missing tests
1034
},
Missing tests
1035
"type": "object"
1036 },
1037 "FlowRunFilterName": {
1038 "additionalProperties": false,
Missing negative tests
1039
"properties": {
1040 "any_": {
Missing negative tests
1041
"anyOf": [
1042 {
1043 "items": {
Missing negative tests
1044
"type": "string"
1045 },
Missing negative tests
1046
"type": "array"
1047 },
1048 {
Missing positive tests
1049
"type": "null"
1050 }
Missing negative tests
1051
],
1052 "examples": [
1053 [
1054 "my-flow-run-1",
1055 "my-flow-run-2"
1056 ]
1057 ],
1058 },
1059 "like_": {
Missing negative tests
1060
"anyOf": [
1061 {
Missing negative tests
1062
"type": "string"
1063 },
1064 {
Missing positive tests
1065
"type": "null"
1066 }
Missing negative tests
1067
],
1068 "examples": [
1069 "marvin"
1070 ],
1071 }
Missing negative tests
1072
},
Missing negative tests
1073
"type": "object"
1074 },
1075 "FlowRunFilterNextScheduledStartTime": {
1076 "additionalProperties": false,
Missing tests
1077
"properties": {
1078 "after_": {
Missing tests
1079
"anyOf": [
1080 {
Missing tests
1081
"format": "date-time",
Missing tests
1082
"type": "string"
1083 },
1084 {
Missing tests
1085
"type": "null"
1086 }
Missing tests
1087
],
1088 },
1089 "before_": {
Missing tests
1090
"anyOf": [
1091 {
Missing tests
1092
"format": "date-time",
Missing tests
1093
"type": "string"
1094 },
1095 {
Missing tests
1096
"type": "null"
1097 }
Missing tests
1098
],
1099 }
Missing tests
1100
},
Missing tests
1101
"type": "object"
1102 },
1103 "FlowRunFilterParentFlowRunId": {
1104 "additionalProperties": false,
Missing tests
1105
"properties": {
1106 "any_": {
Missing tests
1107
"anyOf": [
1108 {
1109 "items": {
Missing tests
1110
"format": "uuid",
Missing tests
1111
"type": "string"
1112 },
Missing tests
1113
"type": "array"
1114 },
1115 {
Missing tests
1116
"type": "null"
1117 }
Missing tests
1118
],
1119 },
1120 "operator": {
Missing tests
1121
"$ref": "#/components/schemas/Operator",
1122 }
Missing tests
1123
},
Missing tests
1124
"type": "object"
1125 },
1126 "FlowRunFilterParentTaskRunId": {
1127 "additionalProperties": false,
Missing tests
1128
"properties": {
1129 "any_": {
Missing tests
1130
"anyOf": [
1131 {
1132 "items": {
Missing tests
1133
"format": "uuid",
Missing tests
1134
"type": "string"
1135 },
Missing tests
1136
"type": "array"
1137 },
1138 {
Missing tests
1139
"type": "null"
1140 }
Missing tests
1141
],
1142 },
1143 "is_null_": {
Missing tests
1144
"anyOf": [
1145 {
Missing tests
1146
"type": "boolean"
1147 },
1148 {
Missing tests
1149
"type": "null"
1150 }
Missing tests
1151
],
1152 },
1153 "operator": {
Missing tests
1154
"$ref": "#/components/schemas/Operator",
1155 }
Missing tests
1156
},
Missing tests
1157
"type": "object"
1158 },
1159 "FlowRunFilterStartTime": {
1160 "additionalProperties": false,
Missing tests
1161
"properties": {
1162 "after_": {
Missing tests
1163
"anyOf": [
1164 {
Missing tests
1165
"format": "date-time",
Missing tests
1166
"type": "string"
1167 },
1168 {
Missing tests
1169
"type": "null"
1170 }
Missing tests
1171
],
1172 },
1173 "before_": {
Missing tests
1174
"anyOf": [
1175 {
Missing tests
1176
"format": "date-time",
Missing tests
1177
"type": "string"
1178 },
1179 {
Missing tests
1180
"type": "null"
1181 }
Missing tests
1182
],
1183 },
1184 "is_null_": {
Missing tests
1185
"anyOf": [
1186 {
Missing tests
1187
"type": "boolean"
1188 },
1189 {
Missing tests
1190
"type": "null"
1191 }
Missing tests
1192
],
1193 }
Missing tests
1194
},
Missing tests
1195
"type": "object"
1196 },
1197 "FlowRunFilterState": {
1198 "additionalProperties": false,
Missing tests
1199
"properties": {
1200 "name": {
Missing tests
1201
"anyOf": [
1202 {
Missing tests
1203
"$ref": "#/components/schemas/FlowRunFilterStateName"
1204 },
1205 {
Missing tests
1206
"type": "null"
1207 }
Missing tests
1208
],
1209 },
1210 "operator": {
Missing tests
1211
"$ref": "#/components/schemas/Operator",
1212 },
1213 "type": {
Missing tests
1214
"anyOf": [
1215 {
Missing tests
1216
"$ref": "#/components/schemas/FlowRunFilterStateType"
1217 },
1218 {
Missing tests
1219
"type": "null"
1220 }
Missing tests
1221
],
1222 }
Missing tests
1223
},
Missing tests
1224
"type": "object"
1225 },
1226 "FlowRunFilterStateName": {
1227 "additionalProperties": false,
Missing tests
1228
"properties": {
1229 "any_": {
Missing tests
1230
"anyOf": [
1231 {
1232 "items": {
Missing tests
1233
"type": "string"
1234 },
Missing tests
1235
"type": "array"
1236 },
1237 {
Missing tests
1238
"type": "null"
1239 }
Missing tests
1240
],
1241 },
1242 "not_any_": {
Missing tests
1243
"anyOf": [
1244 {
1245 "items": {
Missing tests
1246
"type": "string"
1247 },
Missing tests
1248
"type": "array"
1249 },
1250 {
Missing tests
1251
"type": "null"
1252 }
Missing tests
1253
],
1254 }
Missing tests
1255
},
Missing tests
1256
"type": "object"
1257 },
1258 "FlowRunFilterStateType": {
1259 "additionalProperties": false,
Missing tests
1260
"properties": {
1261 "any_": {
Missing tests
1262
"anyOf": [
1263 {
1264 "items": {
Missing tests
1265
"$ref": "#/components/schemas/StateType"
1266 },
Missing tests
1267
"type": "array"
1268 },
1269 {
Missing tests
1270
"type": "null"
1271 }
Missing tests
1272
],
1273 },
1274 "not_any_": {
Missing tests
1275
"anyOf": [
1276 {
1277 "items": {
Missing tests
1278
"$ref": "#/components/schemas/StateType"
1279 },
Missing tests
1280
"type": "array"
1281 },
1282 {
Missing tests
1283
"type": "null"
1284 }
Missing tests
1285
],
1286 }
Missing tests
1287
},
Missing tests
1288
"type": "object"
1289 },
1290 "FlowRunFilterTags": {
1291 "additionalProperties": false,
Missing negative tests
1292
"properties": {
1293 "all_": {
Missing negative tests
1294
"anyOf": [
1295 {
1296 "items": {
Missing negative tests
1297
"type": "string"
1298 },
Missing negative tests
1299
"type": "array"
1300 },
1301 {
Missing positive tests
1302
"type": "null"
1303 }
Missing negative tests
1304
],
1305 "examples": [
1306 [
1307 "tag-1",
1308 "tag-2"
1309 ]
1310 ],
1311 },
1312 "any_": {
Missing negative tests
1313
"anyOf": [
1314 {
1315 "items": {
Missing negative tests
1316
"type": "string"
1317 },
Missing negative tests
1318
"type": "array"
1319 },
1320 {
Missing positive tests
1321
"type": "null"
1322 }
Missing negative tests
1323
],
1324 "examples": [
1325 [
1326 "tag-1",
1327 "tag-2"
1328 ]
1329 ],
1330 },
1331 "is_null_": {
Missing tests
1332
"anyOf": [
1333 {
Missing tests
1334
"type": "boolean"
1335 },
1336 {
Missing tests
1337
"type": "null"
1338 }
Missing tests
1339
],
1340 },
1341 "operator": {
Missing tests
1342
"$ref": "#/components/schemas/Operator",
1343 }
Missing negative tests
1344
},
Missing negative tests
1345
"type": "object"
1346 },
1347 "FlowRunFilterWorkQueueName": {
1348 "additionalProperties": false,
Missing negative tests
1349
"properties": {
1350 "any_": {
Missing negative tests
1351
"anyOf": [
1352 {
1353 "items": {
Missing negative tests
1354
"type": "string"
1355 },
Missing negative tests
1356
"type": "array"
1357 },
1358 {
Missing positive tests
1359
"type": "null"
1360 }
Missing negative tests
1361
],
1362 "examples": [
1363 [
1364 "work_queue_1",
1365 "work_queue_2"
1366 ]
1367 ],
1368 },
1369 "is_null_": {
Missing tests
1370
"anyOf": [
1371 {
Missing tests
1372
"type": "boolean"
1373 },
1374 {
Missing tests
1375
"type": "null"
1376 }
Missing tests
1377
],
1378 },
1379 "operator": {
Missing tests
1380
"$ref": "#/components/schemas/Operator",
1381 }
Missing negative tests
1382
},
Missing negative tests
1383
"type": "object"
1384 },
1385 "Operator": {
Missing tests
1386
"enum": [
1387 "and_",
1388 "or_"
Missing tests
1389
],
Missing tests
1390
"type": "string"
1391 },
1392 "StateType": {
Missing tests
1393
"enum": [
1394 "SCHEDULED",
1395 "PENDING",
1396 "RUNNING",
1397 "COMPLETED",
1398 "FAILED",
1399 "CANCELLED",
1400 "CRASHED",
1401 "PAUSED",
1402 "CANCELLING"
Missing tests
1403
],
Missing tests
1404
"type": "string"
1405 },
1406 "TaskRunFilter": {
1407 "additionalProperties": false,
Missing negative tests
1408
"properties": {
1409 "expected_start_time": {
Missing tests
1410
"anyOf": [
1411 {
Missing tests
1412
"$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1413 },
1414 {
Missing tests
1415
"type": "null"
1416 }
Missing tests
1417
],
1418 },
1419 "flow_run_id": {
Missing tests
1420
"anyOf": [
1421 {
Missing tests
1422
"$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1423 },
1424 {
Missing tests
1425
"type": "null"
1426 }
Missing tests
1427
],
1428 },
1429 "id": {
Missing tests
1430
"anyOf": [
1431 {
Missing tests
1432
"$ref": "#/components/schemas/TaskRunFilterId"
1433 },
1434 {
Missing tests
1435
"type": "null"
1436 }
Missing tests
1437
],
1438 },
1439 "name": {
Missing negative tests
1440
"anyOf": [
1441 {
Missing negative tests
1442
"$ref": "#/components/schemas/TaskRunFilterName"
1443 },
1444 {
Missing positive tests
1445
"type": "null"
1446 }
Missing negative tests
1447
],
1448 },
1449 "operator": {
Missing tests
1450
"$ref": "#/components/schemas/Operator",
1451 },
1452 "start_time": {
Missing tests
1453
"anyOf": [
1454 {
Missing tests
1455
"$ref": "#/components/schemas/TaskRunFilterStartTime"
1456 },
1457 {
Missing tests
1458
"type": "null"
1459 }
Missing tests
1460
],
1461 },
1462 "state": {
Missing tests
1463
"anyOf": [
1464 {
Missing tests
1465
"$ref": "#/components/schemas/TaskRunFilterState"
1466 },
1467 {
Missing tests
1468
"type": "null"
1469 }
Missing tests
1470
],
1471 },
1472 "subflow_runs": {
Missing tests
1473
"anyOf": [
1474 {
Missing tests
1475
"$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1476 },
1477 {
Missing tests
1478
"type": "null"
1479 }
Missing tests
1480
],
1481 },
1482 "tags": {
Missing negative tests
1483
"anyOf": [
1484 {
Missing negative tests
1485
"$ref": "#/components/schemas/TaskRunFilterTags"
1486 },
1487 {
Missing positive tests
1488
"type": "null"
1489 }
Missing negative tests
1490
],
1491 }
Missing negative tests
1492
},
Missing negative tests
1493
"type": "object"
1494 },
1495 "TaskRunFilterExpectedStartTime": {
1496 "additionalProperties": false,
Missing tests
1497
"properties": {
1498 "after_": {
Missing tests
1499
"anyOf": [
1500 {
Missing tests
1501
"format": "date-time",
Missing tests
1502
"type": "string"
1503 },
1504 {
Missing tests
1505
"type": "null"
1506 }
Missing tests
1507
],
1508 },
1509 "before_": {
Missing tests
1510
"anyOf": [
1511 {
Missing tests
1512
"format": "date-time",
Missing tests
1513
"type": "string"
1514 },
1515 {
Missing tests
1516
"type": "null"
1517 }
Missing tests
1518
],
1519 }
Missing tests
1520
},
Missing tests
1521
"type": "object"
1522 },
1523 "TaskRunFilterFlowRunId": {
1524 "additionalProperties": false,
Missing tests
1525
"properties": {
1526 "any_": {
Missing tests
1527
"anyOf": [
1528 {
1529 "items": {
Missing tests
1530
"format": "uuid",
Missing tests
1531
"type": "string"
1532 },
Missing tests
1533
"type": "array"
1534 },
1535 {
Missing tests
1536
"type": "null"
1537 }
Missing tests
1538
],
1539 },
1540 "is_null_": {
Missing tests
1541
"anyOf": [
1542 {
Missing tests
1543
"type": "boolean"
1544 },
1545 {
Missing tests
1546
"type": "null"
1547 }
Missing tests
1548
],
1549 },
1550 "operator": {
Missing tests
1551
"$ref": "#/components/schemas/Operator",
1552 }
Missing tests
1553
},
Missing tests
1554
"type": "object"
1555 },
1556 "TaskRunFilterId": {
1557 "additionalProperties": false,
Missing tests
1558
"properties": {
1559 "any_": {
Missing tests
1560
"anyOf": [
1561 {
1562 "items": {
Missing tests
1563
"format": "uuid",
Missing tests
1564
"type": "string"
1565 },
Missing tests
1566
"type": "array"
1567 },
1568 {
Missing tests
1569
"type": "null"
1570 }
Missing tests
1571
],
1572 }
Missing tests
1573
},
Missing tests
1574
"type": "object"
1575 },
1576 "TaskRunFilterName": {
1577 "additionalProperties": false,
Missing negative tests
1578
"properties": {
1579 "any_": {
Missing negative tests
1580
"anyOf": [
1581 {
1582 "items": {
Missing negative tests
1583
"type": "string"
1584 },
Missing negative tests
1585
"type": "array"
1586 },
1587 {
Missing positive tests
1588
"type": "null"
1589 }
Missing negative tests
1590
],
1591 "examples": [
1592 [
1593 "my-task-run-1",
1594 "my-task-run-2"
1595 ]
1596 ],
1597 },
1598 "like_": {
Missing negative tests
1599
"anyOf": [
1600 {
Missing negative tests
1601
"type": "string"
1602 },
1603 {
Missing positive tests
1604
"type": "null"
1605 }
Missing negative tests
1606
],
1607 "examples": [
1608 "marvin"
1609 ],
1610 }
Missing negative tests
1611
},
Missing negative tests
1612
"type": "object"
1613 },
1614 "TaskRunFilterStartTime": {
1615 "additionalProperties": false,
Missing tests
1616
"properties": {
1617 "after_": {
Missing tests
1618
"anyOf": [
1619 {
Missing tests
1620
"format": "date-time",
Missing tests
1621
"type": "string"
1622 },
1623 {
Missing tests
1624
"type": "null"
1625 }
Missing tests
1626
],
1627 },
1628 "before_": {
Missing tests
1629
"anyOf": [
1630 {
Missing tests
1631
"format": "date-time",
Missing tests
1632
"type": "string"
1633 },
1634 {
Missing tests
1635
"type": "null"
1636 }
Missing tests
1637
],
1638 },
1639 "is_null_": {
Missing tests
1640
"anyOf": [
1641 {
Missing tests
1642
"type": "boolean"
1643 },
1644 {
Missing tests
1645
"type": "null"
1646 }
Missing tests
1647
],
1648 }
Missing tests
1649
},
Missing tests
1650
"type": "object"
1651 },
1652 "TaskRunFilterState": {
1653 "additionalProperties": false,
Missing tests
1654
"properties": {
1655 "name": {
Missing tests
1656
"anyOf": [
1657 {
Missing tests
1658
"$ref": "#/components/schemas/TaskRunFilterStateName"
1659 },
1660 {
Missing tests
1661
"type": "null"
1662 }
Missing tests
1663
],
1664 },
1665 "operator": {
Missing tests
1666
"$ref": "#/components/schemas/Operator",
1667 },
1668 "type": {
Missing tests
1669
"anyOf": [
1670 {
Missing tests
1671
"$ref": "#/components/schemas/TaskRunFilterStateType"
1672 },
1673 {
Missing tests
1674
"type": "null"
1675 }
Missing tests
1676
],
1677 }
Missing tests
1678
},
Missing tests
1679
"type": "object"
1680 },
1681 "TaskRunFilterStateName": {
1682 "additionalProperties": false,
Missing tests
1683
"properties": {
1684 "any_": {
Missing tests
1685
"anyOf": [
1686 {
1687 "items": {
Missing tests
1688
"type": "string"
1689 },
Missing tests
1690
"type": "array"
1691 },
1692 {
Missing tests
1693
"type": "null"
1694 }
Missing tests
1695
],
1696 }
Missing tests
1697
},
Missing tests
1698
"type": "object"
1699 },
1700 "TaskRunFilterStateType": {
1701 "additionalProperties": false,
Missing tests
1702
"properties": {
1703 "any_": {
Missing tests
1704
"anyOf": [
1705 {
1706 "items": {
Missing tests
1707
"$ref": "#/components/schemas/StateType"
1708 },
Missing tests
1709
"type": "array"
1710 },
1711 {
Missing tests
1712
"type": "null"
1713 }
Missing tests
1714
],
1715 }
Missing tests
1716
},
Missing tests
1717
"type": "object"
1718 },
1719 "TaskRunFilterSubFlowRuns": {
1720 "additionalProperties": false,
Missing tests
1721
"properties": {
1722 "exists_": {
Missing tests
1723
"anyOf": [
1724 {
Missing tests
1725
"type": "boolean"
1726 },
1727 {
Missing tests
1728
"type": "null"
1729 }
Missing tests
1730
],
1731 }
Missing tests
1732
},
Missing tests
1733
"type": "object"
1734 },
1735 "TaskRunFilterTags": {
1736 "additionalProperties": false,
Missing negative tests
1737
"properties": {
1738 "all_": {
Missing negative tests
1739
"anyOf": [
1740 {
1741 "items": {
Missing negative tests
1742
"type": "string"
1743 },
Missing negative tests
1744
"type": "array"
1745 },
1746 {
Missing positive tests
1747
"type": "null"
1748 }
Missing negative tests
1749
],
1750 "examples": [
1751 [
1752 "tag-1",
1753 "tag-2"
1754 ]
1755 ],
1756 },
1757 "is_null_": {
Missing tests
1758
"anyOf": [
1759 {
Missing tests
1760
"type": "boolean"
1761 },
1762 {
Missing tests
1763
"type": "null"
1764 }
Missing tests
1765
],
1766 },
1767 "operator": {
Missing tests
1768
"$ref": "#/components/schemas/Operator",
1769 }
Missing negative tests
1770
},
Missing negative tests
1771
"type": "object"
1772 }
1773 }
1774 }
1775}
Responses
seen average

200
Successful Response
8 4.93ms
422
Validation Error
2 3.16ms
default
Default
1 2.00ms
Examples
0 of 20 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
offset.default
 
0
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
sort.default
 
"ID_DESC"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
9 3.10ms
422
Validation Error
0 -
default
Default
9 25.15ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
4 2.59ms
422
Validation Error
0 -
default
Default
14 1.70ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json4 of 14 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/ArtifactUpdate",
3 "components": {
4 "schemas": {
5 "ArtifactUpdate": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "data": {
Negative tests not applicable
9
"anyOf": [
10 {
Negative tests not applicable
11
"additionalProperties": true,
12 "type": "object"
13 },
14 {},
15 {
16 "type": "null"
17 }
Negative tests not applicable
18
],
19 },
20 "description": {
Missing negative tests
21
"anyOf": [
22 {
Missing positive tests
23
"type": "string"
24 },
25 {
Missing negative tests
26
"type": "null"
27 }
Missing negative tests
28
],
29 },
30 "metadata_": {
Missing negative tests
31
"anyOf": [
32 {
33 "additionalProperties": {
Missing negative tests
34
"type": "string"
35 },
Missing negative tests
36
"type": "object"
37 },
38 {
Missing positive tests
39
"type": "null"
40 }
Missing negative tests
41
],
42 }
Missing negative tests
43
},
Missing negative tests
44
"type": "object"
45 }
46 }
47 }
48}
Responses
seen average

204
Successful Response
3 4.23ms
422
Validation Error
0 -
default
Default
12 2.47ms
Path Parameters

key1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 3.08ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json150 of 280 keywords covered
1{
2 "$ref": "#/components/schemas/AutomationCreate",
3 "components": {
4 "schemas": {
5 "AutomationCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "actions": {
9 "items": {
Missing negative tests
10
"anyOf": [
11 {
12 "$ref": "#/components/schemas/DoNothing"
13 },
14 {
15 "$ref": "#/components/schemas/RunDeployment"
16 },
17 {
18 "$ref": "#/components/schemas/PauseDeployment"
19 },
20 {
21 "$ref": "#/components/schemas/ResumeDeployment"
22 },
23 {
24 "$ref": "#/components/schemas/CancelFlowRun"
25 },
26 {
27 "$ref": "#/components/schemas/ChangeFlowRunState"
28 },
29 {
30 "$ref": "#/components/schemas/PauseWorkQueue"
31 },
32 {
33 "$ref": "#/components/schemas/ResumeWorkQueue"
34 },
35 {
36 "$ref": "#/components/schemas/SendNotification"
37 },
38 {
39 "$ref": "#/components/schemas/CallWebhook"
40 },
41 {
42 "$ref": "#/components/schemas/PauseAutomation"
43 },
44 {
45 "$ref": "#/components/schemas/ResumeAutomation"
46 },
47 {
48 "$ref": "#/components/schemas/SuspendFlowRun"
49 },
50 {
51 "$ref": "#/components/schemas/ResumeFlowRun"
52 },
53 {
54 "$ref": "#/components/schemas/PauseWorkPool"
55 },
56 {
57 "$ref": "#/components/schemas/ResumeWorkPool"
58 }
Missing negative tests
59
]
60 },
Missing negative tests
61
"type": "array"
62 },
63 "actions_on_resolve": {
64 "items": {
65 "anyOf": [
66 {
67 "$ref": "#/components/schemas/DoNothing"
68 },
69 {
70 "$ref": "#/components/schemas/RunDeployment"
71 },
72 {
73 "$ref": "#/components/schemas/PauseDeployment"
74 },
75 {
76 "$ref": "#/components/schemas/ResumeDeployment"
77 },
78 {
79 "$ref": "#/components/schemas/CancelFlowRun"
80 },
81 {
Missing positive tests
82
"$ref": "#/components/schemas/ChangeFlowRunState"
83 },
84 {
85 "$ref": "#/components/schemas/PauseWorkQueue"
86 },
87 {
88 "$ref": "#/components/schemas/ResumeWorkQueue"
89 },
90 {
Missing positive tests
91
"$ref": "#/components/schemas/SendNotification"
92 },
93 {
94 "$ref": "#/components/schemas/CallWebhook"
95 },
96 {
97 "$ref": "#/components/schemas/PauseAutomation"
98 },
99 {
100 "$ref": "#/components/schemas/ResumeAutomation"
101 },
102 {
103 "$ref": "#/components/schemas/SuspendFlowRun"
104 },
105 {
106 "$ref": "#/components/schemas/ResumeFlowRun"
107 },
108 {
109 "$ref": "#/components/schemas/PauseWorkPool"
110 },
111 {
112 "$ref": "#/components/schemas/ResumeWorkPool"
113 }
114 ]
115 },
116 "type": "array"
117 },
118 "actions_on_trigger": {
119 "items": {
Missing negative tests
120
"anyOf": [
121 {
122 "$ref": "#/components/schemas/DoNothing"
123 },
124 {
125 "$ref": "#/components/schemas/RunDeployment"
126 },
127 {
128 "$ref": "#/components/schemas/PauseDeployment"
129 },
130 {
131 "$ref": "#/components/schemas/ResumeDeployment"
132 },
133 {
134 "$ref": "#/components/schemas/CancelFlowRun"
135 },
136 {
Missing positive tests
137
"$ref": "#/components/schemas/ChangeFlowRunState"
138 },
139 {
140 "$ref": "#/components/schemas/PauseWorkQueue"
141 },
142 {
143 "$ref": "#/components/schemas/ResumeWorkQueue"
144 },
145 {
146 "$ref": "#/components/schemas/SendNotification"
147 },
148 {
149 "$ref": "#/components/schemas/CallWebhook"
150 },
151 {
152 "$ref": "#/components/schemas/PauseAutomation"
153 },
154 {
Missing negative tests
155
"$ref": "#/components/schemas/ResumeAutomation"
156 },
157 {
158 "$ref": "#/components/schemas/SuspendFlowRun"
159 },
160 {
161 "$ref": "#/components/schemas/ResumeFlowRun"
162 },
163 {
164 "$ref": "#/components/schemas/PauseWorkPool"
165 },
166 {
167 "$ref": "#/components/schemas/ResumeWorkPool"
168 }
Missing negative tests
169
]
170 },
Missing negative tests
171
"type": "array"
172 },
173 "description": {
Missing negative tests
174
"type": "string"
175 },
176 "enabled": {
Missing negative tests
177
"type": "boolean"
178 },
179 "name": {
Missing negative tests
180
"type": "string"
181 },
182 "owner_resource": {
183 "anyOf": [
184 {
185 "type": "string"
186 },
187 {
188 "type": "null"
189 }
190 ],
191 },
192 "tags": {
193 "items": {
Missing negative tests
194
"type": "string"
195 },
Missing negative tests
196
"type": "array"
197 },
198 "trigger": {
Missing negative tests
199
"anyOf": [
200 {
201 "$ref": "#/components/schemas/EventTrigger"
202 },
203 {
204 "$ref": "#/components/schemas/CompoundTrigger-Input"
205 },
206 {
207 "$ref": "#/components/schemas/SequenceTrigger-Input"
208 }
Missing negative tests
209
],
210 }
211 },
212 "required": [
213 "name",
214 "trigger",
215 "actions"
216 ],
217 "type": "object"
218 },
219 "CallWebhook": {
220 "properties": {
221 "block_document_id": {
Missing negative tests
222
"format": "uuid",
Missing negative tests
223
"type": "string"
224 },
225 "payload": {
226 "type": "string"
227 },
228 "type": {
229 "const": "call-webhook",
Missing negative tests
230
"type": "string"
231 }
232 },
233 "required": [
234 "block_document_id"
235 ],
Missing negative tests
236
"type": "object"
237 },
238 "CancelFlowRun": {
239 "properties": {
240 "type": {
241 "const": "cancel-flow-run",
Missing negative tests
242
"type": "string"
243 }
244 },
Missing negative tests
245
"type": "object"
246 },
247 "ChangeFlowRunState": {
248 "properties": {
249 "message": {
Missing negative tests
250
"anyOf": [
251 {
Missing negative tests
252
"type": "string"
253 },
254 {
Missing positive tests
255
"type": "null"
256 }
Missing negative tests
257
],
258 },
259 "name": {
Missing negative tests
260
"anyOf": [
261 {
262 "type": "string"
263 },
264 {
265 "type": "null"
266 }
Missing negative tests
267
],
268 },
269 "state": {
Missing negative tests
270
"$ref": "#/components/schemas/StateType",
271 },
272 "type": {
273 "const": "change-flow-run-state",
Missing negative tests
274
"type": "string"
275 }
276 },
277 "required": [
278 "state"
279 ],
Missing negative tests
280
"type": "object"
281 },
282 "CompoundTrigger-Input": {
283 "properties": {
284 "id": {
Missing negative tests
285
"format": "uuid",
Missing negative tests
286
"type": "string"
287 },
288 "require": {
Missing negative tests
289
"anyOf": [
290 {
291 "type": "integer"
292 },
293 {
294 "enum": [
295 "any",
296 "all"
297 ],
298 "type": "string"
299 }
Missing negative tests
300
],
301 },
302 "triggers": {
303 "items": {
Missing negative tests
304
"anyOf": [
305 {
306 "$ref": "#/components/schemas/EventTrigger"
307 },
308 {
309 "$ref": "#/components/schemas/CompoundTrigger-Input"
310 },
311 {
312 "$ref": "#/components/schemas/SequenceTrigger-Input"
313 }
Missing negative tests
314
]
315 },
Missing negative tests
316
"type": "array"
317 },
318 "type": {
319 "const": "compound",
Missing negative tests
320
"type": "string"
321 },
322 "within": {
Missing negative tests
323
"anyOf": [
324 {
325 "type": "number"
326 },
327 {
328 "type": "null"
329 }
Missing negative tests
330
],
331 }
332 },
333 "required": [
334 "triggers",
335 "within",
336 "require"
337 ],
Missing negative tests
338
"type": "object"
339 },
340 "DoNothing": {
341 "properties": {
342 "type": {
343 "const": "do-nothing",
Missing negative tests
344
"type": "string"
345 }
346 },
Missing negative tests
347
"type": "object"
348 },
349 "EventTrigger": {
350 "properties": {
351 "after": {
352 "items": {
Missing negative tests
353
"type": "string"
354 },
Missing negative tests
355
"type": "array",
Missing negative tests
356
"uniqueItems": true
357 },
358 "expect": {
359 "items": {
Missing negative tests
360
"type": "string"
361 },
Missing negative tests
362
"type": "array",
Missing negative tests
363
"uniqueItems": true
364 },
365 "for_each": {
366 "items": {
Missing negative tests
367
"type": "string"
368 },
Missing negative tests
369
"type": "array",
Missing negative tests
370
"uniqueItems": true
371 },
372 "id": {
Missing negative tests
373
"format": "uuid",
Missing negative tests
374
"type": "string"
375 },
376 "match": {
Missing negative tests
377
"$ref": "#/components/schemas/ResourceSpecification",
378 },
379 "match_related": {
Missing negative tests
380
"anyOf": [
381 {
382 "$ref": "#/components/schemas/ResourceSpecification"
383 },
384 {
385 "items": {
Missing negative tests
386
"$ref": "#/components/schemas/ResourceSpecification"
387 },
388 "type": "array"
389 }
Missing negative tests
390
],
391 },
392 "posture": {
Missing negative tests
393
"enum": [
394 "Reactive",
395 "Proactive"
Missing negative tests
396
],
Missing negative tests
397
"type": "string"
398 },
399 "threshold": {
Missing negative tests
400
"type": "integer"
401 },
402 "type": {
403 "const": "event",
Missing negative tests
404
"type": "string"
405 },
406 "within": {
407 "type": "number"
408 }
409 },
410 "required": [
411 "posture"
412 ],
Missing negative tests
413
"type": "object"
414 },
415 "PauseAutomation": {
416 "properties": {
417 "automation_id": {
418 "anyOf": [
419 {
420 "format": "uuid",
421 "type": "string"
422 },
423 {
424 "type": "null"
425 }
426 ],
427 },
428 "source": {
429 "enum": [
430 "selected",
431 "inferred"
432 ],
Missing negative tests
433
"type": "string"
434 },
435 "type": {
436 "const": "pause-automation",
Missing negative tests
437
"type": "string"
438 }
439 },
Missing negative tests
440
"type": "object"
441 },
442 "PauseDeployment": {
443 "properties": {
444 "deployment_id": {
Missing negative tests
445
"anyOf": [
446 {
Missing negative tests
447
"format": "uuid",
448 "type": "string"
449 },
450 {
451 "type": "null"
452 }
Missing negative tests
453
],
454 },
455 "source": {
456 "enum": [
457 "selected",
458 "inferred"
459 ],
Missing negative tests
460
"type": "string"
461 },
462 "type": {
463 "const": "pause-deployment",
Missing negative tests
464
"type": "string"
465 }
466 },
Missing negative tests
467
"type": "object"
468 },
469 "PauseWorkPool": {
470 "properties": {
471 "source": {
472 "enum": [
473 "selected",
474 "inferred"
475 ],
Missing negative tests
476
"type": "string"
477 },
478 "type": {
479 "const": "pause-work-pool",
Missing negative tests
480
"type": "string"
481 },
482 "work_pool_id": {
483 "anyOf": [
484 {
Missing positive tests
485
"format": "uuid",
486 "type": "string"
487 },
488 {
489 "type": "null"
490 }
491 ],
492 }
493 },
Missing negative tests
494
"type": "object"
495 },
496 "PauseWorkQueue": {
497 "properties": {
498 "source": {
499 "enum": [
500 "selected",
501 "inferred"
502 ],
Missing negative tests
503
"type": "string"
504 },
505 "type": {
506 "const": "pause-work-queue",
Missing negative tests
507
"type": "string"
508 },
509 "work_queue_id": {
Missing negative tests
510
"anyOf": [
511 {
Missing negative tests
512
"format": "uuid",
513 "type": "string"
514 },
515 {
516 "type": "null"
517 }
Missing negative tests
518
],
519 }
520 },
Missing negative tests
521
"type": "object"
522 },
523 "ResourceSpecification": {
524 "additionalProperties": {
Missing negative tests
525
"anyOf": [
526 {
527 "type": "string"
528 },
529 {
530 "items": {
Missing negative tests
531
"type": "string"
532 },
533 "type": "array"
534 }
Missing negative tests
535
]
536 },
537 "type": "object"
538 },
539 "ResumeAutomation": {
540 "properties": {
541 "automation_id": {
542 "anyOf": [
543 {
544 "format": "uuid",
545 "type": "string"
546 },
547 {
548 "type": "null"
549 }
550 ],
551 },
552 "source": {
553 "enum": [
554 "selected",
555 "inferred"
556 ],
Missing negative tests
557
"type": "string"
558 },
559 "type": {
560 "const": "resume-automation",
Missing negative tests
561
"type": "string"
562 }
563 },
Missing negative tests
564
"type": "object"
565 },
566 "ResumeDeployment": {
567 "properties": {
568 "deployment_id": {
Missing negative tests
569
"anyOf": [
570 {
Missing negative tests
571
"format": "uuid",
572 "type": "string"
573 },
574 {
575 "type": "null"
576 }
Missing negative tests
577
],
578 },
579 "source": {
580 "enum": [
581 "selected",
582 "inferred"
583 ],
Missing negative tests
584
"type": "string"
585 },
586 "type": {
587 "const": "resume-deployment",
Missing negative tests
588
"type": "string"
589 }
590 },
Missing negative tests
591
"type": "object"
592 },
593 "ResumeFlowRun": {
Missing positive tests
594
"properties": {
595 "type": {
Missing positive tests
596
"const": "resume-flow-run",
Missing negative tests
597
"type": "string"
598 }
Missing positive tests
599
},
Missing negative tests
600
"type": "object"
601 },
602 "ResumeWorkPool": {
603 "properties": {
604 "source": {
605 "enum": [
606 "selected",
607 "inferred"
608 ],
Missing negative tests
609
"type": "string"
610 },
611 "type": {
612 "const": "resume-work-pool",
Missing negative tests
613
"type": "string"
614 },
615 "work_pool_id": {
616 "anyOf": [
617 {
Missing positive tests
618
"format": "uuid",
619 "type": "string"
620 },
621 {
622 "type": "null"
623 }
624 ],
625 }
626 },
Missing negative tests
627
"type": "object"
628 },
629 "ResumeWorkQueue": {
630 "properties": {
631 "source": {
632 "enum": [
633 "selected",
634 "inferred"
635 ],
Missing negative tests
636
"type": "string"
637 },
638 "type": {
639 "const": "resume-work-queue",
Missing negative tests
640
"type": "string"
641 },
642 "work_queue_id": {
Missing negative tests
643
"anyOf": [
644 {
Missing negative tests
645
"format": "uuid",
646 "type": "string"
647 },
648 {
649 "type": "null"
650 }
Missing negative tests
651
],
652 }
653 },
Missing negative tests
654
"type": "object"
655 },
656 "RunDeployment": {
657 "properties": {
658 "deployment_id": {
Missing negative tests
659
"anyOf": [
660 {
Missing negative tests
661
"format": "uuid",
662 "type": "string"
663 },
664 {
665 "type": "null"
666 }
Missing negative tests
667
],
668 },
669 "job_variables": {
Missing tests
670
"anyOf": [
671 {
Missing positive tests - negative not applicable
672
"additionalProperties": true,
Missing tests
673
"type": "object"
674 },
675 {
Missing tests
676
"type": "null"
677 }
Missing tests
678
],
679 },
680 "parameters": {
Missing negative tests
681
"anyOf": [
682 {
Missing positive tests - negative not applicable
683
"additionalProperties": true,
Missing positive tests
684
"type": "object"
685 },
686 {
Missing negative tests
687
"type": "null"
688 }
Missing negative tests
689
],
690 },
691 "schedule_after": {
Missing negative tests
692
"type": "number"
693 },
694 "source": {
695 "enum": [
696 "selected",
697 "inferred"
698 ],
Missing negative tests
699
"type": "string"
700 },
701 "type": {
Missing positive tests
702
"const": "run-deployment",
Missing negative tests
703
"type": "string"
704 }
705 },
Missing negative tests
706
"type": "object"
707 },
708 "SendNotification": {
709 "properties": {
710 "block_document_id": {
Missing negative tests
711
"format": "uuid",
Missing negative tests
712
"type": "string"
713 },
714 "body": {
Missing negative tests
715
"type": "string"
716 },
717 "subject": {
Missing negative tests
718
"type": "string"
719 },
720 "type": {
721 "const": "send-notification",
Missing negative tests
722
"type": "string"
723 }
724 },
725 "required": [
726 "block_document_id",
727 "body"
728 ],
Missing negative tests
729
"type": "object"
730 },
731 "SequenceTrigger-Input": {
732 "properties": {
733 "id": {
Missing negative tests
734
"format": "uuid",
Missing negative tests
735
"type": "string"
736 },
737 "triggers": {
738 "items": {
Missing negative tests
739
"anyOf": [
740 {
741 "$ref": "#/components/schemas/EventTrigger"
742 },
743 {
744 "$ref": "#/components/schemas/CompoundTrigger-Input"
745 },
746 {
747 "$ref": "#/components/schemas/SequenceTrigger-Input"
748 }
Missing negative tests
749
]
750 },
Missing negative tests
751
"type": "array"
752 },
753 "type": {
754 "const": "sequence",
Missing negative tests
755
"type": "string"
756 },
757 "within": {
Missing negative tests
758
"anyOf": [
759 {
760 "type": "number"
761 },
762 {
763 "type": "null"
764 }
Missing negative tests
765
],
766 }
767 },
768 "required": [
769 "triggers",
770 "within"
771 ],
Missing negative tests
772
"type": "object"
773 },
774 "StateType": {
Missing negative tests
775
"enum": [
776 "SCHEDULED",
777 "PENDING",
778 "RUNNING",
779 "COMPLETED",
780 "FAILED",
781 "CANCELLED",
782 "CRASHED",
783 "PAUSED",
784 "CANCELLING"
Missing negative tests
785
],
Missing negative tests
786
"type": "string"
787 },
788 "SuspendFlowRun": {
Missing positive tests
789
"properties": {
790 "type": {
Missing positive tests
791
"const": "suspend-flow-run",
Missing negative tests
792
"type": "string"
793 }
Missing positive tests
794
},
Missing negative tests
795
"type": "object"
796 }
797 }
798 }
799}
Responses
seen average

201
Successful Response
25 10.43ms
422
Validation Error
57 6.27ms
default
Default
14 3.50ms
Examples
29 of 34 covered

Body: application/json
source.default
 
"selected"
 
type.default
 
"pause-work-queue"
 
source.default
 
"selected"
 
source.default
 
"selected"
 
enabled.default
 
true
 
within.default
 
0.0
 
source.default
 
"selected"
 
type.default
 
"resume-work-queue"
 
type.default
 
"resume-flow-run"
 
threshold.default
 
1
 
source.default
 
"selected"
 
type.default
 
"run-deployment"
 
payload.default
 
""
 
type.default
 
"pause-deployment"
 
source.default
 
"selected"
 
type.default
 
"compound"
 
source.default
 
"selected"
 
type.default
 
"sequence"
 
description.default
 
""
 
type.default
 
"resume-deployment"
 
type.default
 
"suspend-flow-run"
 
type.default
 
"pause-automation"
 
source.default
 
"selected"
 
type.default
 
"call-webhook"
 
type.default
 
"change-flow-run-state"
 
type.default
 
"cancel-flow-run"
 
type.default
 
"event"
 
type.default
 
"do-nothing"
 
type.default
 
"resume-work-pool"
 
type.default
 
"pause-work-pool"
 
type.default
 
"resume-automation"
 
type.default
 
"send-notification"
 
source.default
 
"selected"
 
subject.default
 
"Prefect automated notification"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
4 2.20ms
422
Validation Error
0 -
default
Default
1 1.07ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json22 of 52 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_automations_automations_filter_post",
3 "components": {
4 "schemas": {
5 "AutomationFilter": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "created": {
Missing negative tests
9
"anyOf": [
10 {
11 "$ref": "#/components/schemas/AutomationFilterCreated"
12 },
13 {
14 "type": "null"
15 }
Missing negative tests
16
],
17 },
18 "name": {
Missing negative tests
19
"anyOf": [
20 {
21 "$ref": "#/components/schemas/AutomationFilterName"
22 },
23 {
24 "type": "null"
25 }
Missing negative tests
26
],
27 },
28 "operator": {
Missing negative tests
29
"$ref": "#/components/schemas/Operator",
30 },
31 "tags": {
Missing negative tests
32
"anyOf": [
33 {
34 "$ref": "#/components/schemas/AutomationFilterTags"
35 },
36 {
37 "type": "null"
38 }
Missing negative tests
39
],
40 }
Missing negative tests
41
},
42 "type": "object"
43 },
44 "AutomationFilterCreated": {
45 "additionalProperties": false,
Missing negative tests
46
"properties": {
47 "before_": {
Missing negative tests
48
"anyOf": [
49 {
Missing negative tests
50
"format": "date-time",
51 "type": "string"
52 },
53 {
54 "type": "null"
55 }
Missing negative tests
56
],
57 }
Missing negative tests
58
},
59 "type": "object"
60 },
61 "AutomationFilterName": {
62 "additionalProperties": false,
Missing negative tests
63
"properties": {
64 "any_": {
Missing negative tests
65
"anyOf": [
66 {
67 "items": {
Missing tests
68
"type": "string"
69 },
Missing positive tests
70
"type": "array"
71 },
72 {
Missing negative tests
73
"type": "null"
74 }
Missing negative tests
75
],
76 }
Missing negative tests
77
},
78 "type": "object"
79 },
80 "AutomationFilterTags": {
81 "additionalProperties": false,
Missing negative tests
82
"properties": {
83 "all_": {
Missing negative tests
84
"anyOf": [
85 {
86 "items": {
Missing negative tests
87
"type": "string"
88 },
89 "type": "array"
90 },
91 {
92 "type": "null"
93 }
Missing negative tests
94
],
95 "examples": [
96 [
97 "tag-1",
98 "tag-2"
99 ]
100 ],
101 },
102 "any_": {
Missing negative tests
103
"anyOf": [
104 {
105 "items": {
Missing negative tests
106
"type": "string"
107 },
108 "type": "array"
109 },
110 {
111 "type": "null"
112 }
Missing negative tests
113
],
114 "examples": [
115 [
116 "tag-1",
117 "tag-2"
118 ]
119 ],
120 },
121 "is_null_": {
Missing negative tests
122
"anyOf": [
123 {
124 "type": "boolean"
125 },
126 {
127 "type": "null"
128 }
Missing negative tests
129
],
130 },
131 "operator": {
Missing negative tests
132
"$ref": "#/components/schemas/Operator",
133 }
Missing negative tests
134
},
135 "type": "object"
136 },
137 "AutomationSort": {
Missing negative tests
138
"enum": [
139 "CREATED_DESC",
140 "UPDATED_DESC",
141 "NAME_ASC",
142 "NAME_DESC"
Missing negative tests
143
],
Missing negative tests
144
"type": "string"
145 },
146 "Body_read_automations_automations_filter_post": {
Missing negative tests
147
"properties": {
148 "automations": {
Missing negative tests
149
"anyOf": [
150 {
151 "$ref": "#/components/schemas/AutomationFilter"
152 },
153 {
154 "type": "null"
155 }
Missing negative tests
156
]
157 },
158 "limit": {
Missing negative tests
159
"type": "integer"
160 },
161 "offset": {
Missing negative tests
162
"minimum": 0.0,
Missing negative tests
163
"type": "integer"
164 },
165 "sort": {
Missing negative tests
166
"$ref": "#/components/schemas/AutomationSort",
167 }
Missing negative tests
168
},
169 "type": "object"
170 },
171 "Operator": {
Missing negative tests
172
"enum": [
173 "and_",
174 "or_"
Missing negative tests
175
],
Missing negative tests
176
"type": "string"
177 }
178 }
179 }
180}
Responses
seen average

200
Successful Response
136 4.81ms
422
Validation Error
38 1.62ms
default
Default
66 1.51ms
Examples
3 of 4 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
sort.default
 
"NAME_ASC"
 
offset.default
 
0
 
Path Parameters

resource_id1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

202
Successful Response
6 3.64ms
422
Validation Error
0 -
default
Default
1 1.03ms
Path Parameters

resource_id1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
6 2.76ms
422
Validation Error
0 -
default
Default
1 1.12ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json1 of 1 keywords covered
1{
2 "type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
2 1.04ms
default
Default
2 1.45ms
Examples
1 of 1 covered

Body: application/json
example
 
""
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
11 5.43ms
422
Validation Error
0 -
default
Default
2 1.40ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
2 3.53ms
422
Validation Error
0 -
default
Default
4 1.56ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json0 of 4 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/AutomationPartialUpdate",
3 "components": {
4 "schemas": {
5 "AutomationPartialUpdate": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "enabled": {
Missing negative tests
9
"type": "boolean"
10 }
Missing negative tests
11
},
Missing negative tests
12
"type": "object"
13 }
14 }
15 }
16}
Responses
seen average

204
Successful Response
3 5.34ms
422
Validation Error
0 -
default
Default
2 2.07ms
Examples
1 of 1 covered

Body: application/json
enabled.default
 
true
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json12 of 277 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/AutomationUpdate",
3 "components": {
4 "schemas": {
5 "AutomationUpdate": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "actions": {
9 "items": {
Missing negative tests
10
"anyOf": [
11 {
12 "$ref": "#/components/schemas/DoNothing"
13 },
14 {
Missing positive tests
15
"$ref": "#/components/schemas/RunDeployment"
16 },
17 {
Missing positive tests
18
"$ref": "#/components/schemas/PauseDeployment"
19 },
20 {
Missing positive tests
21
"$ref": "#/components/schemas/ResumeDeployment"
22 },
23 {
Missing positive tests
24
"$ref": "#/components/schemas/CancelFlowRun"
25 },
26 {
Missing positive tests
27
"$ref": "#/components/schemas/ChangeFlowRunState"
28 },
29 {
Missing positive tests
30
"$ref": "#/components/schemas/PauseWorkQueue"
31 },
32 {
Missing positive tests
33
"$ref": "#/components/schemas/ResumeWorkQueue"
34 },
35 {
36 "$ref": "#/components/schemas/SendNotification"
37 },
38 {
39 "$ref": "#/components/schemas/CallWebhook"
40 },
41 {
Missing positive tests
42
"$ref": "#/components/schemas/PauseAutomation"
43 },
44 {
Missing positive tests
45
"$ref": "#/components/schemas/ResumeAutomation"
46 },
47 {
Missing positive tests
48
"$ref": "#/components/schemas/SuspendFlowRun"
49 },
50 {
Missing positive tests
51
"$ref": "#/components/schemas/ResumeFlowRun"
52 },
53 {
Missing positive tests
54
"$ref": "#/components/schemas/PauseWorkPool"
55 },
56 {
Missing positive tests
57
"$ref": "#/components/schemas/ResumeWorkPool"
58 }
Missing negative tests
59
]
60 },
Missing negative tests
61
"type": "array"
62 },
63 "actions_on_resolve": {
64 "items": {
Missing tests
65
"anyOf": [
66 {
Missing tests
67
"$ref": "#/components/schemas/DoNothing"
68 },
69 {
Missing tests
70
"$ref": "#/components/schemas/RunDeployment"
71 },
72 {
Missing tests
73
"$ref": "#/components/schemas/PauseDeployment"
74 },
75 {
Missing tests
76
"$ref": "#/components/schemas/ResumeDeployment"
77 },
78 {
Missing tests
79
"$ref": "#/components/schemas/CancelFlowRun"
80 },
81 {
Missing tests
82
"$ref": "#/components/schemas/ChangeFlowRunState"
83 },
84 {
Missing tests
85
"$ref": "#/components/schemas/PauseWorkQueue"
86 },
87 {
Missing tests
88
"$ref": "#/components/schemas/ResumeWorkQueue"
89 },
90 {
Missing tests
91
"$ref": "#/components/schemas/SendNotification"
92 },
93 {
Missing tests
94
"$ref": "#/components/schemas/CallWebhook"
95 },
96 {
Missing tests
97
"$ref": "#/components/schemas/PauseAutomation"
98 },
99 {
Missing tests
100
"$ref": "#/components/schemas/ResumeAutomation"
101 },
102 {
Missing tests
103
"$ref": "#/components/schemas/SuspendFlowRun"
104 },
105 {
Missing tests
106
"$ref": "#/components/schemas/ResumeFlowRun"
107 },
108 {
Missing tests
109
"$ref": "#/components/schemas/PauseWorkPool"
110 },
111 {
Missing tests
112
"$ref": "#/components/schemas/ResumeWorkPool"
113 }
Missing tests
114
]
115 },
Missing negative tests
116
"type": "array"
117 },
118 "actions_on_trigger": {
119 "items": {
Missing tests
120
"anyOf": [
121 {
Missing tests
122
"$ref": "#/components/schemas/DoNothing"
123 },
124 {
Missing tests
125
"$ref": "#/components/schemas/RunDeployment"
126 },
127 {
Missing tests
128
"$ref": "#/components/schemas/PauseDeployment"
129 },
130 {
Missing tests
131
"$ref": "#/components/schemas/ResumeDeployment"
132 },
133 {
Missing tests
134
"$ref": "#/components/schemas/CancelFlowRun"
135 },
136 {
Missing tests
137
"$ref": "#/components/schemas/ChangeFlowRunState"
138 },
139 {
Missing tests
140
"$ref": "#/components/schemas/PauseWorkQueue"
141 },
142 {
Missing tests
143
"$ref": "#/components/schemas/ResumeWorkQueue"
144 },
145 {
Missing tests
146
"$ref": "#/components/schemas/SendNotification"
147 },
148 {
Missing tests
149
"$ref": "#/components/schemas/CallWebhook"
150 },
151 {
Missing tests
152
"$ref": "#/components/schemas/PauseAutomation"
153 },
154 {
Missing tests
155
"$ref": "#/components/schemas/ResumeAutomation"
156 },
157 {
Missing tests
158
"$ref": "#/components/schemas/SuspendFlowRun"
159 },
160 {
Missing tests
161
"$ref": "#/components/schemas/ResumeFlowRun"
162 },
163 {
Missing tests
164
"$ref": "#/components/schemas/PauseWorkPool"
165 },
166 {
Missing tests
167
"$ref": "#/components/schemas/ResumeWorkPool"
168 }
Missing tests
169
]
170 },
Missing negative tests
171
"type": "array"
172 },
173 "description": {
Missing negative tests
174
"type": "string"
175 },
176 "enabled": {
Missing negative tests
177
"type": "boolean"
178 },
179 "name": {
Missing negative tests
180
"type": "string"
181 },
182 "tags": {
183 "items": {
Missing tests
184
"type": "string"
185 },
Missing negative tests
186
"type": "array"
187 },
188 "trigger": {
Missing negative tests
189
"anyOf": [
190 {
Missing positive tests
191
"$ref": "#/components/schemas/EventTrigger"
192 },
193 {
Missing positive tests
194
"$ref": "#/components/schemas/CompoundTrigger-Input"
195 },
196 {
Missing negative tests
197
"$ref": "#/components/schemas/SequenceTrigger-Input"
198 }
Missing negative tests
199
],
200 }
Missing negative tests
201
},
Missing negative tests
202
"required": [
203 "name",
204 "trigger",
205 "actions"
Missing negative tests
206
],
Missing negative tests
207
"type": "object"
208 },
209 "CallWebhook": {
210 "properties": {
211 "block_document_id": {
Missing negative tests
212
"format": "uuid",
Missing negative tests
213
"type": "string"
214 },
215 "payload": {
Missing negative tests
216
"type": "string"
217 },
218 "type": {
219 "const": "call-webhook",
Missing negative tests
220
"type": "string"
221 }
222 },
223 "required": [
224 "block_document_id"
225 ],
Missing negative tests
226
"type": "object"
227 },
228 "CancelFlowRun": {
Missing positive tests
229
"properties": {
230 "type": {
Missing positive tests
231
"const": "cancel-flow-run",
Missing negative tests
232
"type": "string"
233 }
Missing positive tests
234
},
Missing negative tests
235
"type": "object"
236 },
237 "ChangeFlowRunState": {
Missing positive tests
238
"properties": {
239 "message": {
Missing tests
240
"anyOf": [
241 {
Missing tests
242
"type": "string"
243 },
244 {
Missing tests
245
"type": "null"
246 }
Missing tests
247
],
248 },
249 "name": {
Missing tests
250
"anyOf": [
251 {
Missing tests
252
"type": "string"
253 },
254 {
Missing tests
255
"type": "null"
256 }
Missing tests
257
],
258 },
259 "state": {
Missing tests
260
"$ref": "#/components/schemas/StateType",
261 },
262 "type": {
Missing positive tests
263
"const": "change-flow-run-state",
Missing negative tests
264
"type": "string"
265 }
Missing positive tests
266
},
Missing positive tests
267
"required": [
268 "state"
Missing positive tests
269
],
Missing negative tests
270
"type": "object"
271 },
272 "CompoundTrigger-Input": {
273 "properties": {
274 "id": {
Missing negative tests
275
"format": "uuid",
Missing negative tests
276
"type": "string"
277 },
278 "require": {
Missing tests
279
"anyOf": [
280 {
Missing tests
281
"type": "integer"
282 },
283 {
Missing tests
284
"enum": [
285 "any",
286 "all"
Missing tests
287
],
Missing tests
288
"type": "string"
289 }
Missing tests
290
],
291 },
292 "triggers": {
293 "items": {
Missing tests
294
"anyOf": [
295 {
Missing tests
296
"$ref": "#/components/schemas/EventTrigger"
297 },
298 {
Missing tests
299
"$ref": "#/components/schemas/CompoundTrigger-Input"
300 },
301 {
Missing tests
302
"$ref": "#/components/schemas/SequenceTrigger-Input"
303 }
Missing tests
304
]
305 },
Missing negative tests
306
"type": "array"
307 },
308 "type": {
Missing positive tests
309
"const": "compound",
Missing negative tests
310
"type": "string"
311 },
312 "within": {
Missing negative tests
313
"anyOf": [
314 {
Missing positive tests
315
"type": "number"
316 },
317 {
Missing negative tests
318
"type": "null"
319 }
Missing negative tests
320
],
321 }
322 },
Missing positive tests
323
"required": [
324 "triggers",
325 "within",
326 "require"
Missing positive tests
327
],
Missing negative tests
328
"type": "object"
329 },
330 "DoNothing": {
331 "properties": {
332 "type": {
333 "const": "do-nothing",
Missing negative tests
334
"type": "string"
335 }
336 },
Missing negative tests
337
"type": "object"
338 },
339 "EventTrigger": {
Missing positive tests
340
"properties": {
341 "after": {
342 "items": {
Missing tests
343
"type": "string"
344 },
Missing tests
345
"type": "array",
Missing tests
346
"uniqueItems": true
347 },
348 "expect": {
349 "items": {
Missing tests
350
"type": "string"
351 },
Missing tests
352
"type": "array",
Missing tests
353
"uniqueItems": true
354 },
355 "for_each": {
356 "items": {
Missing tests
357
"type": "string"
358 },
Missing tests
359
"type": "array",
Missing tests
360
"uniqueItems": true
361 },
362 "id": {
Missing negative tests
363
"format": "uuid",
Missing negative tests
364
"type": "string"
365 },
366 "match": {
Missing tests
367
"$ref": "#/components/schemas/ResourceSpecification",
368 },
369 "match_related": {
Missing tests
370
"anyOf": [
371 {
Missing tests
372
"$ref": "#/components/schemas/ResourceSpecification"
373 },
374 {
375 "items": {
Missing tests
376
"$ref": "#/components/schemas/ResourceSpecification"
377 },
Missing tests
378
"type": "array"
379 }
Missing tests
380
],
381 },
382 "posture": {
Missing tests
383
"enum": [
384 "Reactive",
385 "Proactive"
Missing tests
386
],
Missing tests
387
"type": "string"
388 },
389 "threshold": {
Missing tests
390
"type": "integer"
391 },
392 "type": {
Missing positive tests
393
"const": "event",
Missing negative tests
394
"type": "string"
395 },
396 "within": {
Missing positive tests
397
"type": "number"
398 }
Missing positive tests
399
},
Missing positive tests
400
"required": [
401 "posture"
Missing positive tests
402
],
Missing negative tests
403
"type": "object"
404 },
405 "PauseAutomation": {
Missing positive tests
406
"properties": {
407 "automation_id": {
Missing tests
408
"anyOf": [
409 {
Missing tests
410
"format": "uuid",
Missing tests
411
"type": "string"
412 },
413 {
Missing tests
414
"type": "null"
415 }
Missing tests
416
],
417 },
418 "source": {
Missing tests
419
"enum": [
420 "selected",
421 "inferred"
Missing tests
422
],
Missing tests
423
"type": "string"
424 },
425 "type": {
Missing positive tests
426
"const": "pause-automation",
Missing negative tests
427
"type": "string"
428 }
Missing positive tests
429
},
Missing negative tests
430
"type": "object"
431 },
432 "PauseDeployment": {
Missing positive tests
433
"properties": {
434 "deployment_id": {
Missing tests
435
"anyOf": [
436 {
Missing tests
437
"format": "uuid",
Missing tests
438
"type": "string"
439 },
440 {
Missing tests
441
"type": "null"
442 }
Missing tests
443
],
444 },
445 "source": {
Missing tests
446
"enum": [
447 "selected",
448 "inferred"
Missing tests
449
],
Missing tests
450
"type": "string"
451 },
452 "type": {
Missing positive tests
453
"const": "pause-deployment",
Missing negative tests
454
"type": "string"
455 }
Missing positive tests
456
},
Missing negative tests
457
"type": "object"
458 },
459 "PauseWorkPool": {
Missing positive tests
460
"properties": {
461 "source": {
Missing tests
462
"enum": [
463 "selected",
464 "inferred"
Missing tests
465
],
Missing tests
466
"type": "string"
467 },
468 "type": {
Missing positive tests
469
"const": "pause-work-pool",
Missing negative tests
470
"type": "string"
471 },
472 "work_pool_id": {
Missing tests
473
"anyOf": [
474 {
Missing tests
475
"format": "uuid",
Missing tests
476
"type": "string"
477 },
478 {
Missing tests
479
"type": "null"
480 }
Missing tests
481
],
482 }
Missing positive tests
483
},
Missing negative tests
484
"type": "object"
485 },
486 "PauseWorkQueue": {
Missing positive tests
487
"properties": {
488 "source": {
Missing tests
489
"enum": [
490 "selected",
491 "inferred"
Missing tests
492
],
Missing tests
493
"type": "string"
494 },
495 "type": {
Missing positive tests
496
"const": "pause-work-queue",
Missing negative tests
497
"type": "string"
498 },
499 "work_queue_id": {
Missing tests
500
"anyOf": [
501 {
Missing tests
502
"format": "uuid",
Missing tests
503
"type": "string"
504 },
505 {
Missing tests
506
"type": "null"
507 }
Missing tests
508
],
509 }
Missing positive tests
510
},
Missing negative tests
511
"type": "object"
512 },
513 "ResourceSpecification": {
514 "additionalProperties": {
Missing tests
515
"anyOf": [
516 {
Missing tests
517
"type": "string"
518 },
519 {
520 "items": {
Missing tests
521
"type": "string"
522 },
Missing tests
523
"type": "array"
524 }
Missing tests
525
]
526 },
Missing tests
527
"type": "object"
528 },
529 "ResumeAutomation": {
Missing positive tests
530
"properties": {
531 "automation_id": {
Missing tests
532
"anyOf": [
533 {
Missing tests
534
"format": "uuid",
Missing tests
535
"type": "string"
536 },
537 {
Missing tests
538
"type": "null"
539 }
Missing tests
540
],
541 },
542 "source": {
Missing tests
543
"enum": [
544 "selected",
545 "inferred"
Missing tests
546
],
Missing tests
547
"type": "string"
548 },
549 "type": {
Missing positive tests
550
"const": "resume-automation",
Missing negative tests
551
"type": "string"
552 }
Missing positive tests
553
},
Missing negative tests
554
"type": "object"
555 },
556 "ResumeDeployment": {
Missing positive tests
557
"properties": {
558 "deployment_id": {
Missing tests
559
"anyOf": [
560 {
Missing tests
561
"format": "uuid",
Missing tests
562
"type": "string"
563 },
564 {
Missing tests
565
"type": "null"
566 }
Missing tests
567
],
568 },
569 "source": {
Missing tests
570
"enum": [
571 "selected",
572 "inferred"
Missing tests
573
],
Missing tests
574
"type": "string"
575 },
576 "type": {
Missing positive tests
577
"const": "resume-deployment",
Missing negative tests
578
"type": "string"
579 }
Missing positive tests
580
},
Missing negative tests
581
"type": "object"
582 },
583 "ResumeFlowRun": {
Missing positive tests
584
"properties": {
585 "type": {
Missing positive tests
586
"const": "resume-flow-run",
Missing negative tests
587
"type": "string"
588 }
Missing positive tests
589
},
Missing negative tests
590
"type": "object"
591 },
592 "ResumeWorkPool": {
Missing positive tests
593
"properties": {
594 "source": {
Missing tests
595
"enum": [
596 "selected",
597 "inferred"
Missing tests
598
],
Missing tests
599
"type": "string"
600 },
601 "type": {
Missing positive tests
602
"const": "resume-work-pool",
Missing negative tests
603
"type": "string"
604 },
605 "work_pool_id": {
Missing tests
606
"anyOf": [
607 {
Missing tests
608
"format": "uuid",
Missing tests
609
"type": "string"
610 },
611 {
Missing tests
612
"type": "null"
613 }
Missing tests
614
],
615 }
Missing positive tests
616
},
Missing negative tests
617
"type": "object"
618 },
619 "ResumeWorkQueue": {
Missing positive tests
620
"properties": {
621 "source": {
Missing tests
622
"enum": [
623 "selected",
624 "inferred"
Missing tests
625
],
Missing tests
626
"type": "string"
627 },
628 "type": {
Missing positive tests
629
"const": "resume-work-queue",
Missing negative tests
630
"type": "string"
631 },
632 "work_queue_id": {
Missing tests
633
"anyOf": [
634 {
Missing tests
635
"format": "uuid",
Missing tests
636
"type": "string"
637 },
638 {
Missing tests
639
"type": "null"
640 }
Missing tests
641
],
642 }
Missing positive tests
643
},
Missing negative tests
644
"type": "object"
645 },
646 "RunDeployment": {
Missing positive tests
647
"properties": {
648 "deployment_id": {
Missing tests
649
"anyOf": [
650 {
Missing tests
651
"format": "uuid",
Missing tests
652
"type": "string"
653 },
654 {
Missing tests
655
"type": "null"
656 }
Missing tests
657
],
658 },
659 "job_variables": {
Missing tests
660
"anyOf": [
661 {
Missing positive tests - negative not applicable
662
"additionalProperties": true,
Missing tests
663
"type": "object"
664 },
665 {
Missing tests
666
"type": "null"
667 }
Missing tests
668
],
669 },
670 "parameters": {
Missing tests
671
"anyOf": [
672 {
Missing positive tests - negative not applicable
673
"additionalProperties": true,
Missing tests
674
"type": "object"
675 },
676 {
Missing tests
677
"type": "null"
678 }
Missing tests
679
],
680 },
681 "schedule_after": {
Missing tests
682
"type": "number"
683 },
684 "source": {
Missing tests
685
"enum": [
686 "selected",
687 "inferred"
Missing tests
688
],
Missing tests
689
"type": "string"
690 },
691 "type": {
Missing positive tests
692
"const": "run-deployment",
Missing negative tests
693
"type": "string"
694 }
Missing positive tests
695
},
Missing negative tests
696
"type": "object"
697 },
698 "SendNotification": {
699 "properties": {
700 "block_document_id": {
Missing negative tests
701
"format": "uuid",
Missing negative tests
702
"type": "string"
703 },
704 "body": {
Missing negative tests
705
"type": "string"
706 },
707 "subject": {
Missing negative tests
708
"type": "string"
709 },
710 "type": {
711 "const": "send-notification",
Missing negative tests
712
"type": "string"
713 }
714 },
715 "required": [
716 "block_document_id",
717 "body"
718 ],
Missing negative tests
719
"type": "object"
720 },
721 "SequenceTrigger-Input": {
Missing negative tests
722
"properties": {
723 "id": {
Missing negative tests
724
"format": "uuid",
Missing negative tests
725
"type": "string"
726 },
727 "triggers": {
728 "items": {
Missing tests
729
"anyOf": [
730 {
Missing tests
731
"$ref": "#/components/schemas/EventTrigger"
732 },
733 {
Missing tests
734
"$ref": "#/components/schemas/CompoundTrigger-Input"
735 },
736 {
Missing tests
737
"$ref": "#/components/schemas/SequenceTrigger-Input"
738 }
Missing tests
739
]
740 },
Missing negative tests
741
"type": "array"
742 },
743 "type": {
Missing negative tests
744
"const": "sequence",
Missing negative tests
745
"type": "string"
746 },
747 "within": {
Missing negative tests
748
"anyOf": [
749 {
Missing positive tests
750
"type": "number"
751 },
752 {
Missing negative tests
753
"type": "null"
754 }
Missing negative tests
755
],
756 }
Missing negative tests
757
},
Missing negative tests
758
"required": [
759 "triggers",
760 "within"
Missing negative tests
761
],
Missing negative tests
762
"type": "object"
763 },
764 "StateType": {
Missing tests
765
"enum": [
766 "SCHEDULED",
767 "PENDING",
768 "RUNNING",
769 "COMPLETED",
770 "FAILED",
771 "CANCELLED",
772 "CRASHED",
773 "PAUSED",
774 "CANCELLING"
Missing tests
775
],
Missing tests
776
"type": "string"
777 },
778 "SuspendFlowRun": {
Missing positive tests
779
"properties": {
780 "type": {
Missing positive tests
781
"const": "suspend-flow-run",
Missing negative tests
782
"type": "string"
783 }
Missing positive tests
784
},
Missing negative tests
785
"type": "object"
786 }
787 }
788 }
789}
Responses
seen average

204
Successful Response
6 6.13ms
422
Validation Error
0 -
default
Default
2 2.35ms
Examples
8 of 34 covered

Body: application/json
source.default
 
"selected"
 
source.default
 
"selected"
 
type.default
 
"resume-automation"
 
source.default
 
"selected"
 
type.default
 
"suspend-flow-run"
 
type.default
 
"send-notification"
 
type.default
 
"event"
 
enabled.default
 
true
 
type.default
 
"pause-automation"
 
subject.default
 
"Prefect automated notification"
 
type.default
 
"resume-deployment"
 
type.default
 
"resume-work-pool"
 
type.default
 
"resume-flow-run"
 
within.default
 
0.0
 
type.default
 
"run-deployment"
 
payload.default
 
""
 
source.default
 
"selected"
 
source.default
 
"selected"
 
type.default
 
"do-nothing"
 
source.default
 
"selected"
 
type.default
 
"compound"
 
source.default
 
"selected"
 
type.default
 
"call-webhook"
 
type.default
 
"pause-work-queue"
 
type.default
 
"pause-work-pool"
 
type.default
 
"cancel-flow-run"
 
type.default
 
"sequence"
 
source.default
 
"selected"
 
description.default
 
""
 
type.default
 
"change-flow-run-state"
 
threshold.default
 
1
 
source.default
 
"selected"
 
type.default
 
"resume-work-queue"
 
type.default
 
"pause-deployment"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
4 2.23ms
422
Validation Error
0 -
default
Default
1 1.21ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json6 of 15 keywords covered
1{
2 "$ref": "#/components/schemas/BlockDocumentCreate",
3 "components": {
4 "schemas": {
5 "BlockDocumentCreate": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "block_schema_id": {
Missing negative tests
9
"format": "uuid",
Missing negative tests
10
"type": "string"
11 },
12 "block_type_id": {
Missing negative tests
13
"format": "uuid",
Missing negative tests
14
"type": "string"
15 },
16 "data": {
Negative tests not applicable
17
"additionalProperties": true,
Missing negative tests
18
"type": "object"
19 },
20 "is_anonymous": {
Missing negative tests
21
"type": "boolean"
22 },
23 "name": {
Missing negative tests
24
"anyOf": [
25 {
Missing negative tests
26
"pattern": "^[^/%&><]+$",
27 "type": "string"
28 },
29 {
30 "type": "null"
31 }
Missing negative tests
32
],
33 }
Missing negative tests
34
},
35 "required": [
36 "block_schema_id",
37 "block_type_id"
38 ],
39 "type": "object"
40 }
41 }
42 }
43}
Responses
seen average

201
Successful Response
0 -
422
Validation Error
223 2.44ms
default
Default
130 2.33ms
Examples
1 of 1 covered

Body: application/json
is_anonymous.default
 
false
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json5 of 117 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_block_documents_block_documents_count_post",
3 "components": {
4 "schemas": {
5 "BlockDocumentFilter": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "block_type_id": {
Missing tests
9
"anyOf": [
10 {
Missing tests
11
"$ref": "#/components/schemas/BlockDocumentFilterBlockTypeId"
12 },
13 {
Missing tests
14
"type": "null"
15 }
Missing tests
16
],
17 },
18 "id": {
Missing tests
19
"anyOf": [
20 {
Missing tests
21
"$ref": "#/components/schemas/BlockDocumentFilterId"
22 },
23 {
Missing tests
24
"type": "null"
25 }
Missing tests
26
],
27 },
28 "is_anonymous": {
Missing tests
29
"anyOf": [
30 {
Missing tests
31
"$ref": "#/components/schemas/BlockDocumentFilterIsAnonymous"
32 },
33 {
Missing tests
34
"type": "null"
35 }
Missing tests
36
],
37 },
38 "name": {
Missing negative tests
39
"anyOf": [
40 {
Missing negative tests
41
"$ref": "#/components/schemas/BlockDocumentFilterName"
42 },
43 {
Missing positive tests
44
"type": "null"
45 }
Missing negative tests
46
],
47 },
48 "operator": {
Missing tests
49
"$ref": "#/components/schemas/Operator",
50 }
Missing negative tests
51
},
Missing negative tests
52
"type": "object"
53 },
54 "BlockDocumentFilterBlockTypeId": {
55 "additionalProperties": false,
Missing tests
56
"properties": {
57 "any_": {
Missing tests
58
"anyOf": [
59 {
60 "items": {
Missing tests
61
"format": "uuid",
Missing tests
62
"type": "string"
63 },
Missing tests
64
"type": "array"
65 },
66 {
Missing tests
67
"type": "null"
68 }
Missing tests
69
],
70 }
Missing tests
71
},
Missing tests
72
"type": "object"
73 },
74 "BlockDocumentFilterId": {
75 "additionalProperties": false,
Missing tests
76
"properties": {
77 "any_": {
Missing tests
78
"anyOf": [
79 {
80 "items": {
Missing tests
81
"format": "uuid",
Missing tests
82
"type": "string"
83 },
Missing tests
84
"type": "array"
85 },
86 {
Missing tests
87
"type": "null"
88 }
Missing tests
89
],
90 }
Missing tests
91
},
Missing tests
92
"type": "object"
93 },
94 "BlockDocumentFilterIsAnonymous": {
95 "additionalProperties": false,
Missing tests
96
"properties": {
97 "eq_": {
Missing tests
98
"anyOf": [
99 {
Missing tests
100
"type": "boolean"
101 },
102 {
Missing tests
103
"type": "null"
104 }
Missing tests
105
],
106 }
Missing tests
107
},
Missing tests
108
"type": "object"
109 },
110 "BlockDocumentFilterName": {
111 "additionalProperties": false,
Missing negative tests
112
"properties": {
113 "any_": {
Missing tests
114
"anyOf": [
115 {
116 "items": {
Missing tests
117
"type": "string"
118 },
Missing tests
119
"type": "array"
120 },
121 {
Missing tests
122
"type": "null"
123 }
Missing tests
124
],
125 },
126 "like_": {
Missing negative tests
127
"anyOf": [
128 {
Missing negative tests
129
"type": "string"
130 },
131 {
Missing positive tests
132
"type": "null"
133 }
Missing negative tests
134
],
135 "examples": [
136 "my-block%"
137 ],
138 }
Missing negative tests
139
},
Missing negative tests
140
"type": "object"
141 },
142 "BlockSchemaFilter": {
143 "additionalProperties": false,
Missing negative tests
144
"properties": {
145 "block_capabilities": {
Missing negative tests
146
"anyOf": [
147 {
Missing negative tests
148
"$ref": "#/components/schemas/BlockSchemaFilterCapabilities"
149 },
150 {
Missing positive tests
151
"type": "null"
152 }
Missing negative tests
153
],
154 },
155 "block_type_id": {
Missing tests
156
"anyOf": [
157 {
Missing tests
158
"$ref": "#/components/schemas/BlockSchemaFilterBlockTypeId"
159 },
160 {
Missing tests
161
"type": "null"
162 }
Missing tests
163
],
164 },
165 "id": {
Missing tests
166
"anyOf": [
167 {
Missing tests
168
"$ref": "#/components/schemas/BlockSchemaFilterId"
169 },
170 {
Missing tests
171
"type": "null"
172 }
Missing tests
173
],
174 },
175 "operator": {
Missing tests
176
"$ref": "#/components/schemas/Operator",
177 },
178 "version": {
Missing negative tests
179
"anyOf": [
180 {
Missing negative tests
181
"$ref": "#/components/schemas/BlockSchemaFilterVersion"
182 },
183 {
Missing positive tests
184
"type": "null"
185 }
Missing negative tests
186
],
187 }
Missing negative tests
188
},
189 "type": "object"
190 },
191 "BlockSchemaFilterBlockTypeId": {
192 "additionalProperties": false,
Missing tests
193
"properties": {
194 "any_": {
Missing tests
195
"anyOf": [
196 {
197 "items": {
Missing tests
198
"format": "uuid",
Missing tests
199
"type": "string"
200 },
Missing tests
201
"type": "array"
202 },
203 {
Missing tests
204
"type": "null"
205 }
Missing tests
206
],
207 }
Missing tests
208
},
Missing tests
209
"type": "object"
210 },
211 "BlockSchemaFilterCapabilities": {
212 "additionalProperties": false,
Missing negative tests
213
"properties": {
214 "all_": {
Missing negative tests
215
"anyOf": [
216 {
217 "items": {
Missing negative tests
218
"type": "string"
219 },
Missing negative tests
220
"type": "array"
221 },
222 {
Missing positive tests
223
"type": "null"
224 }
Missing negative tests
225
],
226 "examples": [
227 [
228 "write-storage",
229 "read-storage"
230 ]
231 ],
232 }
Missing negative tests
233
},
Missing negative tests
234
"type": "object"
235 },
236 "BlockSchemaFilterId": {
237 "additionalProperties": false,
Missing tests
238
"properties": {
239 "any_": {
Missing tests
240
"anyOf": [
241 {
242 "items": {
Missing tests
243
"format": "uuid",
Missing tests
244
"type": "string"
245 },
Missing tests
246
"type": "array"
247 },
248 {
Missing tests
249
"type": "null"
250 }
Missing tests
251
],
252 }
Missing tests
253
},
Missing tests
254
"type": "object"
255 },
256 "BlockSchemaFilterVersion": {
257 "additionalProperties": false,
Missing negative tests
258
"properties": {
259 "any_": {
Missing negative tests
260
"anyOf": [
261 {
262 "items": {
Missing negative tests
263
"type": "string"
264 },
Missing negative tests
265
"type": "array"
266 },
267 {
Missing positive tests
268
"type": "null"
269 }
Missing negative tests
270
],
271 "examples": [
272 [
273 "2.0.0",
274 "2.1.0"
275 ]
276 ],
277 }
Missing negative tests
278
},
Missing negative tests
279
"type": "object"
280 },
281 "BlockTypeFilter": {
282 "additionalProperties": false,
Missing negative tests
283
"properties": {
284 "name": {
Missing negative tests
285
"anyOf": [
286 {
Missing negative tests
287
"$ref": "#/components/schemas/BlockTypeFilterName"
288 },
289 {
Missing positive tests
290
"type": "null"
291 }
Missing negative tests
292
],
293 },
294 "slug": {
Missing tests
295
"anyOf": [
296 {
Missing tests
297
"$ref": "#/components/schemas/BlockTypeFilterSlug"
298 },
299 {
Missing tests
300
"type": "null"
301 }
Missing tests
302
],
303 }
Missing negative tests
304
},
Missing negative tests
305
"type": "object"
306 },
307 "BlockTypeFilterName": {
308 "additionalProperties": false,
Missing negative tests
309
"properties": {
310 "like_": {
Missing negative tests
311
"anyOf": [
312 {
Missing negative tests
313
"type": "string"
314 },
315 {
Missing positive tests
316
"type": "null"
317 }
Missing negative tests
318
],
319 "examples": [
320 "marvin"
321 ],
322 }
Missing negative tests
323
},
Missing negative tests
324
"type": "object"
325 },
326 "BlockTypeFilterSlug": {
327 "additionalProperties": false,
Missing tests
328
"properties": {
329 "any_": {
Missing tests
330
"anyOf": [
331 {
332 "items": {
Missing tests
333
"type": "string"
334 },
Missing tests
335
"type": "array"
336 },
337 {
Missing tests
338
"type": "null"
339 }
Missing tests
340
],
341 }
Missing tests
342
},
Missing tests
343
"type": "object"
344 },
345 "Body_count_block_documents_block_documents_count_post": {
Missing negative tests
346
"properties": {
347 "block_documents": {
Missing negative tests
348
"anyOf": [
349 {
Missing negative tests
350
"$ref": "#/components/schemas/BlockDocumentFilter"
351 },
352 {
Missing positive tests
353
"type": "null"
354 }
Missing negative tests
355
]
356 },
357 "block_schemas": {
Missing negative tests
358
"anyOf": [
359 {
360 "$ref": "#/components/schemas/BlockSchemaFilter"
361 },
362 {
363 "type": "null"
364 }
Missing negative tests
365
]
366 },
367 "block_types": {
Missing negative tests
368
"anyOf": [
369 {
Missing negative tests
370
"$ref": "#/components/schemas/BlockTypeFilter"
371 },
372 {
Missing positive tests
373
"type": "null"
374 }
Missing negative tests
375
]
376 }
Missing negative tests
377
},
378 "type": "object"
379 },
380 "Operator": {
Missing tests
381
"enum": [
382 "and_",
383 "or_"
Missing tests
384
],
Missing tests
385
"type": "string"
386 }
387 }
388 }
389}
Responses
seen average

200
Successful Response
5 3.31ms
422
Validation Error
2 1.68ms
default
Default
1 0.66ms
Examples
0 of 3 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_anonymous.default
 
{
"eq_": false
}
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json63 of 126 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_block_documents_block_documents_filter_post",
3 "components": {
4 "schemas": {
5 "BlockDocumentFilter": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "block_type_id": {
Missing negative tests
9
"anyOf": [
10 {
11 "$ref": "#/components/schemas/BlockDocumentFilterBlockTypeId"
12 },
13 {
14 "type": "null"
15 }
Missing negative tests
16
],
17 },
18 "id": {
Missing negative tests
19
"anyOf": [
20 {
21 "$ref": "#/components/schemas/BlockDocumentFilterId"
22 },
23 {
24 "type": "null"
25 }
Missing negative tests
26
],
27 },
28 "is_anonymous": {
Missing negative tests
29
"anyOf": [
30 {
31 "$ref": "#/components/schemas/BlockDocumentFilterIsAnonymous"
32 },
33 {
34 "type": "null"
35 }
Missing negative tests
36
],
37 },
38 "name": {
Missing negative tests
39
"anyOf": [
40 {
41 "$ref": "#/components/schemas/BlockDocumentFilterName"
42 },
43 {
44 "type": "null"
45 }
Missing negative tests
46
],
47 },
48 "operator": {
Missing negative tests
49
"$ref": "#/components/schemas/Operator",
50 }
Missing negative tests
51
},
52 "type": "object"
53 },
54 "BlockDocumentFilterBlockTypeId": {
55 "additionalProperties": false,
Missing negative tests
56
"properties": {
57 "any_": {
Missing negative tests
58
"anyOf": [
59 {
60 "items": {
Missing negative tests
61
"format": "uuid",
Missing negative tests
62
"type": "string"
63 },
64 "type": "array"
65 },
66 {
67 "type": "null"
68 }
Missing negative tests
69
],
70 }
Missing negative tests
71
},
72 "type": "object"
73 },
74 "BlockDocumentFilterId": {
75 "additionalProperties": false,
Missing negative tests
76
"properties": {
77 "any_": {
Missing negative tests
78
"anyOf": [
79 {
80 "items": {
Missing negative tests
81
"format": "uuid",
Missing negative tests
82
"type": "string"
83 },
Missing negative tests
84
"type": "array"
85 },
86 {
Missing positive tests
87
"type": "null"
88 }
Missing negative tests
89
],
90 }
Missing negative tests
91
},
92 "type": "object"
93 },
94 "BlockDocumentFilterIsAnonymous": {
95 "additionalProperties": false,
Missing negative tests
96
"properties": {
97 "eq_": {
Missing negative tests
98
"anyOf": [
99 {
100 "type": "boolean"
101 },
102 {
103 "type": "null"
104 }
Missing negative tests
105
],
106 }
Missing negative tests
107
},
108 "type": "object"
109 },
110 "BlockDocumentFilterName": {
111 "additionalProperties": false,
Missing negative tests
112
"properties": {
113 "any_": {
Missing negative tests
114
"anyOf": [
115 {
116 "items": {
Missing negative tests
117
"type": "string"
118 },
119 "type": "array"
120 },
121 {
122 "type": "null"
123 }
Missing negative tests
124
],
125 },
126 "like_": {
Missing negative tests
127
"anyOf": [
128 {
129 "type": "string"
130 },
131 {
132 "type": "null"
133 }
Missing negative tests
134
],
135 "examples": [
136 "my-block%"
137 ],
138 }
Missing negative tests
139
},
140 "type": "object"
141 },
142 "BlockDocumentSort": {
143 "enum": [
144 "NAME_DESC",
145 "NAME_ASC",
146 "BLOCK_TYPE_AND_NAME_ASC"
147 ],
148 "type": "string"
149 },
150 "BlockSchemaFilter": {
151 "additionalProperties": false,
Missing negative tests
152
"properties": {
153 "block_capabilities": {
Missing negative tests
154
"anyOf": [
155 {
156 "$ref": "#/components/schemas/BlockSchemaFilterCapabilities"
157 },
158 {
159 "type": "null"
160 }
Missing negative tests
161
],
162 },
163 "block_type_id": {
Missing negative tests
164
"anyOf": [
165 {
166 "$ref": "#/components/schemas/BlockSchemaFilterBlockTypeId"
167 },
168 {
169 "type": "null"
170 }
Missing negative tests
171
],
172 },
173 "id": {
Missing negative tests
174
"anyOf": [
175 {
176 "$ref": "#/components/schemas/BlockSchemaFilterId"
177 },
178 {
179 "type": "null"
180 }
Missing negative tests
181
],
182 },
183 "operator": {
Missing negative tests
184
"$ref": "#/components/schemas/Operator",
185 },
186 "version": {
Missing negative tests
187
"anyOf": [
188 {
189 "$ref": "#/components/schemas/BlockSchemaFilterVersion"
190 },
191 {
192 "type": "null"
193 }
Missing negative tests
194
],
195 }
Missing negative tests
196
},
197 "type": "object"
198 },
199 "BlockSchemaFilterBlockTypeId": {
200 "additionalProperties": false,
Missing negative tests
201
"properties": {
202 "any_": {
Missing negative tests
203
"anyOf": [
204 {
205 "items": {
Missing negative tests
206
"format": "uuid",
Missing negative tests
207
"type": "string"
208 },
209 "type": "array"
210 },
211 {
212 "type": "null"
213 }
Missing negative tests
214
],
215 }
Missing negative tests
216
},
217 "type": "object"
218 },
219 "BlockSchemaFilterCapabilities": {
220 "additionalProperties": false,
Missing negative tests
221
"properties": {
222 "all_": {
Missing negative tests
223
"anyOf": [
224 {
225 "items": {
Missing negative tests
226
"type": "string"
227 },
Missing negative tests
228
"type": "array"
229 },
230 {
Missing positive tests
231
"type": "null"
232 }
Missing negative tests
233
],
234 "examples": [
235 [
236 "write-storage",
237 "read-storage"
238 ]
239 ],
240 }
Missing negative tests
241
},
242 "type": "object"
243 },
244 "BlockSchemaFilterId": {
245 "additionalProperties": false,
Missing negative tests
246
"properties": {
247 "any_": {
Missing negative tests
248
"anyOf": [
249 {
250 "items": {
Missing negative tests
251
"format": "uuid",
Missing negative tests
252
"type": "string"
253 },
254 "type": "array"
255 },
256 {
257 "type": "null"
258 }
Missing negative tests
259
],
260 }
Missing negative tests
261
},
262 "type": "object"
263 },
264 "BlockSchemaFilterVersion": {
265 "additionalProperties": false,
Missing negative tests
266
"properties": {
267 "any_": {
Missing negative tests
268
"anyOf": [
269 {
270 "items": {
Missing negative tests
271
"type": "string"
272 },
273 "type": "array"
274 },
275 {
276 "type": "null"
277 }
Missing negative tests
278
],
279 "examples": [
280 [
281 "2.0.0",
282 "2.1.0"
283 ]
284 ],
285 }
Missing negative tests
286
},
287 "type": "object"
288 },
289 "BlockTypeFilter": {
290 "additionalProperties": false,
Missing negative tests
291
"properties": {
292 "name": {
Missing negative tests
293
"anyOf": [
294 {
295 "$ref": "#/components/schemas/BlockTypeFilterName"
296 },
297 {
298 "type": "null"
299 }
Missing negative tests
300
],
301 },
302 "slug": {
Missing negative tests
303
"anyOf": [
304 {
305 "$ref": "#/components/schemas/BlockTypeFilterSlug"
306 },
307 {
308 "type": "null"
309 }
Missing negative tests
310
],
311 }
Missing negative tests
312
},
313 "type": "object"
314 },
315 "BlockTypeFilterName": {
316 "additionalProperties": false,
Missing negative tests
317
"properties": {
318 "like_": {
Missing negative tests
319
"anyOf": [
320 {
321 "type": "string"
322 },
323 {
324 "type": "null"
325 }
Missing negative tests
326
],
327 "examples": [
328 "marvin"
329 ],
330 }
Missing negative tests
331
},
332 "type": "object"
333 },
334 "BlockTypeFilterSlug": {
335 "additionalProperties": false,
Missing negative tests
336
"properties": {
337 "any_": {
Missing negative tests
338
"anyOf": [
339 {
340 "items": {
Missing negative tests
341
"type": "string"
342 },
343 "type": "array"
344 },
345 {
346 "type": "null"
347 }
Missing negative tests
348
],
349 }
Missing negative tests
350
},
351 "type": "object"
352 },
353 "Body_read_block_documents_block_documents_filter_post": {
Missing negative tests
354
"properties": {
355 "block_documents": {
Missing negative tests
356
"anyOf": [
357 {
358 "$ref": "#/components/schemas/BlockDocumentFilter"
359 },
360 {
361 "type": "null"
362 }
Missing negative tests
363
]
364 },
365 "block_schemas": {
Missing negative tests
366
"anyOf": [
367 {
368 "$ref": "#/components/schemas/BlockSchemaFilter"
369 },
370 {
371 "type": "null"
372 }
Missing negative tests
373
]
374 },
375 "block_types": {
Missing negative tests
376
"anyOf": [
377 {
378 "$ref": "#/components/schemas/BlockTypeFilter"
379 },
380 {
381 "type": "null"
382 }
Missing negative tests
383
]
384 },
385 "include_secrets": {
Missing negative tests
386
"type": "boolean"
387 },
388 "limit": {
Missing negative tests
389
"type": "integer"
390 },
391 "offset": {
Missing negative tests
392
"minimum": 0.0,
Missing negative tests
393
"type": "integer"
394 },
395 "sort": {
Missing negative tests
396
"anyOf": [
397 {
398 "$ref": "#/components/schemas/BlockDocumentSort"
399 },
400 {
401 "type": "null"
402 }
Missing negative tests
403
],
404 }
Missing negative tests
405
},
406 "type": "object"
407 },
408 "Operator": {
Missing negative tests
409
"enum": [
410 "and_",
411 "or_"
Missing negative tests
412
],
Missing negative tests
413
"type": "string"
414 }
415 }
416 }
417}
Responses
seen average

200
Successful Response
217 6.60ms
422
Validation Error
45 1.72ms
default
Default
93 7.91ms
Examples
6 of 6 covered

Body: application/json
operator.default
 
"and_"
 
is_anonymous.default
 
{
"eq_": false
}
 
sort.default
 
"NAME_ASC"
 
operator.default
 
"and_"
 
include_secrets.default
 
false
 
offset.default
 
0
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
33 1.95ms
Path Parameters

id1 of 2 keywords covered
1{
Missing negative tests
2
"format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Query Parameters

include_secrets1 of 1 keywords covered
1{
2 "type": "boolean"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
3 1.13ms
default
Default
14 5.58ms
Examples
1 of 1 covered

Query
include_secrets
 
false
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json3 of 10 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/BlockDocumentUpdate",
3 "components": {
4 "schemas": {
5 "BlockDocumentUpdate": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "block_schema_id": {
Missing negative tests
9
"anyOf": [
10 {
Missing negative tests
11
"format": "uuid",
12 "type": "string"
13 },
14 {
15 "type": "null"
16 }
Missing negative tests
17
],
18 },
19 "data": {
Negative tests not applicable
20
"additionalProperties": true,
Missing negative tests
21
"type": "object"
22 },
23 "merge_existing_data": {
Missing negative tests
24
"type": "boolean"
25 }
Missing negative tests
26
},
Missing negative tests
27
"type": "object"
28 }
29 }
30 }
31}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
20 2.23ms
Examples
1 of 1 covered

Body: application/json
merge_existing_data.default
 
true
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json11 of 11 keywords covered
1{
2 "$ref": "#/components/schemas/BlockSchemaCreate",
3 "components": {
4 "schemas": {
5 "BlockSchemaCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "block_type_id": {
9 "format": "uuid",
10 "type": "string"
11 },
12 "capabilities": {
13 "items": {
14 "type": "string"
15 },
16 "type": "array"
17 },
18 "fields": {
Negative tests not applicable
19
"additionalProperties": true,
20 "type": "object"
21 },
22 "version": {
23 "type": "string"
24 }
25 },
26 "required": [
27 "block_type_id"
28 ],
29 "type": "object"
30 }
31 }
32 }
33}
Responses
seen average

201
Successful Response
0 -
422
Validation Error
33 1.42ms
default
Default
336 2.30ms
Examples
1 of 1 covered

Body: application/json
version.default
 
"non-versioned"
 
Path Parameters

checksum1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Query Parameters

version3 of 3 keywords covered
1{
Negative tests not applicable
2
"anyOf": [
3 {
Negative tests not applicable
4
"type": "string"
5 },
6 {
7 "type": "null"
8 }
Negative tests not applicable
9
],
10}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 4.41ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json25 of 52 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_block_schemas_block_schemas_filter_post",
3 "components": {
4 "schemas": {
5 "BlockSchemaFilter": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "block_capabilities": {
Missing negative tests
9
"anyOf": [
10 {
11 "$ref": "#/components/schemas/BlockSchemaFilterCapabilities"
12 },
13 {
14 "type": "null"
15 }
Missing negative tests
16
],
17 },
18 "block_type_id": {
Missing negative tests
19
"anyOf": [
20 {
21 "$ref": "#/components/schemas/BlockSchemaFilterBlockTypeId"
22 },
23 {
24 "type": "null"
25 }
Missing negative tests
26
],
27 },
28 "id": {
Missing negative tests
29
"anyOf": [
30 {
31 "$ref": "#/components/schemas/BlockSchemaFilterId"
32 },
33 {
34 "type": "null"
35 }
Missing negative tests
36
],
37 },
38 "operator": {
Missing negative tests
39
"$ref": "#/components/schemas/Operator",
40 },
41 "version": {
Missing negative tests
42
"anyOf": [
43 {
44 "$ref": "#/components/schemas/BlockSchemaFilterVersion"
45 },
46 {
47 "type": "null"
48 }
Missing negative tests
49
],
50 }
Missing negative tests
51
},
52 "type": "object"
53 },
54 "BlockSchemaFilterBlockTypeId": {
55 "additionalProperties": false,
Missing negative tests
56
"properties": {
57 "any_": {
Missing negative tests
58
"anyOf": [
59 {
60 "items": {
Missing negative tests
61
"format": "uuid",
Missing negative tests
62
"type": "string"
63 },
64 "type": "array"
65 },
66 {
67 "type": "null"
68 }
Missing negative tests
69
],
70 }
Missing negative tests
71
},
72 "type": "object"
73 },
74 "BlockSchemaFilterCapabilities": {
75 "additionalProperties": false,
Missing negative tests
76
"properties": {
77 "all_": {
Missing negative tests
78
"anyOf": [
79 {
80 "items": {
Missing negative tests
81
"type": "string"
82 },
83 "type": "array"
84 },
85 {
86 "type": "null"
87 }
Missing negative tests
88
],
89 "examples": [
90 [
91 "write-storage",
92 "read-storage"
93 ]
94 ],
95 }
Missing negative tests
96
},
97 "type": "object"
98 },
99 "BlockSchemaFilterId": {
100 "additionalProperties": false,
Missing negative tests
101
"properties": {
102 "any_": {
Missing negative tests
103
"anyOf": [
104 {
105 "items": {
Missing negative tests
106
"format": "uuid",
Missing negative tests
107
"type": "string"
108 },
109 "type": "array"
110 },
111 {
112 "type": "null"
113 }
Missing negative tests
114
],
115 }
Missing negative tests
116
},
117 "type": "object"
118 },
119 "BlockSchemaFilterVersion": {
120 "additionalProperties": false,
Missing negative tests
121
"properties": {
122 "any_": {
Missing negative tests
123
"anyOf": [
124 {
125 "items": {
Missing negative tests
126
"type": "string"
127 },
128 "type": "array"
129 },
130 {
131 "type": "null"
132 }
Missing negative tests
133
],
134 "examples": [
135 [
136 "2.0.0",
137 "2.1.0"
138 ]
139 ],
140 }
Missing negative tests
141
},
142 "type": "object"
143 },
144 "Body_read_block_schemas_block_schemas_filter_post": {
Missing negative tests
145
"properties": {
146 "block_schemas": {
Missing negative tests
147
"anyOf": [
148 {
149 "$ref": "#/components/schemas/BlockSchemaFilter"
150 },
151 {
152 "type": "null"
153 }
Missing negative tests
154
]
155 },
156 "limit": {
Missing negative tests
157
"type": "integer"
158 },
159 "offset": {
Missing negative tests
160
"minimum": 0.0,
Missing negative tests
161
"type": "integer"
162 }
Missing negative tests
163
},
164 "type": "object"
165 },
166 "Operator": {
Missing negative tests
167
"enum": [
168 "and_",
169 "or_"
Missing negative tests
170
],
Missing negative tests
171
"type": "string"
172 }
173 }
174 }
175}
Responses
seen average

200
Successful Response
132 17.83ms
422
Validation Error
53 1.41ms
default
Default
39 2.02ms
Examples
1 of 2 covered

Body: application/json
operator.default
 
"and_"
 
offset.default
 
0
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
8 5.37ms
422
Validation Error
0 -
default
Default
9 2.94ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
1 4.98ms
422
Validation Error
0 -
default
Default
6 1.88ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json19 of 19 keywords covered
1{
2 "$ref": "#/components/schemas/BlockTypeCreate",
3 "components": {
4 "schemas": {
5 "BlockTypeCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "code_example": {
9 "anyOf": [
10 {
11 "type": "string"
12 },
13 {
14 "type": "null"
15 }
16 ],
17 },
18 "description": {
19 "anyOf": [
20 {
21 "type": "string"
22 },
23 {
24 "type": "null"
25 }
26 ],
27 },
28 "documentation_url": {
29 "anyOf": [
30 {
31 "type": "string"
32 },
33 {
34 "type": "null"
35 }
36 ],
37 },
38 "logo_url": {
39 "anyOf": [
40 {
41 "type": "string"
42 },
43 {
44 "type": "null"
45 }
46 ],
47 },
48 "name": {
49 "pattern": "^[^/%&><]+$",
50 "type": "string"
51 },
52 "slug": {
53 "type": "string"
54 }
55 },
56 "required": [
57 "name",
58 "slug"
59 ],
60 "type": "object"
61 }
62 }
63 }
64}
Responses
seen average

201
Successful Response
11 3.68ms
422
Validation Error
273 1.75ms
default
Default
123 1.82ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json34 of 74 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_block_types_block_types_filter_post",
3 "components": {
4 "schemas": {
5 "BlockSchemaFilter": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "block_capabilities": {
Missing negative tests
9
"anyOf": [
10 {
11 "$ref": "#/components/schemas/BlockSchemaFilterCapabilities"
12 },
13 {
14 "type": "null"
15 }
Missing negative tests
16
],
17 },
18 "block_type_id": {
Missing negative tests
19
"anyOf": [
20 {
21 "$ref": "#/components/schemas/BlockSchemaFilterBlockTypeId"
22 },
23 {
24 "type": "null"
25 }
Missing negative tests
26
],
27 },
28 "id": {
Missing negative tests
29
"anyOf": [
30 {
31 "$ref": "#/components/schemas/BlockSchemaFilterId"
32 },
33 {
34 "type": "null"
35 }
Missing negative tests
36
],
37 },
38 "operator": {
Missing negative tests
39
"$ref": "#/components/schemas/Operator",
40 },
41 "version": {
Missing negative tests
42
"anyOf": [
43 {
44 "$ref": "#/components/schemas/BlockSchemaFilterVersion"
45 },
46 {
47 "type": "null"
48 }
Missing negative tests
49
],
50 }
Missing negative tests
51
},
52 "type": "object"
53 },
54 "BlockSchemaFilterBlockTypeId": {
55 "additionalProperties": false,
Missing negative tests
56
"properties": {
57 "any_": {
Missing negative tests
58
"anyOf": [
59 {
60 "items": {
Missing negative tests
61
"format": "uuid",
Missing negative tests
62
"type": "string"
63 },
Missing negative tests
64
"type": "array"
65 },
66 {
Missing positive tests
67
"type": "null"
68 }
Missing negative tests
69
],
70 }
Missing negative tests
71
},
72 "type": "object"
73 },
74 "BlockSchemaFilterCapabilities": {
75 "additionalProperties": false,
Missing negative tests
76
"properties": {
77 "all_": {
Missing negative tests
78
"anyOf": [
79 {
80 "items": {
Missing negative tests
81
"type": "string"
82 },
83 "type": "array"
84 },
85 {
86 "type": "null"
87 }
Missing negative tests
88
],
89 "examples": [
90 [
91 "write-storage",
92 "read-storage"
93 ]
94 ],
95 }
Missing negative tests
96
},
97 "type": "object"
98 },
99 "BlockSchemaFilterId": {
100 "additionalProperties": false,
Missing tests
101
"properties": {
102 "any_": {
Missing tests
103
"anyOf": [
104 {
105 "items": {
Missing tests
106
"format": "uuid",
Missing tests
107
"type": "string"
108 },
Missing tests
109
"type": "array"
110 },
111 {
Missing tests
112
"type": "null"
113 }
Missing tests
114
],
115 }
Missing tests
116
},
117 "type": "object"
118 },
119 "BlockSchemaFilterVersion": {
120 "additionalProperties": false,
Missing negative tests
121
"properties": {
122 "any_": {
Missing negative tests
123
"anyOf": [
124 {
125 "items": {
Missing negative tests
126
"type": "string"
127 },
128 "type": "array"
129 },
130 {
131 "type": "null"
132 }
Missing negative tests
133
],
134 "examples": [
135 [
136 "2.0.0",
137 "2.1.0"
138 ]
139 ],
140 }
Missing negative tests
141
},
142 "type": "object"
143 },
144 "BlockTypeFilter": {
145 "additionalProperties": false,
Missing negative tests
146
"properties": {
147 "name": {
Missing negative tests
148
"anyOf": [
149 {
150 "$ref": "#/components/schemas/BlockTypeFilterName"
151 },
152 {
153 "type": "null"
154 }
Missing negative tests
155
],
156 },
157 "slug": {
Missing negative tests
158
"anyOf": [
159 {
160 "$ref": "#/components/schemas/BlockTypeFilterSlug"
161 },
162 {
163 "type": "null"
164 }
Missing negative tests
165
],
166 }
Missing negative tests
167
},
168 "type": "object"
169 },
170 "BlockTypeFilterName": {
171 "additionalProperties": false,
Missing negative tests
172
"properties": {
173 "like_": {
Missing negative tests
174
"anyOf": [
175 {
176 "type": "string"
177 },
178 {
179 "type": "null"
180 }
Missing negative tests
181
],
182 "examples": [
183 "marvin"
184 ],
185 }
Missing negative tests
186
},
187 "type": "object"
188 },
189 "BlockTypeFilterSlug": {
190 "additionalProperties": false,
Missing negative tests
191
"properties": {
192 "any_": {
Missing negative tests
193
"anyOf": [
194 {
195 "items": {
Missing negative tests
196
"type": "string"
197 },
198 "type": "array"
199 },
200 {
201 "type": "null"
202 }
Missing negative tests
203
],
204 }
Missing negative tests
205
},
206 "type": "object"
207 },
208 "Body_read_block_types_block_types_filter_post": {
Missing negative tests
209
"properties": {
210 "block_schemas": {
Missing negative tests
211
"anyOf": [
212 {
213 "$ref": "#/components/schemas/BlockSchemaFilter"
214 },
215 {
216 "type": "null"
217 }
Missing negative tests
218
]
219 },
220 "block_types": {
Missing negative tests
221
"anyOf": [
222 {
223 "$ref": "#/components/schemas/BlockTypeFilter"
224 },
225 {
226 "type": "null"
227 }
Missing negative tests
228
]
229 },
230 "limit": {
Missing negative tests
231
"type": "integer"
232 },
233 "offset": {
Missing negative tests
234
"minimum": 0.0,
Missing negative tests
235
"type": "integer"
236 }
Missing negative tests
237
},
238 "type": "object"
239 },
240 "Operator": {
Missing negative tests
241
"enum": [
242 "and_",
243 "or_"
Missing negative tests
244
],
Missing negative tests
245
"type": "string"
246 }
247 }
248 }
249}
Responses
seen average

200
Successful Response
181 4.74ms
422
Validation Error
38 1.52ms
default
Default
60 1.61ms
Examples
2 of 2 covered

Body: application/json
operator.default
 
"and_"
 
offset.default
 
0
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
4 20.82ms
422
Validation Error
0 -
default
Default
1 1.16ms
Path Parameters

slug1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 2.51ms
Path Parameters

slug1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Query Parameters

include_secrets1 of 1 keywords covered
1{
2 "type": "boolean"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
3 1.15ms
default
Default
2 2.32ms
Examples
1 of 1 covered

Query
include_secrets
 
false
 
Path Parameters

slug1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
block_document_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Query Parameters

include_secrets1 of 1 keywords covered
1{
2 "type": "boolean"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
3 1.19ms
default
Default
2 8.30ms
Examples
1 of 1 covered

Query
include_secrets
 
false
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
9 3.14ms
422
Validation Error
0 -
default
Default
13 1.96ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
4 2.28ms
422
Validation Error
0 -
default
Default
8 1.44ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json8 of 15 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/BlockTypeUpdate",
3 "components": {
4 "schemas": {
5 "BlockTypeUpdate": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "code_example": {
Missing negative tests
9
"anyOf": [
10 {
11 "type": "string"
12 },
13 {
14 "type": "null"
15 }
Missing negative tests
16
],
17 },
18 "description": {
Missing negative tests
19
"anyOf": [
20 {
21 "type": "string"
22 },
23 {
24 "type": "null"
25 }
Missing negative tests
26
],
27 },
28 "documentation_url": {
Missing negative tests
29
"anyOf": [
30 {
31 "type": "string"
32 },
33 {
34 "type": "null"
35 }
Missing negative tests
36
],
37 },
38 "logo_url": {
Missing negative tests
39
"anyOf": [
40 {
41 "type": "string"
42 },
43 {
44 "type": "null"
45 }
Missing negative tests
46
],
47 }
Missing negative tests
48
},
Missing negative tests
49
"type": "object"
50 }
51 }
52 }
53}
Responses
seen average

204
Successful Response
6 3.07ms
422
Validation Error
0 -
default
Default
6 1.75ms
Path Parameters

view1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 4.43ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json5 of 6 keywords covered
1{
2 "$ref": "#/components/schemas/ConcurrencyLimitCreate",
3 "components": {
4 "schemas": {
5 "ConcurrencyLimitCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "concurrency_limit": {
9 "type": "integer"
10 },
11 "tag": {
Missing negative tests
12
"type": "string"
13 }
14 },
15 "required": [
16 "tag",
17 "concurrency_limit"
18 ],
19 "type": "object"
20 }
21 }
22 }
23}
Responses
seen average

200
Successful Response
35 7.36ms
422
Validation Error
12 1.10ms
default
Default
300 3.24ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json8 of 8 keywords covered
1{
2 "$ref": "#/components/schemas/Body_decrement_concurrency_limits_v1_concurrency_limits_decrement_post",
3 "components": {
4 "schemas": {
5 "Body_decrement_concurrency_limits_v1_concurrency_limits_decrement_post": {
6 "properties": {
7 "names": {
8 "items": {
9 "type": "string"
10 },
11 "type": "array"
12 },
13 "task_run_id": {
14 "format": "uuid",
15 "type": "string"
16 }
17 },
18 "required": [
19 "names",
20 "task_run_id"
21 ],
22 "type": "object"
23 }
24 }
25 }
26}
Responses
seen average

200
Successful Response
6 3.12ms
422
Validation Error
23 1.51ms
default
Default
1 0.98ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 6 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_concurrency_limits_concurrency_limits_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_concurrency_limits_concurrency_limits_filter_post": {
Missing negative tests
6
"properties": {
7 "limit": {
Missing negative tests
8
"type": "integer"
9 },
10 "offset": {
Missing negative tests
11
"minimum": 0.0,
Missing negative tests
12
"type": "integer"
13 }
Missing negative tests
14
},
15 "type": "object"
16 }
17 }
18 }
19}
Responses
seen average

200
Successful Response
139 5.48ms
422
Validation Error
52 1.24ms
default
Default
48 1.32ms
Examples
1 of 1 covered

Body: application/json
offset.default
 
0
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json8 of 8 keywords covered
1{
2 "$ref": "#/components/schemas/Body_increment_concurrency_limits_v1_concurrency_limits_increment_post",
3 "components": {
4 "schemas": {
5 "Body_increment_concurrency_limits_v1_concurrency_limits_increment_post": {
6 "properties": {
7 "names": {
8 "items": {
9 "type": "string"
10 },
11 "type": "array"
12 },
13 "task_run_id": {
14 "format": "uuid",
15 "type": "string"
16 }
17 },
18 "required": [
19 "names",
20 "task_run_id"
21 ],
22 "type": "object"
23 }
24 }
25 }
26}
Responses
seen average

200
Successful Response
6 3.50ms
422
Validation Error
23 1.34ms
default
Default
8 3.01ms
Path Parameters

tag1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 4.23ms
Path Parameters

tag1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 3.60ms
Path Parameters

tag1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 8 keywords covered
1{
2 "$ref": "#/components/schemas/Body_reset_concurrency_limit_by_tag_concurrency_limits_tag__tag__reset_post",
3 "components": {
4 "schemas": {
5 "Body_reset_concurrency_limit_by_tag_concurrency_limits_tag__tag__reset_post": {
Missing tests
6
"properties": {
7 "slot_override": {
Missing tests
8
"anyOf": [
9 {
10 "items": {
Missing tests
11
"format": "uuid",
Missing tests
12
"type": "string"
13 },
Missing tests
14
"type": "array"
15 },
16 {
Missing tests
17
"type": "null"
18 }
Missing tests
19
],
20 }
Missing tests
21
},
22 "type": "object"
23 }
24 }
25 }
26}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
2 1.28ms
default
Default
2 3.71ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
12 3.87ms
422
Validation Error
0 -
default
Default
9 1.97ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
14 1.95ms
422
Validation Error
0 -
default
Default
6 2.05ms
Query Parameters

client1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
3 1.70ms
default
Default
0 -
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json65 of 129 keywords covered
1{
2 "$ref": "#/components/schemas/DeploymentCreate",
3 "components": {
4 "schemas": {
5 "ConcurrencyLimitStrategy": {
Missing negative tests
6
"enum": [
7 "ENQUEUE",
8 "CANCEL_NEW"
Missing negative tests
9
],
Missing negative tests
10
"type": "string"
11 },
12 "ConcurrencyOptions": {
Missing negative tests
13
"properties": {
14 "collision_strategy": {
Missing negative tests
15
"$ref": "#/components/schemas/ConcurrencyLimitStrategy"
16 }
Missing negative tests
17
},
Missing negative tests
18
"required": [
19 "collision_strategy"
Missing negative tests
20
],
21 "type": "object"
22 },
23 "CronSchedule": {
24 "additionalProperties": false,
Missing negative tests
25
"properties": {
26 "cron": {
27 "examples": [
28 "0 0 * * *"
29 ],
Missing negative tests
30
"type": "string"
31 },
32 "day_or": {
Missing negative tests
33
"type": "boolean"
34 },
35 "timezone": {
Missing negative tests
36
"anyOf": [
37 {
38 "type": "string"
39 },
40 {
41 "type": "null"
42 }
Missing negative tests
43
],
44 "examples": [
45 "America/New_York"
46 ],
47 }
Missing negative tests
48
},
49 "required": [
50 "cron"
51 ],
Missing negative tests
52
"type": "object"
53 },
54 "DeploymentCreate": {
55 "additionalProperties": false,
Missing negative tests
56
"properties": {
57 "concurrency_limit": {
Missing negative tests
58
"anyOf": [
59 {
Missing negative tests
60
"exclusiveMinimum": 0.0,
61 "type": "integer"
62 },
63 {
64 "type": "null"
65 }
Missing negative tests
66
],
67 },
68 "concurrency_options": {
Missing negative tests
69
"anyOf": [
70 {
71 "$ref": "#/components/schemas/ConcurrencyOptions"
72 },
73 {
74 "type": "null"
75 }
Missing negative tests
76
],
77 },
78 "description": {
Missing negative tests
79
"anyOf": [
80 {
81 "type": "string"
82 },
83 {
84 "type": "null"
85 }
Missing negative tests
86
],
87 },
88 "enforce_parameter_schema": {
Missing negative tests
89
"type": "boolean"
90 },
91 "entrypoint": {
Missing negative tests
92
"anyOf": [
93 {
94 "type": "string"
95 },
96 {
97 "type": "null"
98 }
Missing negative tests
99
],
100 },
101 "flow_id": {
Missing negative tests
102
"format": "uuid",
Missing negative tests
103
"type": "string"
104 },
105 "global_concurrency_limit_id": {
Missing negative tests
106
"anyOf": [
107 {
Missing negative tests
108
"format": "uuid",
109 "type": "string"
110 },
111 {
112 "type": "null"
113 }
Missing negative tests
114
],
115 },
116 "infrastructure_document_id": {
Missing negative tests
117
"anyOf": [
118 {
Missing negative tests
119
"format": "uuid",
120 "type": "string"
121 },
122 {
123 "type": "null"
124 }
Missing negative tests
125
],
126 },
127 "job_variables": {
Negative tests not applicable
128
"additionalProperties": true,
Missing negative tests
129
"type": "object"
130 },
131 "labels": {
Missing negative tests
132
"anyOf": [
133 {
134 "additionalProperties": {
Missing negative tests
135
"anyOf": [
136 {
137 "type": "boolean"
138 },
139 {
140 "type": "integer"
141 },
142 {
143 "type": "number"
144 },
145 {
146 "type": "string"
147 }
Missing negative tests
148
]
149 },
150 "type": "object"
151 },
152 {
153 "type": "null"
154 }
Missing negative tests
155
],
156 "examples": [
157 {
158 "key": "value1",
159 "key2": 42
160 }
161 ],
162 },
163 "name": {
164 "examples": [
165 "my-deployment"
166 ],
Missing negative tests
167
"type": "string"
168 },
169 "parameter_openapi_schema": {
Negative tests not applicable
170
"additionalProperties": true,
Missing negative tests
171
"anyOf": [
172 {
Negative tests not applicable
173
"additionalProperties": true,
174 "type": "object"
175 },
176 {
177 "type": "null"
178 }
Missing negative tests
179
],
180 },
181 "parameters": {
Negative tests not applicable
182
"additionalProperties": true,
Missing negative tests
183
"type": "object"
184 },
185 "path": {
Missing negative tests
186
"anyOf": [
187 {
188 "type": "string"
189 },
190 {
191 "type": "null"
192 }
Missing negative tests
193
],
194 },
195 "paused": {
Missing negative tests
196
"type": "boolean"
197 },
198 "pull_steps": {
Missing negative tests
199
"anyOf": [
200 {
201 "items": {
Negative tests not applicable
202
"additionalProperties": true,
Missing negative tests
203
"type": "object"
204 },
205 "type": "array"
206 },
207 {
208 "type": "null"
209 }
Missing negative tests
210
],
211 },
212 "schedules": {
213 "items": {
Missing negative tests
214
"$ref": "#/components/schemas/DeploymentScheduleCreate"
215 },
Missing negative tests
216
"type": "array"
217 },
218 "storage_document_id": {
Missing negative tests
219
"anyOf": [
220 {
Missing negative tests
221
"format": "uuid",
222 "type": "string"
223 },
224 {
225 "type": "null"
226 }
Missing negative tests
227
],
228 },
229 "tags": {
230 "examples": [
231 [
232 "tag-1",
233 "tag-2"
234 ]
235 ],
236 "items": {
Missing negative tests
237
"type": "string"
238 },
Missing negative tests
239
"type": "array"
240 },
241 "version": {
Missing negative tests
242
"anyOf": [
243 {
244 "type": "string"
245 },
246 {
247 "type": "null"
248 }
Missing negative tests
249
],
250 },
251 "version_info": {
Missing negative tests
252
"anyOf": [
253 {
254 "$ref": "#/components/schemas/VersionInfo"
255 },
256 {
257 "type": "null"
258 }
Missing negative tests
259
],
260 },
261 "work_pool_name": {
Missing negative tests
262
"anyOf": [
263 {
264 "type": "string"
265 },
266 {
267 "type": "null"
268 }
Missing negative tests
269
],
270 "examples": [
271 "my-work-pool"
272 ],
273 },
274 "work_queue_name": {
Missing negative tests
275
"anyOf": [
276 {
277 "type": "string"
278 },
279 {
280 "type": "null"
281 }
Missing negative tests
282
],
283 }
Missing negative tests
284
},
285 "required": [
286 "name",
287 "flow_id"
288 ],
289 "type": "object"
290 },
291 "DeploymentScheduleCreate": {
292 "additionalProperties": false,
Missing negative tests
293
"properties": {
294 "active": {
Missing negative tests
295
"type": "boolean"
296 },
297 "max_scheduled_runs": {
Missing negative tests
298
"anyOf": [
299 {
Missing negative tests
300
"exclusiveMinimum": 0.0,
301 "type": "integer"
302 },
303 {
304 "type": "null"
305 }
Missing negative tests
306
],
307 },
308 "parameters": {
Negative tests not applicable
309
"additionalProperties": true,
Missing negative tests
310
"type": "object"
311 },
312 "schedule": {
Missing negative tests
313
"anyOf": [
314 {
315 "$ref": "#/components/schemas/IntervalSchedule"
316 },
317 {
318 "$ref": "#/components/schemas/CronSchedule"
319 },
320 {
321 "$ref": "#/components/schemas/RRuleSchedule"
322 }
Missing negative tests
323
],
324 },
325 "slug": {
Missing negative tests
326
"anyOf": [
327 {
328 "type": "string"
329 },
330 {
331 "type": "null"
332 }
Missing negative tests
333
],
334 }
Missing negative tests
335
},
Missing negative tests
336
"required": [
337 "schedule"
Missing negative tests
338
],
Missing negative tests
339
"type": "object"
340 },
341 "IntervalSchedule": {
342 "additionalProperties": false,
Missing negative tests
343
"properties": {
344 "anchor_date": {
345 "examples": [
346 "2020-01-01T00:00:00Z"
347 ],
Missing negative tests
348
"format": "date-time",
Missing negative tests
349
"type": "string"
350 },
351 "interval": {
Missing negative tests
352
"type": "number"
353 },
354 "timezone": {
Missing negative tests
355
"anyOf": [
356 {
357 "type": "string"
358 },
359 {
360 "type": "null"
361 }
Missing negative tests
362
],
363 "examples": [
364 "America/New_York"
365 ],
366 }
Missing negative tests
367
},
368 "required": [
369 "interval"
370 ],
Missing negative tests
371
"type": "object"
372 },
373 "RRuleSchedule": {
374 "additionalProperties": false,
375 "properties": {
376 "rrule": {
Missing negative tests
377
"type": "string"
378 },
379 "timezone": {
380 "anyOf": [
381 {
382 "examples": [
383 "America/New_York"
384 ],
385 "pattern": "Africa/Abidjan|Africa/Accra|Africa/Addis_Ababa|Africa/Algiers|Africa/Asmara|Africa/Asmera|Africa/Bamako|Africa/Bangui|Africa/Banjul|Africa/Bissau|Africa/Blantyre|Africa/Brazzaville|Africa/Bujumbura|Africa/Cairo|Africa/Casablanca|Africa/Ceuta|Africa/Conakry|Africa/Dakar|Africa/Dar_es_Salaam|Africa/Djibouti|Africa/Douala|Africa/El_Aaiun|Africa/Freetown|Africa/Gaborone|Africa/Harare|Africa/Johannesburg|Africa/Juba|Africa/Kampala|Africa/Khartoum|Africa/Kigali|Africa/Kinshasa|Africa/Lagos|Africa/Libreville|Africa/Lome|Africa/Luanda|Africa/Lubumbashi|Africa/Lusaka|Africa/Malabo|Africa/Maputo|Africa/Maseru|Africa/Mbabane|Africa/Mogadishu|Africa/Monrovia|Africa/Nairobi|Africa/Ndjamena|Africa/Niamey|Africa/Nouakchott|Africa/Ouagadougou|Africa/Porto-Novo|Africa/Sao_Tome|Africa/Timbuktu|Africa/Tripoli|Africa/Tunis|Africa/Windhoek|America/Adak|America/Anchorage|America/Anguilla|America/Antigua|America/Araguaina|America/Argentina/Buenos_Aires|America/Argentina/Catamarca|America/Argentina/ComodRivadavia|America/Argentina/Cordoba|America/Argentina/Jujuy|America/Argentina/La_Rioja|America/Argentina/Mendoza|America/Argentina/Rio_Gallegos|America/Argentina/Salta|America/Argentina/San_Juan|America/Argentina/San_Luis|America/Argentina/Tucuman|America/Argentina/Ushuaia|America/Aruba|America/Asuncion|America/Atikokan|America/Atka|America/Bahia|America/Bahia_Banderas|America/Barbados|America/Belem|America/Belize|America/Blanc-Sablon|America/Boa_Vista|America/Bogota|America/Boise|America/Buenos_Aires|America/Cambridge_Bay|America/Campo_Grande|America/Cancun|America/Caracas|America/Catamarca|America/Cayenne|America/Cayman|America/Chicago|America/Chihuahua|America/Ciudad_Juarez|America/Coral_Harbour|America/Cordoba|America/Costa_Rica|America/Coyhaique|America/Creston|America/Cuiaba|America/Curacao|America/Danmarkshavn|America/Dawson|America/Dawson_Creek|America/Denver|America/Detroit|America/Dominica|America/Edmonton|America/Eirunepe|America/El_Salvador|America/Ensenada|America/Fort_Nelson|America/Fort_Wayne|America/Fortaleza|America/Glace_Bay|America/Godthab|America/Goose_Bay|America/Grand_Turk|America/Grenada|America/Guadeloupe|America/Guatemala|America/Guayaquil|America/Guyana|America/Halifax|America/Havana|America/Hermosillo|America/Indiana/Indianapolis|America/Indiana/Knox|America/Indiana/Marengo|America/Indiana/Petersburg|America/Indiana/Tell_City|America/Indiana/Vevay|America/Indiana/Vincennes|America/Indiana/Winamac|America/Indianapolis|America/Inuvik|America/Iqaluit|America/Jamaica|America/Jujuy|America/Juneau|America/Kentucky/Louisville|America/Kentucky/Monticello|America/Knox_IN|America/Kralendijk|America/La_Paz|America/Lima|America/Los_Angeles|America/Louisville|America/Lower_Princes|America/Maceio|America/Managua|America/Manaus|America/Marigot|America/Martinique|America/Matamoros|America/Mazatlan|America/Mendoza|America/Menominee|America/Merida|America/Metlakatla|America/Mexico_City|America/Miquelon|America/Moncton|America/Monterrey|America/Montevideo|America/Montreal|America/Montserrat|America/Nassau|America/New_York|America/Nipigon|America/Nome|America/Noronha|America/North_Dakota/Beulah|America/North_Dakota/Center|America/North_Dakota/New_Salem|America/Nuuk|America/Ojinaga|America/Panama|America/Pangnirtung|America/Paramaribo|America/Phoenix|America/Port-au-Prince|America/Port_of_Spain|America/Porto_Acre|America/Porto_Velho|America/Puerto_Rico|America/Punta_Arenas|America/Rainy_River|America/Rankin_Inlet|America/Recife|America/Regina|America/Resolute|America/Rio_Branco|America/Rosario|America/Santa_Isabel|America/Santarem|America/Santiago|America/Santo_Domingo|America/Sao_Paulo|America/Scoresbysund|America/Shiprock|America/Sitka|America/St_Barthelemy|America/St_Johns|America/St_Kitts|America/St_Lucia|America/St_Thomas|America/St_Vincent|America/Swift_Current|America/Tegucigalpa|America/Thule|America/Thunder_Bay|America/Tijuana|America/Toronto|America/Tortola|America/Vancouver|America/Virgin|America/Whitehorse|America/Winnipeg|America/Yakutat|America/Yellowknife|Antarctica/Casey|Antarctica/Davis|Antarctica/DumontDUrville|Antarctica/Macquarie|Antarctica/Mawson|Antarctica/McMurdo|Antarctica/Palmer|Antarctica/Rothera|Antarctica/South_Pole|Antarctica/Syowa|Antarctica/Troll|Antarctica/Vostok|Arctic/Longyearbyen|Asia/Aden|Asia/Almaty|Asia/Amman|Asia/Anadyr|Asia/Aqtau|Asia/Aqtobe|Asia/Ashgabat|Asia/Ashkhabad|Asia/Atyrau|Asia/Baghdad|Asia/Bahrain|Asia/Baku|Asia/Bangkok|Asia/Barnaul|Asia/Beirut|Asia/Bishkek|Asia/Brunei|Asia/Calcutta|Asia/Chita|Asia/Choibalsan|Asia/Chongqing|Asia/Chungking|Asia/Colombo|Asia/Dacca|Asia/Damascus|Asia/Dhaka|Asia/Dili|Asia/Dubai|Asia/Dushanbe|Asia/Famagusta|Asia/Gaza|Asia/Harbin|Asia/Hebron|Asia/Ho_Chi_Minh|Asia/Hong_Kong|Asia/Hovd|Asia/Irkutsk|Asia/Istanbul|Asia/Jakarta|Asia/Jayapura|Asia/Jerusalem|Asia/Kabul|Asia/Kamchatka|Asia/Karachi|Asia/Kashgar|Asia/Kathmandu|Asia/Katmandu|Asia/Khandyga|Asia/Kolkata|Asia/Krasnoyarsk|Asia/Kuala_Lumpur|Asia/Kuching|Asia/Kuwait|Asia/Macao|Asia/Macau|Asia/Magadan|Asia/Makassar|Asia/Manila|Asia/Muscat|Asia/Nicosia|Asia/Novokuznetsk|Asia/Novosibirsk|Asia/Omsk|Asia/Oral|Asia/Phnom_Penh|Asia/Pontianak|Asia/Pyongyang|Asia/Qatar|Asia/Qostanay|Asia/Qyzylorda|Asia/Rangoon|Asia/Riyadh|Asia/Saigon|Asia/Sakhalin|Asia/Samarkand|Asia/Seoul|Asia/Shanghai|Asia/Singapore|Asia/Srednekolymsk|Asia/Taipei|Asia/Tashkent|Asia/Tbilisi|Asia/Tehran|Asia/Tel_Aviv|Asia/Thimbu|Asia/Thimphu|Asia/Tokyo|Asia/Tomsk|Asia/Ujung_Pandang|Asia/Ulaanbaatar|Asia/Ulan_Bator|Asia/Urumqi|Asia/Ust-Nera|Asia/Vientiane|Asia/Vladivostok|Asia/Yakutsk|Asia/Yangon|Asia/Yekaterinburg|Asia/Yerevan|Atlantic/Azores|Atlantic/Bermuda|Atlantic/Canary|Atlantic/Cape_Verde|Atlantic/Faeroe|Atlantic/Faroe|Atlantic/Jan_Mayen|Atlantic/Madeira|Atlantic/Reykjavik|Atlantic/South_Georgia|Atlantic/St_Helena|Atlantic/Stanley|Australia/ACT|Australia/Adelaide|Australia/Brisbane|Australia/Broken_Hill|Australia/Canberra|Australia/Currie|Australia/Darwin|Australia/Eucla|Australia/Hobart|Australia/LHI|Australia/Lindeman|Australia/Lord_Howe|Australia/Melbourne|Australia/NSW|Australia/North|Australia/Perth|Australia/Queensland|Australia/South|Australia/Sydney|Australia/Tasmania|Australia/Victoria|Australia/West|Australia/Yancowinna|Brazil/Acre|Brazil/DeNoronha|Brazil/East|Brazil/West|CET|CST6CDT|Canada/Atlantic|Canada/Central|Canada/Eastern|Canada/Mountain|Canada/Newfoundland|Canada/Pacific|Canada/Saskatchewan|Canada/Yukon|Chile/Continental|Chile/EasterIsland|Cuba|EET|EST|EST5EDT|Egypt|Eire|Etc/GMT|Etc/GMT+0|Etc/GMT+1|Etc/GMT+10|Etc/GMT+11|Etc/GMT+12|Etc/GMT+2|Etc/GMT+3|Etc/GMT+4|Etc/GMT+5|Etc/GMT+6|Etc/GMT+7|Etc/GMT+8|Etc/GMT+9|Etc/GMT-0|Etc/GMT-1|Etc/GMT-10|Etc/GMT-11|Etc/GMT-12|Etc/GMT-13|Etc/GMT-14|Etc/GMT-2|Etc/GMT-3|Etc/GMT-4|Etc/GMT-5|Etc/GMT-6|Etc/GMT-7|Etc/GMT-8|Etc/GMT-9|Etc/GMT0|Etc/Greenwich|Etc/UCT|Etc/UTC|Etc/Universal|Etc/Zulu|Europe/Amsterdam|Europe/Andorra|Europe/Astrakhan|Europe/Athens|Europe/Belfast|Europe/Belgrade|Europe/Berlin|Europe/Bratislava|Europe/Brussels|Europe/Bucharest|Europe/Budapest|Europe/Busingen|Europe/Chisinau|Europe/Copenhagen|Europe/Dublin|Europe/Gibraltar|Europe/Guernsey|Europe/Helsinki|Europe/Isle_of_Man|Europe/Istanbul|Europe/Jersey|Europe/Kaliningrad|Europe/Kiev|Europe/Kirov|Europe/Kyiv|Europe/Lisbon|Europe/Ljubljana|Europe/London|Europe/Luxembourg|Europe/Madrid|Europe/Malta|Europe/Mariehamn|Europe/Minsk|Europe/Monaco|Europe/Moscow|Europe/Nicosia|Europe/Oslo|Europe/Paris|Europe/Podgorica|Europe/Prague|Europe/Riga|Europe/Rome|Europe/Samara|Europe/San_Marino|Europe/Sarajevo|Europe/Saratov|Europe/Simferopol|Europe/Skopje|Europe/Sofia|Europe/Stockholm|Europe/Tallinn|Europe/Tirane|Europe/Tiraspol|Europe/Ulyanovsk|Europe/Uzhgorod|Europe/Vaduz|Europe/Vatican|Europe/Vienna|Europe/Vilnius|Europe/Volgograd|Europe/Warsaw|Europe/Zagreb|Europe/Zaporozhye|Europe/Zurich|Factory|GB|GB-Eire|GMT|GMT+0|GMT-0|GMT0|Greenwich|HST|Hongkong|Iceland|Indian/Antananarivo|Indian/Chagos|Indian/Christmas|Indian/Cocos|Indian/Comoro|Indian/Kerguelen|Indian/Mahe|Indian/Maldives|Indian/Mauritius|Indian/Mayotte|Indian/Reunion|Iran|Israel|Jamaica|Japan|Kwajalein|Libya|MET|MST|MST7MDT|Mexico/BajaNorte|Mexico/BajaSur|Mexico/General|NZ|NZ-CHAT|Navajo|PRC|PST8PDT|Pacific/Apia|Pacific/Auckland|Pacific/Bougainville|Pacific/Chatham|Pacific/Chuuk|Pacific/Easter|Pacific/Efate|Pacific/Enderbury|Pacific/Fakaofo|Pacific/Fiji|Pacific/Funafuti|Pacific/Galapagos|Pacific/Gambier|Pacific/Guadalcanal|Pacific/Guam|Pacific/Honolulu|Pacific/Johnston|Pacific/Kanton|Pacific/Kiritimati|Pacific/Kosrae|Pacific/Kwajalein|Pacific/Majuro|Pacific/Marquesas|Pacific/Midway|Pacific/Nauru|Pacific/Niue|Pacific/Norfolk|Pacific/Noumea|Pacific/Pago_Pago|Pacific/Palau|Pacific/Pitcairn|Pacific/Pohnpei|Pacific/Ponape|Pacific/Port_Moresby|Pacific/Rarotonga|Pacific/Saipan|Pacific/Samoa|Pacific/Tahiti|Pacific/Tarawa|Pacific/Tongatapu|Pacific/Truk|Pacific/Wake|Pacific/Wallis|Pacific/Yap|Poland|Portugal|ROC|ROK|Singapore|Turkey|UCT|US/Alaska|US/Aleutian|US/Arizona|US/Central|US/East-Indiana|US/Eastern|US/Hawaii|US/Indiana-Starke|US/Michigan|US/Mountain|US/Pacific|US/Samoa|UTC|Universal|W-SU|WET|Zulu",
386 "type": "string"
387 },
388 {
389 "type": "null"
390 }
391 ],
392 }
393 },
394 "required": [
395 "rrule"
396 ],
Missing negative tests
397
"type": "object"
398 },
399 "VersionInfo": {
Negative tests not applicable
400
"additionalProperties": true,
Missing negative tests
401
"properties": {
402 "type": {
Missing negative tests
403
"type": "string"
404 },
405 "version": {
Missing negative tests
406
"type": "string"
407 }
Missing negative tests
408
},
Missing negative tests
409
"required": [
410 "type",
411 "version"
Missing negative tests
412
],
413 "type": "object"
414 }
415 }
416 }
417}
Responses
seen average

200
Successful Response
3 13.19ms
422
Validation Error
39 14.80ms
default
Default
285 6.32ms
Examples
4 of 5 covered

Body: application/json
active.default
 
true
 
paused.default
 
false
 
enforce_parameter_schema.default
 
true
 
day_or.default
 
true
 
timezone.default
 
"UTC"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json5 of 539 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_deployments_deployments_count_post",
3 "components": {
4 "schemas": {
5 "Body_count_deployments_deployments_count_post": {
Missing negative tests
6
"properties": {
7 "deployments": {
Missing negative tests
8
"anyOf": [
9 {
Missing negative tests
10
"$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
Missing positive tests
13
"type": "null"
14 }
Missing negative tests
15
]
16 },
17 "flow_runs": {
Missing negative tests
18
"anyOf": [
19 {
Missing negative tests
20
"$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
Missing positive tests
23
"type": "null"
24 }
Missing negative tests
25
]
26 },
27 "flows": {
Missing negative tests
28
"anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
Missing negative tests
35
]
36 },
37 "task_runs": {
Missing negative tests
38
"anyOf": [
39 {
Missing negative tests
40
"$ref": "#/components/schemas/TaskRunFilter"
41 },
42 {
Missing positive tests
43
"type": "null"
44 }
Missing negative tests
45
]
46 },
47 "work_pool_queues": {
Missing negative tests
48
"anyOf": [
49 {
Missing negative tests
50
"$ref": "#/components/schemas/WorkQueueFilter"
51 },
52 {
Missing positive tests
53
"type": "null"
54 }
Missing negative tests
55
]
56 },
57 "work_pools": {
Missing negative tests
58
"anyOf": [
59 {
Missing negative tests
60
"$ref": "#/components/schemas/WorkPoolFilter"
61 },
62 {
Missing positive tests
63
"type": "null"
64 }
Missing negative tests
65
]
66 }
Missing negative tests
67
},
68 "type": "object"
69 },
70 "DeploymentFilter": {
71 "additionalProperties": false,
Missing negative tests
72
"properties": {
73 "concurrency_limit": {
Missing tests
74
"anyOf": [
75 {
Missing tests
76
"$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
77 },
78 {
Missing tests
79
"type": "null"
80 }
Missing tests
81
],
82 "deprecated": true,
83 },
84 "flow_or_deployment_name": {
Missing tests
85
"anyOf": [
86 {
Missing tests
87
"$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
88 },
89 {
Missing tests
90
"type": "null"
91 }
Missing tests
92
],
93 },
94 "id": {
Missing tests
95
"anyOf": [
96 {
Missing tests
97
"$ref": "#/components/schemas/DeploymentFilterId"
98 },
99 {
Missing tests
100
"type": "null"
101 }
Missing tests
102
],
103 },
104 "name": {
Missing negative tests
105
"anyOf": [
106 {
Missing negative tests
107
"$ref": "#/components/schemas/DeploymentFilterName"
108 },
109 {
Missing positive tests
110
"type": "null"
111 }
Missing negative tests
112
],
113 },
114 "operator": {
Missing tests
115
"$ref": "#/components/schemas/Operator",
116 },
117 "paused": {
Missing tests
118
"anyOf": [
119 {
Missing tests
120
"$ref": "#/components/schemas/DeploymentFilterPaused"
121 },
122 {
Missing tests
123
"type": "null"
124 }
Missing tests
125
],
126 },
127 "tags": {
Missing negative tests
128
"anyOf": [
129 {
Missing negative tests
130
"$ref": "#/components/schemas/DeploymentFilterTags"
131 },
132 {
Missing positive tests
133
"type": "null"
134 }
Missing negative tests
135
],
136 },
137 "work_queue_name": {
Missing negative tests
138
"anyOf": [
139 {
Missing negative tests
140
"$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
141 },
142 {
Missing positive tests
143
"type": "null"
144 }
Missing negative tests
145
],
146 }
Missing negative tests
147
},
Missing negative tests
148
"type": "object"
149 },
150 "DeploymentFilterConcurrencyLimit": {
151 "additionalProperties": false,
Missing tests
152
"properties": {
153 "ge_": {
Missing tests
154
"anyOf": [
155 {
Missing tests
156
"type": "integer"
157 },
158 {
Missing tests
159
"type": "null"
160 }
Missing tests
161
],
162 },
163 "is_null_": {
Missing tests
164
"anyOf": [
165 {
Missing tests
166
"type": "boolean"
167 },
168 {
Missing tests
169
"type": "null"
170 }
Missing tests
171
],
172 },
173 "le_": {
Missing tests
174
"anyOf": [
175 {
Missing tests
176
"type": "integer"
177 },
178 {
Missing tests
179
"type": "null"
180 }
Missing tests
181
],
182 }
Missing tests
183
},
Missing tests
184
"type": "object"
185 },
186 "DeploymentFilterId": {
187 "additionalProperties": false,
Missing tests
188
"properties": {
189 "any_": {
Missing tests
190
"anyOf": [
191 {
192 "items": {
Missing tests
193
"format": "uuid",
Missing tests
194
"type": "string"
195 },
Missing tests
196
"type": "array"
197 },
198 {
Missing tests
199
"type": "null"
200 }
Missing tests
201
],
202 },
203 "not_any_": {
Missing tests
204
"anyOf": [
205 {
206 "items": {
Missing tests
207
"format": "uuid",
Missing tests
208
"type": "string"
209 },
Missing tests
210
"type": "array"
211 },
212 {
Missing tests
213
"type": "null"
214 }
Missing tests
215
],
216 }
Missing tests
217
},
Missing tests
218
"type": "object"
219 },
220 "DeploymentFilterName": {
221 "additionalProperties": false,
Missing negative tests
222
"properties": {
223 "any_": {
Missing negative tests
224
"anyOf": [
225 {
226 "items": {
Missing negative tests
227
"type": "string"
228 },
Missing negative tests
229
"type": "array"
230 },
231 {
Missing positive tests
232
"type": "null"
233 }
Missing negative tests
234
],
235 "examples": [
236 [
237 "my-deployment-1",
238 "my-deployment-2"
239 ]
240 ],
241 },
242 "like_": {
Missing negative tests
243
"anyOf": [
244 {
Missing negative tests
245
"type": "string"
246 },
247 {
Missing positive tests
248
"type": "null"
249 }
Missing negative tests
250
],
251 "examples": [
252 "marvin"
253 ],
254 }
Missing negative tests
255
},
Missing negative tests
256
"type": "object"
257 },
258 "DeploymentFilterPaused": {
259 "additionalProperties": false,
Missing tests
260
"properties": {
261 "eq_": {
Missing tests
262
"anyOf": [
263 {
Missing tests
264
"type": "boolean"
265 },
266 {
Missing tests
267
"type": "null"
268 }
Missing tests
269
],
270 }
Missing tests
271
},
Missing tests
272
"type": "object"
273 },
274 "DeploymentFilterTags": {
275 "additionalProperties": false,
Missing negative tests
276
"properties": {
277 "all_": {
Missing negative tests
278
"anyOf": [
279 {
280 "items": {
Missing negative tests
281
"type": "string"
282 },
Missing negative tests
283
"type": "array"
284 },
285 {
Missing positive tests
286
"type": "null"
287 }
Missing negative tests
288
],
289 "examples": [
290 [
291 "tag-1",
292 "tag-2"
293 ]
294 ],
295 },
296 "any_": {
Missing negative tests
297
"anyOf": [
298 {
299 "items": {
Missing negative tests
300
"type": "string"
301 },
Missing negative tests
302
"type": "array"
303 },
304 {
Missing positive tests
305
"type": "null"
306 }
Missing negative tests
307
],
308 "examples": [
309 [
310 "tag-1",
311 "tag-2"
312 ]
313 ],
314 },
315 "is_null_": {
Missing tests
316
"anyOf": [
317 {
Missing tests
318
"type": "boolean"
319 },
320 {
Missing tests
321
"type": "null"
322 }
Missing tests
323
],
324 },
325 "operator": {
Missing tests
326
"$ref": "#/components/schemas/Operator",
327 }
Missing negative tests
328
},
Missing negative tests
329
"type": "object"
330 },
331 "DeploymentFilterWorkQueueName": {
332 "additionalProperties": false,
Missing negative tests
333
"properties": {
334 "any_": {
Missing negative tests
335
"anyOf": [
336 {
337 "items": {
Missing negative tests
338
"type": "string"
339 },
Missing negative tests
340
"type": "array"
341 },
342 {
Missing positive tests
343
"type": "null"
344 }
Missing negative tests
345
],
346 "examples": [
347 [
348 "work_queue_1",
349 "work_queue_2"
350 ]
351 ],
352 }
Missing negative tests
353
},
Missing negative tests
354
"type": "object"
355 },
356 "DeploymentOrFlowNameFilter": {
357 "additionalProperties": false,
Missing tests
358
"properties": {
359 "like_": {
Missing tests
360
"anyOf": [
361 {
Missing tests
362
"type": "string"
363 },
364 {
Missing tests
365
"type": "null"
366 }
Missing tests
367
],
368 }
Missing tests
369
},
Missing tests
370
"type": "object"
371 },
372 "FlowFilter": {
373 "additionalProperties": false,
Missing negative tests
374
"properties": {
375 "deployment": {
Missing tests
376
"anyOf": [
377 {
Missing tests
378
"$ref": "#/components/schemas/FlowFilterDeployment"
379 },
380 {
Missing tests
381
"type": "null"
382 }
Missing tests
383
],
384 },
385 "id": {
Missing tests
386
"anyOf": [
387 {
Missing tests
388
"$ref": "#/components/schemas/FlowFilterId"
389 },
390 {
Missing tests
391
"type": "null"
392 }
Missing tests
393
],
394 },
395 "name": {
Missing negative tests
396
"anyOf": [
397 {
Missing negative tests
398
"$ref": "#/components/schemas/FlowFilterName"
399 },
400 {
Missing positive tests
401
"type": "null"
402 }
Missing negative tests
403
],
404 },
405 "operator": {
Missing tests
406
"$ref": "#/components/schemas/Operator",
407 },
408 "tags": {
Missing negative tests
409
"anyOf": [
410 {
Missing negative tests
411
"$ref": "#/components/schemas/FlowFilterTags"
412 },
413 {
Missing positive tests
414
"type": "null"
415 }
Missing negative tests
416
],
417 }
Missing negative tests
418
},
419 "type": "object"
420 },
421 "FlowFilterDeployment": {
422 "additionalProperties": false,
Missing tests
423
"properties": {
424 "is_null_": {
Missing tests
425
"anyOf": [
426 {
Missing tests
427
"type": "boolean"
428 },
429 {
Missing tests
430
"type": "null"
431 }
Missing tests
432
],
433 },
434 "operator": {
Missing tests
435
"$ref": "#/components/schemas/Operator",
436 }
Missing tests
437
},
Missing tests
438
"type": "object"
439 },
440 "FlowFilterId": {
441 "additionalProperties": false,
Missing tests
442
"properties": {
443 "any_": {
Missing tests
444
"anyOf": [
445 {
446 "items": {
Missing tests
447
"format": "uuid",
Missing tests
448
"type": "string"
449 },
Missing tests
450
"type": "array"
451 },
452 {
Missing tests
453
"type": "null"
454 }
Missing tests
455
],
456 }
Missing tests
457
},
Missing tests
458
"type": "object"
459 },
460 "FlowFilterName": {
461 "additionalProperties": false,
Missing negative tests
462
"properties": {
463 "any_": {
Missing negative tests
464
"anyOf": [
465 {
466 "items": {
Missing negative tests
467
"type": "string"
468 },
Missing negative tests
469
"type": "array"
470 },
471 {
Missing positive tests
472
"type": "null"
473 }
Missing negative tests
474
],
475 "examples": [
476 [
477 "my-flow-1",
478 "my-flow-2"
479 ]
480 ],
481 },
482 "like_": {
Missing negative tests
483
"anyOf": [
484 {
Missing negative tests
485
"type": "string"
486 },
487 {
Missing positive tests
488
"type": "null"
489 }
Missing negative tests
490
],
491 "examples": [
492 "marvin"
493 ],
494 }
Missing negative tests
495
},
Missing negative tests
496
"type": "object"
497 },
498 "FlowFilterTags": {
499 "additionalProperties": false,
Missing negative tests
500
"properties": {
501 "all_": {
Missing negative tests
502
"anyOf": [
503 {
504 "items": {
Missing negative tests
505
"type": "string"
506 },
Missing negative tests
507
"type": "array"
508 },
509 {
Missing positive tests
510
"type": "null"
511 }
Missing negative tests
512
],
513 "examples": [
514 [
515 "tag-1",
516 "tag-2"
517 ]
518 ],
519 },
520 "is_null_": {
Missing tests
521
"anyOf": [
522 {
Missing tests
523
"type": "boolean"
524 },
525 {
Missing tests
526
"type": "null"
527 }
Missing tests
528
],
529 },
530 "operator": {
Missing tests
531
"$ref": "#/components/schemas/Operator",
532 }
Missing negative tests
533
},
Missing negative tests
534
"type": "object"
535 },
536 "FlowRunFilter": {
537 "additionalProperties": false,
Missing negative tests
538
"properties": {
539 "deployment_id": {
Missing tests
540
"anyOf": [
541 {
Missing tests
542
"$ref": "#/components/schemas/FlowRunFilterDeploymentId"
543 },
544 {
Missing tests
545
"type": "null"
546 }
Missing tests
547
],
548 },
549 "end_time": {
Missing tests
550
"anyOf": [
551 {
Missing tests
552
"$ref": "#/components/schemas/FlowRunFilterEndTime"
553 },
554 {
Missing tests
555
"type": "null"
556 }
Missing tests
557
],
558 },
559 "expected_start_time": {
Missing tests
560
"anyOf": [
561 {
Missing tests
562
"$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
563 },
564 {
Missing tests
565
"type": "null"
566 }
Missing tests
567
],
568 },
569 "flow_version": {
Missing tests
570
"anyOf": [
571 {
Missing tests
572
"$ref": "#/components/schemas/FlowRunFilterFlowVersion"
573 },
574 {
Missing tests
575
"type": "null"
576 }
Missing tests
577
],
578 },
579 "id": {
Missing tests
580
"anyOf": [
581 {
Missing tests
582
"$ref": "#/components/schemas/FlowRunFilterId"
583 },
584 {
Missing tests
585
"type": "null"
586 }
Missing tests
587
],
588 },
589 "idempotency_key": {
Missing tests
590
"anyOf": [
591 {
Missing tests
592
"$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
593 },
594 {
Missing tests
595
"type": "null"
596 }
Missing tests
597
],
598 },
599 "name": {
Missing negative tests
600
"anyOf": [
601 {
Missing negative tests
602
"$ref": "#/components/schemas/FlowRunFilterName"
603 },
604 {
Missing positive tests
605
"type": "null"
606 }
Missing negative tests
607
],
608 },
609 "next_scheduled_start_time": {
Missing tests
610
"anyOf": [
611 {
Missing tests
612
"$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
613 },
614 {
Missing tests
615
"type": "null"
616 }
Missing tests
617
],
618 },
619 "operator": {
Missing tests
620
"$ref": "#/components/schemas/Operator",
621 },
622 "parent_flow_run_id": {
Missing tests
623
"anyOf": [
624 {
Missing tests
625
"$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
626 },
627 {
Missing tests
628
"type": "null"
629 }
Missing tests
630
],
631 },
632 "parent_task_run_id": {
Missing tests
633
"anyOf": [
634 {
Missing tests
635
"$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
636 },
637 {
Missing tests
638
"type": "null"
639 }
Missing tests
640
],
641 },
642 "start_time": {
Missing tests
643
"anyOf": [
644 {
Missing tests
645
"$ref": "#/components/schemas/FlowRunFilterStartTime"
646 },
647 {
Missing tests
648
"type": "null"
649 }
Missing tests
650
],
651 },
652 "state": {
Missing tests
653
"anyOf": [
654 {
Missing tests
655
"$ref": "#/components/schemas/FlowRunFilterState"
656 },
657 {
Missing tests
658
"type": "null"
659 }
Missing tests
660
],
661 },
662 "tags": {
Missing negative tests
663
"anyOf": [
664 {
Missing negative tests
665
"$ref": "#/components/schemas/FlowRunFilterTags"
666 },
667 {
Missing positive tests
668
"type": "null"
669 }
Missing negative tests
670
],
671 },
672 "work_queue_name": {
Missing negative tests
673
"anyOf": [
674 {
Missing negative tests
675
"$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
676 },
677 {
Missing positive tests
678
"type": "null"
679 }
Missing negative tests
680
],
681 }
Missing negative tests
682
},
Missing negative tests
683
"type": "object"
684 },
685 "FlowRunFilterDeploymentId": {
686 "additionalProperties": false,
Missing tests
687
"properties": {
688 "any_": {
Missing tests
689
"anyOf": [
690 {
691 "items": {
Missing tests
692
"format": "uuid",
Missing tests
693
"type": "string"
694 },
Missing tests
695
"type": "array"
696 },
697 {
Missing tests
698
"type": "null"
699 }
Missing tests
700
],
701 },
702 "is_null_": {
Missing tests
703
"anyOf": [
704 {
Missing tests
705
"type": "boolean"
706 },
707 {
Missing tests
708
"type": "null"
709 }
Missing tests
710
],
711 },
712 "operator": {
Missing tests
713
"$ref": "#/components/schemas/Operator",
714 }
Missing tests
715
},
Missing tests
716
"type": "object"
717 },
718 "FlowRunFilterEndTime": {
719 "additionalProperties": false,
Missing tests
720
"properties": {
721 "after_": {
Missing tests
722
"anyOf": [
723 {
Missing tests
724
"format": "date-time",
Missing tests
725
"type": "string"
726 },
727 {
Missing tests
728
"type": "null"
729 }
Missing tests
730
],
731 },
732 "before_": {
Missing tests
733
"anyOf": [
734 {
Missing tests
735
"format": "date-time",
Missing tests
736
"type": "string"
737 },
738 {
Missing tests
739
"type": "null"
740 }
Missing tests
741
],
742 },
743 "is_null_": {
Missing tests
744
"anyOf": [
745 {
Missing tests
746
"type": "boolean"
747 },
748 {
Missing tests
749
"type": "null"
750 }
Missing tests
751
],
752 }
Missing tests
753
},
Missing tests
754
"type": "object"
755 },
756 "FlowRunFilterExpectedStartTime": {
757 "additionalProperties": false,
Missing tests
758
"properties": {
759 "after_": {
Missing tests
760
"anyOf": [
761 {
Missing tests
762
"format": "date-time",
Missing tests
763
"type": "string"
764 },
765 {
Missing tests
766
"type": "null"
767 }
Missing tests
768
],
769 },
770 "before_": {
Missing tests
771
"anyOf": [
772 {
Missing tests
773
"format": "date-time",
Missing tests
774
"type": "string"
775 },
776 {
Missing tests
777
"type": "null"
778 }
Missing tests
779
],
780 }
Missing tests
781
},
Missing tests
782
"type": "object"
783 },
784 "FlowRunFilterFlowVersion": {
785 "additionalProperties": false,
Missing tests
786
"properties": {
787 "any_": {
Missing tests
788
"anyOf": [
789 {
790 "items": {
Missing tests
791
"type": "string"
792 },
Missing tests
793
"type": "array"
794 },
795 {
Missing tests
796
"type": "null"
797 }
Missing tests
798
],
799 }
Missing tests
800
},
Missing tests
801
"type": "object"
802 },
803 "FlowRunFilterId": {
804 "additionalProperties": false,
Missing tests
805
"properties": {
806 "any_": {
Missing tests
807
"anyOf": [
808 {
809 "items": {
Missing tests
810
"format": "uuid",
Missing tests
811
"type": "string"
812 },
Missing tests
813
"type": "array"
814 },
815 {
Missing tests
816
"type": "null"
817 }
Missing tests
818
],
819 },
820 "not_any_": {
Missing tests
821
"anyOf": [
822 {
823 "items": {
Missing tests
824
"format": "uuid",
Missing tests
825
"type": "string"
826 },
Missing tests
827
"type": "array"
828 },
829 {
Missing tests
830
"type": "null"
831 }
Missing tests
832
],
833 }
Missing tests
834
},
Missing tests
835
"type": "object"
836 },
837 "FlowRunFilterIdempotencyKey": {
838 "additionalProperties": false,
Missing tests
839
"properties": {
840 "any_": {
Missing tests
841
"anyOf": [
842 {
843 "items": {
Missing tests
844
"type": "string"
845 },
Missing tests
846
"type": "array"
847 },
848 {
Missing tests
849
"type": "null"
850 }
Missing tests
851
],
852 },
853 "not_any_": {
Missing tests
854
"anyOf": [
855 {
856 "items": {
Missing tests
857
"type": "string"
858 },
Missing tests
859
"type": "array"
860 },
861 {
Missing tests
862
"type": "null"
863 }
Missing tests
864
],
865 }
Missing tests
866
},
Missing tests
867
"type": "object"
868 },
869 "FlowRunFilterName": {
870 "additionalProperties": false,
Missing negative tests
871
"properties": {
872 "any_": {
Missing negative tests
873
"anyOf": [
874 {
875 "items": {
Missing negative tests
876
"type": "string"
877 },
Missing negative tests
878
"type": "array"
879 },
880 {
Missing positive tests
881
"type": "null"
882 }
Missing negative tests
883
],
884 "examples": [
885 [
886 "my-flow-run-1",
887 "my-flow-run-2"
888 ]
889 ],
890 },
891 "like_": {
Missing negative tests
892
"anyOf": [
893 {
Missing negative tests
894
"type": "string"
895 },
896 {
Missing positive tests
897
"type": "null"
898 }
Missing negative tests
899
],
900 "examples": [
901 "marvin"
902 ],
903 }
Missing negative tests
904
},
Missing negative tests
905
"type": "object"
906 },
907 "FlowRunFilterNextScheduledStartTime": {
908 "additionalProperties": false,
Missing tests
909
"properties": {
910 "after_": {
Missing tests
911
"anyOf": [
912 {
Missing tests
913
"format": "date-time",
Missing tests
914
"type": "string"
915 },
916 {
Missing tests
917
"type": "null"
918 }
Missing tests
919
],
920 },
921 "before_": {
Missing tests
922
"anyOf": [
923 {
Missing tests
924
"format": "date-time",
Missing tests
925
"type": "string"
926 },
927 {
Missing tests
928
"type": "null"
929 }
Missing tests
930
],
931 }
Missing tests
932
},
Missing tests
933
"type": "object"
934 },
935 "FlowRunFilterParentFlowRunId": {
936 "additionalProperties": false,
Missing tests
937
"properties": {
938 "any_": {
Missing tests
939
"anyOf": [
940 {
941 "items": {
Missing tests
942
"format": "uuid",
Missing tests
943
"type": "string"
944 },
Missing tests
945
"type": "array"
946 },
947 {
Missing tests
948
"type": "null"
949 }
Missing tests
950
],
951 },
952 "operator": {
Missing tests
953
"$ref": "#/components/schemas/Operator",
954 }
Missing tests
955
},
Missing tests
956
"type": "object"
957 },
958 "FlowRunFilterParentTaskRunId": {
959 "additionalProperties": false,
Missing tests
960
"properties": {
961 "any_": {
Missing tests
962
"anyOf": [
963 {
964 "items": {
Missing tests
965
"format": "uuid",
Missing tests
966
"type": "string"
967 },
Missing tests
968
"type": "array"
969 },
970 {
Missing tests
971
"type": "null"
972 }
Missing tests
973
],
974 },
975 "is_null_": {
Missing tests
976
"anyOf": [
977 {
Missing tests
978
"type": "boolean"
979 },
980 {
Missing tests
981
"type": "null"
982 }
Missing tests
983
],
984 },
985 "operator": {
Missing tests
986
"$ref": "#/components/schemas/Operator",
987 }
Missing tests
988
},
Missing tests
989
"type": "object"
990 },
991 "FlowRunFilterStartTime": {
992 "additionalProperties": false,
Missing tests
993
"properties": {
994 "after_": {
Missing tests
995
"anyOf": [
996 {
Missing tests
997
"format": "date-time",
Missing tests
998
"type": "string"
999 },
1000 {
Missing tests
1001
"type": "null"
1002 }
Missing tests
1003
],
1004 },
1005 "before_": {
Missing tests
1006
"anyOf": [
1007 {
Missing tests
1008
"format": "date-time",
Missing tests
1009
"type": "string"
1010 },
1011 {
Missing tests
1012
"type": "null"
1013 }
Missing tests
1014
],
1015 },
1016 "is_null_": {
Missing tests
1017
"anyOf": [
1018 {
Missing tests
1019
"type": "boolean"
1020 },
1021 {
Missing tests
1022
"type": "null"
1023 }
Missing tests
1024
],
1025 }
Missing tests
1026
},
Missing tests
1027
"type": "object"
1028 },
1029 "FlowRunFilterState": {
1030 "additionalProperties": false,
Missing tests
1031
"properties": {
1032 "name": {
Missing tests
1033
"anyOf": [
1034 {
Missing tests
1035
"$ref": "#/components/schemas/FlowRunFilterStateName"
1036 },
1037 {
Missing tests
1038
"type": "null"
1039 }
Missing tests
1040
],
1041 },
1042 "operator": {
Missing tests
1043
"$ref": "#/components/schemas/Operator",
1044 },
1045 "type": {
Missing tests
1046
"anyOf": [
1047 {
Missing tests
1048
"$ref": "#/components/schemas/FlowRunFilterStateType"
1049 },
1050 {
Missing tests
1051
"type": "null"
1052 }
Missing tests
1053
],
1054 }
Missing tests
1055
},
Missing tests
1056
"type": "object"
1057 },
1058 "FlowRunFilterStateName": {
1059 "additionalProperties": false,
Missing tests
1060
"properties": {
1061 "any_": {
Missing tests
1062
"anyOf": [
1063 {
1064 "items": {
Missing tests
1065
"type": "string"
1066 },
Missing tests
1067
"type": "array"
1068 },
1069 {
Missing tests
1070
"type": "null"
1071 }
Missing tests
1072
],
1073 },
1074 "not_any_": {
Missing tests
1075
"anyOf": [
1076 {
1077 "items": {
Missing tests
1078
"type": "string"
1079 },
Missing tests
1080
"type": "array"
1081 },
1082 {
Missing tests
1083
"type": "null"
1084 }
Missing tests
1085
],
1086 }
Missing tests
1087
},
Missing tests
1088
"type": "object"
1089 },
1090 "FlowRunFilterStateType": {
1091 "additionalProperties": false,
Missing tests
1092
"properties": {
1093 "any_": {
Missing tests
1094
"anyOf": [
1095 {
1096 "items": {
Missing tests
1097
"$ref": "#/components/schemas/StateType"
1098 },
Missing tests
1099
"type": "array"
1100 },
1101 {
Missing tests
1102
"type": "null"
1103 }
Missing tests
1104
],
1105 },
1106 "not_any_": {
Missing tests
1107
"anyOf": [
1108 {
1109 "items": {
Missing tests
1110
"$ref": "#/components/schemas/StateType"
1111 },
Missing tests
1112
"type": "array"
1113 },
1114 {
Missing tests
1115
"type": "null"
1116 }
Missing tests
1117
],
1118 }
Missing tests
1119
},
Missing tests
1120
"type": "object"
1121 },
1122 "FlowRunFilterTags": {
1123 "additionalProperties": false,
Missing negative tests
1124
"properties": {
1125 "all_": {
Missing negative tests
1126
"anyOf": [
1127 {
1128 "items": {
Missing negative tests
1129
"type": "string"
1130 },
Missing negative tests
1131
"type": "array"
1132 },
1133 {
Missing positive tests
1134
"type": "null"
1135 }
Missing negative tests
1136
],
1137 "examples": [
1138 [
1139 "tag-1",
1140 "tag-2"
1141 ]
1142 ],
1143 },
1144 "any_": {
Missing negative tests
1145
"anyOf": [
1146 {
1147 "items": {
Missing negative tests
1148
"type": "string"
1149 },
Missing negative tests
1150
"type": "array"
1151 },
1152 {
Missing positive tests
1153
"type": "null"
1154 }
Missing negative tests
1155
],
1156 "examples": [
1157 [
1158 "tag-1",
1159 "tag-2"
1160 ]
1161 ],
1162 },
1163 "is_null_": {
Missing tests
1164
"anyOf": [
1165 {
Missing tests
1166
"type": "boolean"
1167 },
1168 {
Missing tests
1169
"type": "null"
1170 }
Missing tests
1171
],
1172 },
1173 "operator": {
Missing tests
1174
"$ref": "#/components/schemas/Operator",
1175 }
Missing negative tests
1176
},
Missing negative tests
1177
"type": "object"
1178 },
1179 "FlowRunFilterWorkQueueName": {
1180 "additionalProperties": false,
Missing negative tests
1181
"properties": {
1182 "any_": {
Missing negative tests
1183
"anyOf": [
1184 {
1185 "items": {
Missing negative tests
1186
"type": "string"
1187 },
Missing negative tests
1188
"type": "array"
1189 },
1190 {
Missing positive tests
1191
"type": "null"
1192 }
Missing negative tests
1193
],
1194 "examples": [
1195 [
1196 "work_queue_1",
1197 "work_queue_2"
1198 ]
1199 ],
1200 },
1201 "is_null_": {
Missing tests
1202
"anyOf": [
1203 {
Missing tests
1204
"type": "boolean"
1205 },
1206 {
Missing tests
1207
"type": "null"
1208 }
Missing tests
1209
],
1210 },
1211 "operator": {
Missing tests
1212
"$ref": "#/components/schemas/Operator",
1213 }
Missing negative tests
1214
},
Missing negative tests
1215
"type": "object"
1216 },
1217 "Operator": {
Missing tests
1218
"enum": [
1219 "and_",
1220 "or_"
Missing tests
1221
],
Missing tests
1222
"type": "string"
1223 },
1224 "StateType": {
Missing tests
1225
"enum": [
1226 "SCHEDULED",
1227 "PENDING",
1228 "RUNNING",
1229 "COMPLETED",
1230 "FAILED",
1231 "CANCELLED",
1232 "CRASHED",
1233 "PAUSED",
1234 "CANCELLING"
Missing tests
1235
],
Missing tests
1236
"type": "string"
1237 },
1238 "TaskRunFilter": {
1239 "additionalProperties": false,
Missing negative tests
1240
"properties": {
1241 "expected_start_time": {
Missing tests
1242
"anyOf": [
1243 {
Missing tests
1244
"$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1245 },
1246 {
Missing tests
1247
"type": "null"
1248 }
Missing tests
1249
],
1250 },
1251 "flow_run_id": {
Missing tests
1252
"anyOf": [
1253 {
Missing tests
1254
"$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1255 },
1256 {
Missing tests
1257
"type": "null"
1258 }
Missing tests
1259
],
1260 },
1261 "id": {
Missing tests
1262
"anyOf": [
1263 {
Missing tests
1264
"$ref": "#/components/schemas/TaskRunFilterId"
1265 },
1266 {
Missing tests
1267
"type": "null"
1268 }
Missing tests
1269
],
1270 },
1271 "name": {
Missing negative tests
1272
"anyOf": [
1273 {
Missing negative tests
1274
"$ref": "#/components/schemas/TaskRunFilterName"
1275 },
1276 {
Missing positive tests
1277
"type": "null"
1278 }
Missing negative tests
1279
],
1280 },
1281 "operator": {
Missing tests
1282
"$ref": "#/components/schemas/Operator",
1283 },
1284 "start_time": {
Missing tests
1285
"anyOf": [
1286 {
Missing tests
1287
"$ref": "#/components/schemas/TaskRunFilterStartTime"
1288 },
1289 {
Missing tests
1290
"type": "null"
1291 }
Missing tests
1292
],
1293 },
1294 "state": {
Missing tests
1295
"anyOf": [
1296 {
Missing tests
1297
"$ref": "#/components/schemas/TaskRunFilterState"
1298 },
1299 {
Missing tests
1300
"type": "null"
1301 }
Missing tests
1302
],
1303 },
1304 "subflow_runs": {
Missing tests
1305
"anyOf": [
1306 {
Missing tests
1307
"$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1308 },
1309 {
Missing tests
1310
"type": "null"
1311 }
Missing tests
1312
],
1313 },
1314 "tags": {
Missing negative tests
1315
"anyOf": [
1316 {
Missing negative tests
1317
"$ref": "#/components/schemas/TaskRunFilterTags"
1318 },
1319 {
Missing positive tests
1320
"type": "null"
1321 }
Missing negative tests
1322
],
1323 }
Missing negative tests
1324
},
Missing negative tests
1325
"type": "object"
1326 },
1327 "TaskRunFilterExpectedStartTime": {
1328 "additionalProperties": false,
Missing tests
1329
"properties": {
1330 "after_": {
Missing tests
1331
"anyOf": [
1332 {
Missing tests
1333
"format": "date-time",
Missing tests
1334
"type": "string"
1335 },
1336 {
Missing tests
1337
"type": "null"
1338 }
Missing tests
1339
],
1340 },
1341 "before_": {
Missing tests
1342
"anyOf": [
1343 {
Missing tests
1344
"format": "date-time",
Missing tests
1345
"type": "string"
1346 },
1347 {
Missing tests
1348
"type": "null"
1349 }
Missing tests
1350
],
1351 }
Missing tests
1352
},
Missing tests
1353
"type": "object"
1354 },
1355 "TaskRunFilterFlowRunId": {
1356 "additionalProperties": false,
Missing tests
1357
"properties": {
1358 "any_": {
Missing tests
1359
"anyOf": [
1360 {
1361 "items": {
Missing tests
1362
"format": "uuid",
Missing tests
1363
"type": "string"
1364 },
Missing tests
1365
"type": "array"
1366 },
1367 {
Missing tests
1368
"type": "null"
1369 }
Missing tests
1370
],
1371 },
1372 "is_null_": {
Missing tests
1373
"anyOf": [
1374 {
Missing tests
1375
"type": "boolean"
1376 },
1377 {
Missing tests
1378
"type": "null"
1379 }
Missing tests
1380
],
1381 },
1382 "operator": {
Missing tests
1383
"$ref": "#/components/schemas/Operator",
1384 }
Missing tests
1385
},
Missing tests
1386
"type": "object"
1387 },
1388 "TaskRunFilterId": {
1389 "additionalProperties": false,
Missing tests
1390
"properties": {
1391 "any_": {
Missing tests
1392
"anyOf": [
1393 {
1394 "items": {
Missing tests
1395
"format": "uuid",
Missing tests
1396
"type": "string"
1397 },
Missing tests
1398
"type": "array"
1399 },
1400 {
Missing tests
1401
"type": "null"
1402 }
Missing tests
1403
],
1404 }
Missing tests
1405
},
Missing tests
1406
"type": "object"
1407 },
1408 "TaskRunFilterName": {
1409 "additionalProperties": false,
Missing negative tests
1410
"properties": {
1411 "any_": {
Missing negative tests
1412
"anyOf": [
1413 {
1414 "items": {
Missing negative tests
1415
"type": "string"
1416 },
Missing negative tests
1417
"type": "array"
1418 },
1419 {
Missing positive tests
1420
"type": "null"
1421 }
Missing negative tests
1422
],
1423 "examples": [
1424 [
1425 "my-task-run-1",
1426 "my-task-run-2"
1427 ]
1428 ],
1429 },
1430 "like_": {
Missing negative tests
1431
"anyOf": [
1432 {
Missing negative tests
1433
"type": "string"
1434 },
1435 {
Missing positive tests
1436
"type": "null"
1437 }
Missing negative tests
1438
],
1439 "examples": [
1440 "marvin"
1441 ],
1442 }
Missing negative tests
1443
},
Missing negative tests
1444
"type": "object"
1445 },
1446 "TaskRunFilterStartTime": {
1447 "additionalProperties": false,
Missing tests
1448
"properties": {
1449 "after_": {
Missing tests
1450
"anyOf": [
1451 {
Missing tests
1452
"format": "date-time",
Missing tests
1453
"type": "string"
1454 },
1455 {
Missing tests
1456
"type": "null"
1457 }
Missing tests
1458
],
1459 },
1460 "before_": {
Missing tests
1461
"anyOf": [
1462 {
Missing tests
1463
"format": "date-time",
Missing tests
1464
"type": "string"
1465 },
1466 {
Missing tests
1467
"type": "null"
1468 }
Missing tests
1469
],
1470 },
1471 "is_null_": {
Missing tests
1472
"anyOf": [
1473 {
Missing tests
1474
"type": "boolean"
1475 },
1476 {
Missing tests
1477
"type": "null"
1478 }
Missing tests
1479
],
1480 }
Missing tests
1481
},
Missing tests
1482
"type": "object"
1483 },
1484 "TaskRunFilterState": {
1485 "additionalProperties": false,
Missing tests
1486
"properties": {
1487 "name": {
Missing tests
1488
"anyOf": [
1489 {
Missing tests
1490
"$ref": "#/components/schemas/TaskRunFilterStateName"
1491 },
1492 {
Missing tests
1493
"type": "null"
1494 }
Missing tests
1495
],
1496 },
1497 "operator": {
Missing tests
1498
"$ref": "#/components/schemas/Operator",
1499 },
1500 "type": {
Missing tests
1501
"anyOf": [
1502 {
Missing tests
1503
"$ref": "#/components/schemas/TaskRunFilterStateType"
1504 },
1505 {
Missing tests
1506
"type": "null"
1507 }
Missing tests
1508
],
1509 }
Missing tests
1510
},
Missing tests
1511
"type": "object"
1512 },
1513 "TaskRunFilterStateName": {
1514 "additionalProperties": false,
Missing tests
1515
"properties": {
1516 "any_": {
Missing tests
1517
"anyOf": [
1518 {
1519 "items": {
Missing tests
1520
"type": "string"
1521 },
Missing tests
1522
"type": "array"
1523 },
1524 {
Missing tests
1525
"type": "null"
1526 }
Missing tests
1527
],
1528 }
Missing tests
1529
},
Missing tests
1530
"type": "object"
1531 },
1532 "TaskRunFilterStateType": {
1533 "additionalProperties": false,
Missing tests
1534
"properties": {
1535 "any_": {
Missing tests
1536
"anyOf": [
1537 {
1538 "items": {
Missing tests
1539
"$ref": "#/components/schemas/StateType"
1540 },
Missing tests
1541
"type": "array"
1542 },
1543 {
Missing tests
1544
"type": "null"
1545 }
Missing tests
1546
],
1547 }
Missing tests
1548
},
Missing tests
1549
"type": "object"
1550 },
1551 "TaskRunFilterSubFlowRuns": {
1552 "additionalProperties": false,
Missing tests
1553
"properties": {
1554 "exists_": {
Missing tests
1555
"anyOf": [
1556 {
Missing tests
1557
"type": "boolean"
1558 },
1559 {
Missing tests
1560
"type": "null"
1561 }
Missing tests
1562
],
1563 }
Missing tests
1564
},
Missing tests
1565
"type": "object"
1566 },
1567 "TaskRunFilterTags": {
1568 "additionalProperties": false,
Missing negative tests
1569
"properties": {
1570 "all_": {
Missing negative tests
1571
"anyOf": [
1572 {
1573 "items": {
Missing negative tests
1574
"type": "string"
1575 },
Missing negative tests
1576
"type": "array"
1577 },
1578 {
Missing positive tests
1579
"type": "null"
1580 }
Missing negative tests
1581
],
1582 "examples": [
1583 [
1584 "tag-1",
1585 "tag-2"
1586 ]
1587 ],
1588 },
1589 "is_null_": {
Missing tests
1590
"anyOf": [
1591 {
Missing tests
1592
"type": "boolean"
1593 },
1594 {
Missing tests
1595
"type": "null"
1596 }
Missing tests
1597
],
1598 },
1599 "operator": {
Missing tests
1600
"$ref": "#/components/schemas/Operator",
1601 }
Missing negative tests
1602
},
Missing negative tests
1603
"type": "object"
1604 },
1605 "WorkPoolFilter": {
1606 "additionalProperties": false,
Missing tests
1607
"properties": {
1608 "id": {
Missing tests
1609
"anyOf": [
1610 {
Missing tests
1611
"$ref": "#/components/schemas/WorkPoolFilterId"
1612 },
1613 {
Missing tests
1614
"type": "null"
1615 }
Missing tests
1616
],
1617 },
1618 "name": {
Missing tests
1619
"anyOf": [
1620 {
Missing tests
1621
"$ref": "#/components/schemas/WorkPoolFilterName"
1622 },
1623 {
Missing tests
1624
"type": "null"
1625 }
Missing tests
1626
],
1627 },
1628 "operator": {
Missing tests
1629
"$ref": "#/components/schemas/Operator",
1630 },
1631 "type": {
Missing tests
1632
"anyOf": [
1633 {
Missing tests
1634
"$ref": "#/components/schemas/WorkPoolFilterType"
1635 },
1636 {
Missing tests
1637
"type": "null"
1638 }
Missing tests
1639
],
1640 }
Missing tests
1641
},
Missing negative tests
1642
"type": "object"
1643 },
1644 "WorkPoolFilterId": {
1645 "additionalProperties": false,
Missing tests
1646
"properties": {
1647 "any_": {
Missing tests
1648
"anyOf": [
1649 {
1650 "items": {
Missing tests
1651
"format": "uuid",
Missing tests
1652
"type": "string"
1653 },
Missing tests
1654
"type": "array"
1655 },
1656 {
Missing tests
1657
"type": "null"
1658 }
Missing tests
1659
],
1660 }
Missing tests
1661
},
Missing tests
1662
"type": "object"
1663 },
1664 "WorkPoolFilterName": {
1665 "additionalProperties": false,
Missing tests
1666
"properties": {
1667 "any_": {
Missing tests
1668
"anyOf": [
1669 {
1670 "items": {
Missing tests
1671
"type": "string"
1672 },
Missing tests
1673
"type": "array"
1674 },
1675 {
Missing tests
1676
"type": "null"
1677 }
Missing tests
1678
],
1679 }
Missing tests
1680
},
Missing tests
1681
"type": "object"
1682 },
1683 "WorkPoolFilterType": {
1684 "additionalProperties": false,
Missing tests
1685
"properties": {
1686 "any_": {
Missing tests
1687
"anyOf": [
1688 {
1689 "items": {
Missing tests
1690
"type": "string"
1691 },
Missing tests
1692
"type": "array"
1693 },
1694 {
Missing tests
1695
"type": "null"
1696 }
Missing tests
1697
],
1698 }
Missing tests
1699
},
Missing tests
1700
"type": "object"
1701 },
1702 "WorkQueueFilter": {
1703 "additionalProperties": false,
Missing negative tests
1704
"properties": {
1705 "id": {
Missing tests
1706
"anyOf": [
1707 {
Missing tests
1708
"$ref": "#/components/schemas/WorkQueueFilterId"
1709 },
1710 {
Missing tests
1711
"type": "null"
1712 }
Missing tests
1713
],
1714 },
1715 "name": {
Missing negative tests
1716
"anyOf": [
1717 {
Missing negative tests
1718
"$ref": "#/components/schemas/WorkQueueFilterName"
1719 },
1720 {
Missing positive tests
1721
"type": "null"
1722 }
Missing negative tests
1723
],
1724 },
1725 "operator": {
Missing tests
1726
"$ref": "#/components/schemas/Operator",
1727 }
Missing negative tests
1728
},
Missing negative tests
1729
"type": "object"
1730 },
1731 "WorkQueueFilterId": {
1732 "additionalProperties": false,
Missing tests
1733
"properties": {
1734 "any_": {
Missing tests
1735
"anyOf": [
1736 {
1737 "items": {
Missing tests
1738
"format": "uuid",
Missing tests
1739
"type": "string"
1740 },
Missing tests
1741
"type": "array"
1742 },
1743 {
Missing tests
1744
"type": "null"
1745 }
Missing tests
1746
],
1747 }
Missing tests
1748
},
Missing tests
1749
"type": "object"
1750 },
1751 "WorkQueueFilterName": {
1752 "additionalProperties": false,
Missing negative tests
1753
"properties": {
1754 "any_": {
Missing negative tests
1755
"anyOf": [
1756 {
1757 "items": {
Missing negative tests
1758
"type": "string"
1759 },
Missing negative tests
1760
"type": "array"
1761 },
1762 {
Missing positive tests
1763
"type": "null"
1764 }
Missing negative tests
1765
],
1766 "examples": [
1767 [
1768 "wq-1",
1769 "wq-2"
1770 ]
1771 ],
1772 },
1773 "startswith_": {
Missing negative tests
1774
"anyOf": [
1775 {
1776 "items": {
Missing negative tests
1777
"type": "string"
1778 },
Missing negative tests
1779
"type": "array"
1780 },
1781 {
Missing positive tests
1782
"type": "null"
1783 }
Missing negative tests
1784
],
1785 "examples": [
1786 [
1787 "marvin",
1788 "Marvin-robot"
1789 ]
1790 ],
1791 }
Missing negative tests
1792
},
Missing negative tests
1793
"type": "object"
1794 }
1795 }
1796 }
1797}
Responses
seen average

200
Successful Response
5 4.60ms
422
Validation Error
2 2.19ms
default
Default
1 0.75ms
Examples
0 of 19 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json212 of 545 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_deployments_deployments_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_deployments_deployments_filter_post": {
Missing negative tests
6
"properties": {
7 "deployments": {
Missing negative tests
8
"anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
13 "type": "null"
14 }
Missing negative tests
15
]
16 },
17 "flow_runs": {
Missing negative tests
18
"anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
23 "type": "null"
24 }
Missing negative tests
25
]
26 },
27 "flows": {
Missing negative tests
28
"anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
Missing negative tests
35
]
36 },
37 "limit": {
Missing negative tests
38
"type": "integer"
39 },
40 "offset": {
Missing negative tests
41
"minimum": 0.0,
Missing negative tests
42
"type": "integer"
43 },
44 "sort": {
Missing negative tests
45
"$ref": "#/components/schemas/DeploymentSort",
46 },
47 "task_runs": {
Missing negative tests
48
"anyOf": [
49 {
50 "$ref": "#/components/schemas/TaskRunFilter"
51 },
52 {
53 "type": "null"
54 }
Missing negative tests
55
]
56 },
57 "work_pool_queues": {
Missing negative tests
58
"anyOf": [
59 {
60 "$ref": "#/components/schemas/WorkQueueFilter"
61 },
62 {
63 "type": "null"
64 }
Missing negative tests
65
]
66 },
67 "work_pools": {
Missing negative tests
68
"anyOf": [
69 {
70 "$ref": "#/components/schemas/WorkPoolFilter"
71 },
72 {
73 "type": "null"
74 }
Missing negative tests
75
]
76 }
Missing negative tests
77
},
78 "type": "object"
79 },
80 "DeploymentFilter": {
81 "additionalProperties": false,
Missing negative tests
82
"properties": {
83 "concurrency_limit": {
Missing negative tests
84
"anyOf": [
85 {
86 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
87 },
88 {
89 "type": "null"
90 }
Missing negative tests
91
],
92 "deprecated": true,
93 },
94 "flow_or_deployment_name": {
Missing negative tests
95
"anyOf": [
96 {
97 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
98 },
99 {
100 "type": "null"
101 }
Missing negative tests
102
],
103 },
104 "id": {
Missing negative tests
105
"anyOf": [
106 {
107 "$ref": "#/components/schemas/DeploymentFilterId"
108 },
109 {
110 "type": "null"
111 }
Missing negative tests
112
],
113 },
114 "name": {
Missing negative tests
115
"anyOf": [
116 {
117 "$ref": "#/components/schemas/DeploymentFilterName"
118 },
119 {
120 "type": "null"
121 }
Missing negative tests
122
],
123 },
124 "operator": {
Missing negative tests
125
"$ref": "#/components/schemas/Operator",
126 },
127 "paused": {
Missing negative tests
128
"anyOf": [
129 {
130 "$ref": "#/components/schemas/DeploymentFilterPaused"
131 },
132 {
133 "type": "null"
134 }
Missing negative tests
135
],
136 },
137 "tags": {
Missing negative tests
138
"anyOf": [
139 {
140 "$ref": "#/components/schemas/DeploymentFilterTags"
141 },
142 {
143 "type": "null"
144 }
Missing negative tests
145
],
146 },
147 "work_queue_name": {
Missing negative tests
148
"anyOf": [
149 {
150 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
151 },
152 {
153 "type": "null"
154 }
Missing negative tests
155
],
156 }
Missing negative tests
157
},
158 "type": "object"
159 },
160 "DeploymentFilterConcurrencyLimit": {
161 "additionalProperties": false,
Missing negative tests
162
"properties": {
163 "ge_": {
Missing negative tests
164
"anyOf": [
165 {
166 "type": "integer"
167 },
168 {
169 "type": "null"
170 }
Missing negative tests
171
],
172 },
173 "is_null_": {
Missing negative tests
174
"anyOf": [
175 {
176 "type": "boolean"
177 },
178 {
179 "type": "null"
180 }
Missing negative tests
181
],
182 },
183 "le_": {
Missing negative tests
184
"anyOf": [
185 {
Missing negative tests
186
"type": "integer"
187 },
188 {
Missing positive tests
189
"type": "null"
190 }
Missing negative tests
191
],
192 }
Missing negative tests
193
},
194 "type": "object"
195 },
196 "DeploymentFilterId": {
197 "additionalProperties": false,
Missing negative tests
198
"properties": {
199 "any_": {
Missing negative tests
200
"anyOf": [
201 {
202 "items": {
Missing negative tests
203
"format": "uuid",
Missing negative tests
204
"type": "string"
205 },
206 "type": "array"
207 },
208 {
209 "type": "null"
210 }
Missing negative tests
211
],
212 },
213 "not_any_": {
Missing negative tests
214
"anyOf": [
215 {
216 "items": {
Missing tests
217
"format": "uuid",
Missing tests
218
"type": "string"
219 },
Missing positive tests
220
"type": "array"
221 },
222 {
Missing negative tests
223
"type": "null"
224 }
Missing negative tests
225
],
226 }
Missing negative tests
227
},
228 "type": "object"
229 },
230 "DeploymentFilterName": {
231 "additionalProperties": false,
Missing negative tests
232
"properties": {
233 "any_": {
Missing negative tests
234
"anyOf": [
235 {
236 "items": {
Missing negative tests
237
"type": "string"
238 },
239 "type": "array"
240 },
241 {
242 "type": "null"
243 }
Missing negative tests
244
],
245 "examples": [
246 [
247 "my-deployment-1",
248 "my-deployment-2"
249 ]
250 ],
251 },
252 "like_": {
Missing negative tests
253
"anyOf": [
254 {
Missing negative tests
255
"type": "string"
256 },
257 {
Missing positive tests
258
"type": "null"
259 }
Missing negative tests
260
],
261 "examples": [
262 "marvin"
263 ],
264 }
Missing negative tests
265
},
266 "type": "object"
267 },
268 "DeploymentFilterPaused": {
269 "additionalProperties": false,
Missing negative tests
270
"properties": {
271 "eq_": {
Missing negative tests
272
"anyOf": [
273 {
274 "type": "boolean"
275 },
276 {
277 "type": "null"
278 }
Missing negative tests
279
],
280 }
Missing negative tests
281
},
282 "type": "object"
283 },
284 "DeploymentFilterTags": {
285 "additionalProperties": false,
Missing negative tests
286
"properties": {
287 "all_": {
Missing negative tests
288
"anyOf": [
289 {
290 "items": {
Missing negative tests
291
"type": "string"
292 },
Missing negative tests
293
"type": "array"
294 },
295 {
Missing positive tests
296
"type": "null"
297 }
Missing negative tests
298
],
299 "examples": [
300 [
301 "tag-1",
302 "tag-2"
303 ]
304 ],
305 },
306 "any_": {
Missing negative tests
307
"anyOf": [
308 {
309 "items": {
Missing negative tests
310
"type": "string"
311 },
312 "type": "array"
313 },
314 {
315 "type": "null"
316 }
Missing negative tests
317
],
318 "examples": [
319 [
320 "tag-1",
321 "tag-2"
322 ]
323 ],
324 },
325 "is_null_": {
Missing negative tests
326
"anyOf": [
327 {
328 "type": "boolean"
329 },
330 {
331 "type": "null"
332 }
Missing negative tests
333
],
334 },
335 "operator": {
Missing negative tests
336
"$ref": "#/components/schemas/Operator",
337 }
Missing negative tests
338
},
339 "type": "object"
340 },
341 "DeploymentFilterWorkQueueName": {
342 "additionalProperties": false,
Missing negative tests
343
"properties": {
344 "any_": {
Missing negative tests
345
"anyOf": [
346 {
347 "items": {
Missing negative tests
348
"type": "string"
349 },
350 "type": "array"
351 },
352 {
353 "type": "null"
354 }
Missing negative tests
355
],
356 "examples": [
357 [
358 "work_queue_1",
359 "work_queue_2"
360 ]
361 ],
362 }
Missing negative tests
363
},
364 "type": "object"
365 },
366 "DeploymentOrFlowNameFilter": {
367 "additionalProperties": false,
Missing negative tests
368
"properties": {
369 "like_": {
Missing negative tests
370
"anyOf": [
371 {
372 "type": "string"
373 },
374 {
375 "type": "null"
376 }
Missing negative tests
377
],
378 }
Missing negative tests
379
},
380 "type": "object"
381 },
382 "DeploymentSort": {
Missing negative tests
383
"enum": [
384 "CREATED_DESC",
385 "UPDATED_DESC",
386 "NAME_ASC",
387 "NAME_DESC"
Missing negative tests
388
],
Missing negative tests
389
"type": "string"
390 },
391 "FlowFilter": {
392 "additionalProperties": false,
Missing negative tests
393
"properties": {
394 "deployment": {
Missing negative tests
395
"anyOf": [
396 {
397 "$ref": "#/components/schemas/FlowFilterDeployment"
398 },
399 {
400 "type": "null"
401 }
Missing negative tests
402
],
403 },
404 "id": {
Missing negative tests
405
"anyOf": [
406 {
407 "$ref": "#/components/schemas/FlowFilterId"
408 },
409 {
410 "type": "null"
411 }
Missing negative tests
412
],
413 },
414 "name": {
Missing negative tests
415
"anyOf": [
416 {
417 "$ref": "#/components/schemas/FlowFilterName"
418 },
419 {
420 "type": "null"
421 }
Missing negative tests
422
],
423 },
424 "operator": {
Missing negative tests
425
"$ref": "#/components/schemas/Operator",
426 },
427 "tags": {
Missing negative tests
428
"anyOf": [
429 {
430 "$ref": "#/components/schemas/FlowFilterTags"
431 },
432 {
433 "type": "null"
434 }
Missing negative tests
435
],
436 }
Missing negative tests
437
},
438 "type": "object"
439 },
440 "FlowFilterDeployment": {
441 "additionalProperties": false,
Missing negative tests
442
"properties": {
443 "is_null_": {
Missing negative tests
444
"anyOf": [
445 {
Missing positive tests
446
"type": "boolean"
447 },
448 {
Missing negative tests
449
"type": "null"
450 }
Missing negative tests
451
],
452 },
453 "operator": {
Missing negative tests
454
"$ref": "#/components/schemas/Operator",
455 }
Missing negative tests
456
},
457 "type": "object"
458 },
459 "FlowFilterId": {
460 "additionalProperties": false,
Missing negative tests
461
"properties": {
462 "any_": {
Missing negative tests
463
"anyOf": [
464 {
465 "items": {
Missing negative tests
466
"format": "uuid",
Missing negative tests
467
"type": "string"
468 },
Missing negative tests
469
"type": "array"
470 },
471 {
Missing positive tests
472
"type": "null"
473 }
Missing negative tests
474
],
475 }
Missing negative tests
476
},
477 "type": "object"
478 },
479 "FlowFilterName": {
480 "additionalProperties": false,
Missing negative tests
481
"properties": {
482 "any_": {
Missing negative tests
483
"anyOf": [
484 {
485 "items": {
Missing negative tests
486
"type": "string"
487 },
488 "type": "array"
489 },
490 {
491 "type": "null"
492 }
Missing negative tests
493
],
494 "examples": [
495 [
496 "my-flow-1",
497 "my-flow-2"
498 ]
499 ],
500 },
501 "like_": {
Missing negative tests
502
"anyOf": [
503 {
Missing negative tests
504
"type": "string"
505 },
506 {
Missing positive tests
507
"type": "null"
508 }
Missing negative tests
509
],
510 "examples": [
511 "marvin"
512 ],
513 }
Missing negative tests
514
},
515 "type": "object"
516 },
517 "FlowFilterTags": {
518 "additionalProperties": false,
Missing negative tests
519
"properties": {
520 "all_": {
Missing negative tests
521
"anyOf": [
522 {
523 "items": {
Missing negative tests
524
"type": "string"
525 },
526 "type": "array"
527 },
528 {
529 "type": "null"
530 }
Missing negative tests
531
],
532 "examples": [
533 [
534 "tag-1",
535 "tag-2"
536 ]
537 ],
538 },
539 "is_null_": {
Missing negative tests
540
"anyOf": [
541 {
542 "type": "boolean"
543 },
544 {
545 "type": "null"
546 }
Missing negative tests
547
],
548 },
549 "operator": {
Missing negative tests
550
"$ref": "#/components/schemas/Operator",
551 }
Missing negative tests
552
},
553 "type": "object"
554 },
555 "FlowRunFilter": {
556 "additionalProperties": false,
Missing negative tests
557
"properties": {
558 "deployment_id": {
Missing negative tests
559
"anyOf": [
560 {
Missing negative tests
561
"$ref": "#/components/schemas/FlowRunFilterDeploymentId"
562 },
563 {
Missing positive tests
564
"type": "null"
565 }
Missing negative tests
566
],
567 },
568 "end_time": {
Missing negative tests
569
"anyOf": [
570 {
571 "$ref": "#/components/schemas/FlowRunFilterEndTime"
572 },
573 {
574 "type": "null"
575 }
Missing negative tests
576
],
577 },
578 "expected_start_time": {
Missing negative tests
579
"anyOf": [
580 {
Missing positive tests
581
"$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
582 },
583 {
Missing negative tests
584
"type": "null"
585 }
Missing negative tests
586
],
587 },
588 "flow_version": {
Missing negative tests
589
"anyOf": [
590 {
591 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
592 },
593 {
594 "type": "null"
595 }
Missing negative tests
596
],
597 },
598 "id": {
Missing negative tests
599
"anyOf": [
600 {
601 "$ref": "#/components/schemas/FlowRunFilterId"
602 },
603 {
604 "type": "null"
605 }
Missing negative tests
606
],
607 },
608 "idempotency_key": {
Missing negative tests
609
"anyOf": [
610 {
611 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
612 },
613 {
614 "type": "null"
615 }
Missing negative tests
616
],
617 },
618 "name": {
Missing negative tests
619
"anyOf": [
620 {
621 "$ref": "#/components/schemas/FlowRunFilterName"
622 },
623 {
624 "type": "null"
625 }
Missing negative tests
626
],
627 },
628 "next_scheduled_start_time": {
Missing negative tests
629
"anyOf": [
630 {
631 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
632 },
633 {
634 "type": "null"
635 }
Missing negative tests
636
],
637 },
638 "operator": {
Missing negative tests
639
"$ref": "#/components/schemas/Operator",
640 },
641 "parent_flow_run_id": {
Missing negative tests
642
"anyOf": [
643 {
644 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
645 },
646 {
647 "type": "null"
648 }
Missing negative tests
649
],
650 },
651 "parent_task_run_id": {
Missing negative tests
652
"anyOf": [
653 {
654 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
655 },
656 {
657 "type": "null"
658 }
Missing negative tests
659
],
660 },
661 "start_time": {
Missing negative tests
662
"anyOf": [
663 {
664 "$ref": "#/components/schemas/FlowRunFilterStartTime"
665 },
666 {
667 "type": "null"
668 }
Missing negative tests
669
],
670 },
671 "state": {
Missing negative tests
672
"anyOf": [
673 {
674 "$ref": "#/components/schemas/FlowRunFilterState"
675 },
676 {
677 "type": "null"
678 }
Missing negative tests
679
],
680 },
681 "tags": {
Missing negative tests
682
"anyOf": [
683 {
684 "$ref": "#/components/schemas/FlowRunFilterTags"
685 },
686 {
687 "type": "null"
688 }
Missing negative tests
689
],
690 },
691 "work_queue_name": {
Missing negative tests
692
"anyOf": [
693 {
694 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
695 },
696 {
697 "type": "null"
698 }
Missing negative tests
699
],
700 }
Missing negative tests
701
},
702 "type": "object"
703 },
704 "FlowRunFilterDeploymentId": {
705 "additionalProperties": false,
Missing negative tests
706
"properties": {
707 "any_": {
Missing negative tests
708
"anyOf": [
709 {
710 "items": {
Missing negative tests
711
"format": "uuid",
Missing negative tests
712
"type": "string"
713 },
714 "type": "array"
715 },
716 {
717 "type": "null"
718 }
Missing negative tests
719
],
720 },
721 "is_null_": {
Missing negative tests
722
"anyOf": [
723 {
724 "type": "boolean"
725 },
726 {
727 "type": "null"
728 }
Missing negative tests
729
],
730 },
731 "operator": {
Missing negative tests
732
"$ref": "#/components/schemas/Operator",
733 }
Missing negative tests
734
},
Missing negative tests
735
"type": "object"
736 },
737 "FlowRunFilterEndTime": {
738 "additionalProperties": false,
Missing negative tests
739
"properties": {
740 "after_": {
Missing negative tests
741
"anyOf": [
742 {
Missing negative tests
743
"format": "date-time",
744 "type": "string"
745 },
746 {
747 "type": "null"
748 }
Missing negative tests
749
],
750 },
751 "before_": {
Missing negative tests
752
"anyOf": [
753 {
Missing negative tests
754
"format": "date-time",
755 "type": "string"
756 },
757 {
758 "type": "null"
759 }
Missing negative tests
760
],
761 },
762 "is_null_": {
Missing negative tests
763
"anyOf": [
764 {
765 "type": "boolean"
766 },
767 {
768 "type": "null"
769 }
Missing negative tests
770
],
771 }
Missing negative tests
772
},
773 "type": "object"
774 },
775 "FlowRunFilterExpectedStartTime": {
776 "additionalProperties": false,
Missing tests
777
"properties": {
778 "after_": {
Missing tests
779
"anyOf": [
780 {
Missing tests
781
"format": "date-time",
Missing tests
782
"type": "string"
783 },
784 {
Missing tests
785
"type": "null"
786 }
Missing tests
787
],
788 },
789 "before_": {
Missing tests
790
"anyOf": [
791 {
Missing tests
792
"format": "date-time",
Missing tests
793
"type": "string"
794 },
795 {
Missing tests
796
"type": "null"
797 }
Missing tests
798
],
799 }
Missing tests
800
},
Missing positive tests
801
"type": "object"
802 },
803 "FlowRunFilterFlowVersion": {
804 "additionalProperties": false,
Missing negative tests
805
"properties": {
806 "any_": {
Missing negative tests
807
"anyOf": [
808 {
809 "items": {
Missing negative tests
810
"type": "string"
811 },
812 "type": "array"
813 },
814 {
815 "type": "null"
816 }
Missing negative tests
817
],
818 }
Missing negative tests
819
},
820 "type": "object"
821 },
822 "FlowRunFilterId": {
823 "additionalProperties": false,
Missing negative tests
824
"properties": {
825 "any_": {
Missing negative tests
826
"anyOf": [
827 {
828 "items": {
Missing negative tests
829
"format": "uuid",
Missing negative tests
830
"type": "string"
831 },
832 "type": "array"
833 },
834 {
835 "type": "null"
836 }
Missing negative tests
837
],
838 },
839 "not_any_": {
Missing negative tests
840
"anyOf": [
841 {
842 "items": {
Missing negative tests
843
"format": "uuid",
Missing negative tests
844
"type": "string"
845 },
846 "type": "array"
847 },
848 {
849 "type": "null"
850 }
Missing negative tests
851
],
852 }
Missing negative tests
853
},
854 "type": "object"
855 },
856 "FlowRunFilterIdempotencyKey": {
857 "additionalProperties": false,
Missing negative tests
858
"properties": {
859 "any_": {
Missing negative tests
860
"anyOf": [
861 {
862 "items": {
Missing tests
863
"type": "string"
864 },
865 "type": "array"
866 },
867 {
868 "type": "null"
869 }
Missing negative tests
870
],
871 },
872 "not_any_": {
Missing negative tests
873
"anyOf": [
874 {
875 "items": {
Missing tests
876
"type": "string"
877 },
Missing positive tests
878
"type": "array"
879 },
880 {
Missing negative tests
881
"type": "null"
882 }
Missing negative tests
883
],
884 }
Missing negative tests
885
},
886 "type": "object"
887 },
888 "FlowRunFilterName": {
889 "additionalProperties": false,
Missing negative tests
890
"properties": {
891 "any_": {
Missing negative tests
892
"anyOf": [
893 {
894 "items": {
Missing negative tests
895
"type": "string"
896 },
897 "type": "array"
898 },
899 {
900 "type": "null"
901 }
Missing negative tests
902
],
903 "examples": [
904 [
905 "my-flow-run-1",
906 "my-flow-run-2"
907 ]
908 ],
909 },
910 "like_": {
Missing negative tests
911
"anyOf": [
912 {
913 "type": "string"
914 },
915 {
916 "type": "null"
917 }
Missing negative tests
918
],
919 "examples": [
920 "marvin"
921 ],
922 }
Missing negative tests
923
},
924 "type": "object"
925 },
926 "FlowRunFilterNextScheduledStartTime": {
927 "additionalProperties": false,
Missing negative tests
928
"properties": {
929 "after_": {
Missing negative tests
930
"anyOf": [
931 {
Missing negative tests
932
"format": "date-time",
Missing negative tests
933
"type": "string"
934 },
935 {
Missing positive tests
936
"type": "null"
937 }
Missing negative tests
938
],
939 },
940 "before_": {
Missing negative tests
941
"anyOf": [
942 {
Missing negative tests
943
"format": "date-time",
944 "type": "string"
945 },
946 {
947 "type": "null"
948 }
Missing negative tests
949
],
950 }
Missing negative tests
951
},
952 "type": "object"
953 },
954 "FlowRunFilterParentFlowRunId": {
955 "additionalProperties": false,
Missing negative tests
956
"properties": {
957 "any_": {
Missing negative tests
958
"anyOf": [
959 {
960 "items": {
Missing tests
961
"format": "uuid",
Missing tests
962
"type": "string"
963 },
Missing negative tests
964
"type": "array"
965 },
966 {
Missing positive tests
967
"type": "null"
968 }
Missing negative tests
969
],
970 },
971 "operator": {
Missing negative tests
972
"$ref": "#/components/schemas/Operator",
973 }
Missing negative tests
974
},
975 "type": "object"
976 },
977 "FlowRunFilterParentTaskRunId": {
978 "additionalProperties": false,
Missing negative tests
979
"properties": {
980 "any_": {
Missing negative tests
981
"anyOf": [
982 {
983 "items": {
Missing negative tests
984
"format": "uuid",
Missing negative tests
985
"type": "string"
986 },
987 "type": "array"
988 },
989 {
990 "type": "null"
991 }
Missing negative tests
992
],
993 },
994 "is_null_": {
Missing negative tests
995
"anyOf": [
996 {
997 "type": "boolean"
998 },
999 {
1000 "type": "null"
1001 }
Missing negative tests
1002
],
1003 },
1004 "operator": {
Missing negative tests
1005
"$ref": "#/components/schemas/Operator",
1006 }
Missing negative tests
1007
},
1008 "type": "object"
1009 },
1010 "FlowRunFilterStartTime": {
1011 "additionalProperties": false,
Missing negative tests
1012
"properties": {
1013 "after_": {
Missing negative tests
1014
"anyOf": [
1015 {
Missing negative tests
1016
"format": "date-time",
Missing negative tests
1017
"type": "string"
1018 },
1019 {
Missing positive tests
1020
"type": "null"
1021 }
Missing negative tests
1022
],
1023 },
1024 "before_": {
Missing negative tests
1025
"anyOf": [
1026 {
Missing tests
1027
"format": "date-time",
Missing positive tests
1028
"type": "string"
1029 },
1030 {
Missing negative tests
1031
"type": "null"
1032 }
Missing negative tests
1033
],
1034 },
1035 "is_null_": {
Missing negative tests
1036
"anyOf": [
1037 {
Missing negative tests
1038
"type": "boolean"
1039 },
1040 {
Missing positive tests
1041
"type": "null"
1042 }
Missing negative tests
1043
],
1044 }
Missing negative tests
1045
},
1046 "type": "object"
1047 },
1048 "FlowRunFilterState": {
1049 "additionalProperties": false,
Missing negative tests
1050
"properties": {
1051 "name": {
Missing negative tests
1052
"anyOf": [
1053 {
Missing positive tests
1054
"$ref": "#/components/schemas/FlowRunFilterStateName"
1055 },
1056 {
Missing negative tests
1057
"type": "null"
1058 }
Missing negative tests
1059
],
1060 },
1061 "operator": {
Missing negative tests
1062
"$ref": "#/components/schemas/Operator",
1063 },
1064 "type": {
Missing negative tests
1065
"anyOf": [
1066 {
Missing negative tests
1067
"$ref": "#/components/schemas/FlowRunFilterStateType"
1068 },
1069 {
Missing positive tests
1070
"type": "null"
1071 }
Missing negative tests
1072
],
1073 }
Missing negative tests
1074
},
1075 "type": "object"
1076 },
1077 "FlowRunFilterStateName": {
1078 "additionalProperties": false,
Missing tests
1079
"properties": {
1080 "any_": {
Missing tests
1081
"anyOf": [
1082 {
1083 "items": {
Missing tests
1084
"type": "string"
1085 },
Missing tests
1086
"type": "array"
1087 },
1088 {
Missing tests
1089
"type": "null"
1090 }
Missing tests
1091
],
1092 },
1093 "not_any_": {
Missing tests
1094
"anyOf": [
1095 {
1096 "items": {
Missing tests
1097
"type": "string"
1098 },
Missing tests
1099
"type": "array"
1100 },
1101 {
Missing tests
1102
"type": "null"
1103 }
Missing tests
1104
],
1105 }
Missing tests
1106
},
Missing positive tests
1107
"type": "object"
1108 },
1109 "FlowRunFilterStateType": {
1110 "additionalProperties": false,
Missing negative tests
1111
"properties": {
1112 "any_": {
Missing tests
1113
"anyOf": [
1114 {
1115 "items": {
Missing tests
1116
"$ref": "#/components/schemas/StateType"
1117 },
Missing tests
1118
"type": "array"
1119 },
1120 {
Missing tests
1121
"type": "null"
1122 }
Missing tests
1123
],
1124 },
1125 "not_any_": {
Missing negative tests
1126
"anyOf": [
1127 {
1128 "items": {
Missing tests
1129
"$ref": "#/components/schemas/StateType"
1130 },
Missing negative tests
1131
"type": "array"
1132 },
1133 {
Missing positive tests
1134
"type": "null"
1135 }
Missing negative tests
1136
],
1137 }
Missing negative tests
1138
},
Missing negative tests
1139
"type": "object"
1140 },
1141 "FlowRunFilterTags": {
1142 "additionalProperties": false,
Missing negative tests
1143
"properties": {
1144 "all_": {
Missing negative tests
1145
"anyOf": [
1146 {
1147 "items": {
Missing negative tests
1148
"type": "string"
1149 },
1150 "type": "array"
1151 },
1152 {
1153 "type": "null"
1154 }
Missing negative tests
1155
],
1156 "examples": [
1157 [
1158 "tag-1",
1159 "tag-2"
1160 ]
1161 ],
1162 },
1163 "any_": {
Missing negative tests
1164
"anyOf": [
1165 {
1166 "items": {
Missing negative tests
1167
"type": "string"
1168 },
1169 "type": "array"
1170 },
1171 {
1172 "type": "null"
1173 }
Missing negative tests
1174
],
1175 "examples": [
1176 [
1177 "tag-1",
1178 "tag-2"
1179 ]
1180 ],
1181 },
1182 "is_null_": {
Missing negative tests
1183
"anyOf": [
1184 {
Missing positive tests
1185
"type": "boolean"
1186 },
1187 {
Missing negative tests
1188
"type": "null"
1189 }
Missing negative tests
1190
],
1191 },
1192 "operator": {
Missing negative tests
1193
"$ref": "#/components/schemas/Operator",
1194 }
Missing negative tests
1195
},
1196 "type": "object"
1197 },
1198 "FlowRunFilterWorkQueueName": {
1199 "additionalProperties": false,
Missing negative tests
1200
"properties": {
1201 "any_": {
Missing negative tests
1202
"anyOf": [
1203 {
1204 "items": {
Missing negative tests
1205
"type": "string"
1206 },
1207 "type": "array"
1208 },
1209 {
1210 "type": "null"
1211 }
Missing negative tests
1212
],
1213 "examples": [
1214 [
1215 "work_queue_1",
1216 "work_queue_2"
1217 ]
1218 ],
1219 },
1220 "is_null_": {
Missing negative tests
1221
"anyOf": [
1222 {
Missing positive tests
1223
"type": "boolean"
1224 },
1225 {
Missing negative tests
1226
"type": "null"
1227 }
Missing negative tests
1228
],
1229 },
1230 "operator": {
Missing negative tests
1231
"$ref": "#/components/schemas/Operator",
1232 }
Missing negative tests
1233
},
1234 "type": "object"
1235 },
1236 "Operator": {
Missing negative tests
1237
"enum": [
1238 "and_",
1239 "or_"
Missing negative tests
1240
],
Missing negative tests
1241
"type": "string"
1242 },
1243 "StateType": {
Missing tests
1244
"enum": [
1245 "SCHEDULED",
1246 "PENDING",
1247 "RUNNING",
1248 "COMPLETED",
1249 "FAILED",
1250 "CANCELLED",
1251 "CRASHED",
1252 "PAUSED",
1253 "CANCELLING"
Missing tests
1254
],
Missing tests
1255
"type": "string"
1256 },
1257 "TaskRunFilter": {
1258 "additionalProperties": false,
Missing negative tests
1259
"properties": {
1260 "expected_start_time": {
Missing negative tests
1261
"anyOf": [
1262 {
1263 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1264 },
1265 {
1266 "type": "null"
1267 }
Missing negative tests
1268
],
1269 },
1270 "flow_run_id": {
Missing negative tests
1271
"anyOf": [
1272 {
1273 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1274 },
1275 {
1276 "type": "null"
1277 }
Missing negative tests
1278
],
1279 },
1280 "id": {
Missing negative tests
1281
"anyOf": [
1282 {
1283 "$ref": "#/components/schemas/TaskRunFilterId"
1284 },
1285 {
1286 "type": "null"
1287 }
Missing negative tests
1288
],
1289 },
1290 "name": {
Missing negative tests
1291
"anyOf": [
1292 {
1293 "$ref": "#/components/schemas/TaskRunFilterName"
1294 },
1295 {
1296 "type": "null"
1297 }
Missing negative tests
1298
],
1299 },
1300 "operator": {
Missing negative tests
1301
"$ref": "#/components/schemas/Operator",
1302 },
1303 "start_time": {
Missing negative tests
1304
"anyOf": [
1305 {
1306 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1307 },
1308 {
1309 "type": "null"
1310 }
Missing negative tests
1311
],
1312 },
1313 "state": {
Missing negative tests
1314
"anyOf": [
1315 {
1316 "$ref": "#/components/schemas/TaskRunFilterState"
1317 },
1318 {
1319 "type": "null"
1320 }
Missing negative tests
1321
],
1322 },
1323 "subflow_runs": {
Missing negative tests
1324
"anyOf": [
1325 {
1326 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1327 },
1328 {
1329 "type": "null"
1330 }
Missing negative tests
1331
],
1332 },
1333 "tags": {
Missing negative tests
1334
"anyOf": [
1335 {
1336 "$ref": "#/components/schemas/TaskRunFilterTags"
1337 },
1338 {
1339 "type": "null"
1340 }
Missing negative tests
1341
],
1342 }
Missing negative tests
1343
},
1344 "type": "object"
1345 },
1346 "TaskRunFilterExpectedStartTime": {
1347 "additionalProperties": false,
Missing negative tests
1348
"properties": {
1349 "after_": {
Missing negative tests
1350
"anyOf": [
1351 {
Missing negative tests
1352
"format": "date-time",
Missing negative tests
1353
"type": "string"
1354 },
1355 {
Missing positive tests
1356
"type": "null"
1357 }
Missing negative tests
1358
],
1359 },
1360 "before_": {
Missing tests
1361
"anyOf": [
1362 {
Missing tests
1363
"format": "date-time",
Missing tests
1364
"type": "string"
1365 },
1366 {
Missing tests
1367
"type": "null"
1368 }
Missing tests
1369
],
1370 }
Missing negative tests
1371
},
1372 "type": "object"
1373 },
1374 "TaskRunFilterFlowRunId": {
1375 "additionalProperties": false,
Missing negative tests
1376
"properties": {
1377 "any_": {
Missing tests
1378
"anyOf": [
1379 {
1380 "items": {
Missing tests
1381
"format": "uuid",
Missing tests
1382
"type": "string"
1383 },
Missing tests
1384
"type": "array"
1385 },
1386 {
Missing tests
1387
"type": "null"
1388 }
Missing tests
1389
],
1390 },
1391 "is_null_": {
Missing tests
1392
"anyOf": [
1393 {
Missing tests
1394
"type": "boolean"
1395 },
1396 {
Missing tests
1397
"type": "null"
1398 }
Missing tests
1399
],
1400 },
1401 "operator": {
Missing negative tests
1402
"$ref": "#/components/schemas/Operator",
1403 }
Missing negative tests
1404
},
1405 "type": "object"
1406 },
1407 "TaskRunFilterId": {
1408 "additionalProperties": false,
Missing negative tests
1409
"properties": {
1410 "any_": {
Missing negative tests
1411
"anyOf": [
1412 {
1413 "items": {
Missing negative tests
1414
"format": "uuid",
Missing negative tests
1415
"type": "string"
1416 },
1417 "type": "array"
1418 },
1419 {
1420 "type": "null"
1421 }
Missing negative tests
1422
],
1423 }
Missing negative tests
1424
},
1425 "type": "object"
1426 },
1427 "TaskRunFilterName": {
1428 "additionalProperties": false,
Missing negative tests
1429
"properties": {
1430 "any_": {
Missing negative tests
1431
"anyOf": [
1432 {
1433 "items": {
Missing negative tests
1434
"type": "string"
1435 },
1436 "type": "array"
1437 },
1438 {
1439 "type": "null"
1440 }
Missing negative tests
1441
],
1442 "examples": [
1443 [
1444 "my-task-run-1",
1445 "my-task-run-2"
1446 ]
1447 ],
1448 },
1449 "like_": {
Missing negative tests
1450
"anyOf": [
1451 {
1452 "type": "string"
1453 },
1454 {
1455 "type": "null"
1456 }
Missing negative tests
1457
],
1458 "examples": [
1459 "marvin"
1460 ],
1461 }
Missing negative tests
1462
},
1463 "type": "object"
1464 },
1465 "TaskRunFilterStartTime": {
1466 "additionalProperties": false,
Missing negative tests
1467
"properties": {
1468 "after_": {
Missing negative tests
1469
"anyOf": [
1470 {
Missing negative tests
1471
"format": "date-time",
Missing negative tests
1472
"type": "string"
1473 },
1474 {
Missing positive tests
1475
"type": "null"
1476 }
Missing negative tests
1477
],
1478 },
1479 "before_": {
Missing negative tests
1480
"anyOf": [
1481 {
Missing negative tests
1482
"format": "date-time",
Missing negative tests
1483
"type": "string"
1484 },
1485 {
Missing positive tests
1486
"type": "null"
1487 }
Missing negative tests
1488
],
1489 },
1490 "is_null_": {
Missing negative tests
1491
"anyOf": [
1492 {
1493 "type": "boolean"
1494 },
1495 {
1496 "type": "null"
1497 }
Missing negative tests
1498
],
1499 }
Missing negative tests
1500
},
1501 "type": "object"
1502 },
1503 "TaskRunFilterState": {
1504 "additionalProperties": false,
Missing negative tests
1505
"properties": {
1506 "name": {
Missing negative tests
1507
"anyOf": [
1508 {
1509 "$ref": "#/components/schemas/TaskRunFilterStateName"
1510 },
1511 {
1512 "type": "null"
1513 }
Missing negative tests
1514
],
1515 },
1516 "operator": {
Missing negative tests
1517
"$ref": "#/components/schemas/Operator",
1518 },
1519 "type": {
Missing negative tests
1520
"anyOf": [
1521 {
1522 "$ref": "#/components/schemas/TaskRunFilterStateType"
1523 },
1524 {
1525 "type": "null"
1526 }
Missing negative tests
1527
],
1528 }
Missing negative tests
1529
},
1530 "type": "object"
1531 },
1532 "TaskRunFilterStateName": {
1533 "additionalProperties": false,
Missing negative tests
1534
"properties": {
1535 "any_": {
Missing negative tests
1536
"anyOf": [
1537 {
1538 "items": {
Missing negative tests
1539
"type": "string"
1540 },
Missing negative tests
1541
"type": "array"
1542 },
1543 {
Missing positive tests
1544
"type": "null"
1545 }
Missing negative tests
1546
],
1547 }
Missing negative tests
1548
},
1549 "type": "object"
1550 },
1551 "TaskRunFilterStateType": {
1552 "additionalProperties": false,
Missing tests
1553
"properties": {
1554 "any_": {
Missing tests
1555
"anyOf": [
1556 {
1557 "items": {
Missing tests
1558
"$ref": "#/components/schemas/StateType"
1559 },
Missing tests
1560
"type": "array"
1561 },
1562 {
Missing tests
1563
"type": "null"
1564 }
Missing tests
1565
],
1566 }
Missing tests
1567
},
1568 "type": "object"
1569 },
1570 "TaskRunFilterSubFlowRuns": {
1571 "additionalProperties": false,
Missing negative tests
1572
"properties": {
1573 "exists_": {
Missing negative tests
1574
"anyOf": [
1575 {
1576 "type": "boolean"
1577 },
1578 {
1579 "type": "null"
1580 }
Missing negative tests
1581
],
1582 }
Missing negative tests
1583
},
1584 "type": "object"
1585 },
1586 "TaskRunFilterTags": {
1587 "additionalProperties": false,
Missing negative tests
1588
"properties": {
1589 "all_": {
Missing negative tests
1590
"anyOf": [
1591 {
1592 "items": {
Missing negative tests
1593
"type": "string"
1594 },
Missing negative tests
1595
"type": "array"
1596 },
1597 {
Missing positive tests
1598
"type": "null"
1599 }
Missing negative tests
1600
],
1601 "examples": [
1602 [
1603 "tag-1",
1604 "tag-2"
1605 ]
1606 ],
1607 },
1608 "is_null_": {
Missing negative tests
1609
"anyOf": [
1610 {
1611 "type": "boolean"
1612 },
1613 {
1614 "type": "null"
1615 }
Missing negative tests
1616
],
1617 },
1618 "operator": {
Missing negative tests
1619
"$ref": "#/components/schemas/Operator",
1620 }
Missing negative tests
1621
},
1622 "type": "object"
1623 },
1624 "WorkPoolFilter": {
1625 "additionalProperties": false,
Missing negative tests
1626
"properties": {
1627 "id": {
Missing negative tests
1628
"anyOf": [
1629 {
1630 "$ref": "#/components/schemas/WorkPoolFilterId"
1631 },
1632 {
1633 "type": "null"
1634 }
Missing negative tests
1635
],
1636 },
1637 "name": {
Missing negative tests
1638
"anyOf": [
1639 {
1640 "$ref": "#/components/schemas/WorkPoolFilterName"
1641 },
1642 {
1643 "type": "null"
1644 }
Missing negative tests
1645
],
1646 },
1647 "operator": {
Missing negative tests
1648
"$ref": "#/components/schemas/Operator",
1649 },
1650 "type": {
Missing negative tests
1651
"anyOf": [
1652 {
1653 "$ref": "#/components/schemas/WorkPoolFilterType"
1654 },
1655 {
1656 "type": "null"
1657 }
Missing negative tests
1658
],
1659 }
Missing negative tests
1660
},
1661 "type": "object"
1662 },
1663 "WorkPoolFilterId": {
1664 "additionalProperties": false,
Missing negative tests
1665
"properties": {
1666 "any_": {
Missing negative tests
1667
"anyOf": [
1668 {
1669 "items": {
Missing tests
1670
"format": "uuid",
Missing tests
1671
"type": "string"
1672 },
Missing positive tests
1673
"type": "array"
1674 },
1675 {
Missing negative tests
1676
"type": "null"
1677 }
Missing negative tests
1678
],
1679 }
Missing negative tests
1680
},
1681 "type": "object"
1682 },
1683 "WorkPoolFilterName": {
1684 "additionalProperties": false,
Missing negative tests
1685
"properties": {
1686 "any_": {
Missing negative tests
1687
"anyOf": [
1688 {
1689 "items": {
Missing negative tests
1690
"type": "string"
1691 },
1692 "type": "array"
1693 },
1694 {
1695 "type": "null"
1696 }
Missing negative tests
1697
],
1698 }
Missing negative tests
1699
},
1700 "type": "object"
1701 },
1702 "WorkPoolFilterType": {
1703 "additionalProperties": false,
Missing negative tests
1704
"properties": {
1705 "any_": {
Missing negative tests
1706
"anyOf": [
1707 {
1708 "items": {
Missing negative tests
1709
"type": "string"
1710 },
1711 "type": "array"
1712 },
1713 {
1714 "type": "null"
1715 }
Missing negative tests
1716
],
1717 }
Missing negative tests
1718
},
1719 "type": "object"
1720 },
1721 "WorkQueueFilter": {
1722 "additionalProperties": false,
Missing negative tests
1723
"properties": {
1724 "id": {
Missing negative tests
1725
"anyOf": [
1726 {
1727 "$ref": "#/components/schemas/WorkQueueFilterId"
1728 },
1729 {
1730 "type": "null"
1731 }
Missing negative tests
1732
],
1733 },
1734 "name": {
Missing negative tests
1735
"anyOf": [
1736 {
1737 "$ref": "#/components/schemas/WorkQueueFilterName"
1738 },
1739 {
1740 "type": "null"
1741 }
Missing negative tests
1742
],
1743 },
1744 "operator": {
Missing negative tests
1745
"$ref": "#/components/schemas/Operator",
1746 }
Missing negative tests
1747
},
1748 "type": "object"
1749 },
1750 "WorkQueueFilterId": {
1751 "additionalProperties": false,
Missing negative tests
1752
"properties": {
1753 "any_": {
Missing negative tests
1754
"anyOf": [
1755 {
1756 "items": {
Missing tests
1757
"format": "uuid",
Missing tests
1758
"type": "string"
1759 },
Missing positive tests
1760
"type": "array"
1761 },
1762 {
Missing negative tests
1763
"type": "null"
1764 }
Missing negative tests
1765
],
1766 }
Missing negative tests
1767
},
1768 "type": "object"
1769 },
1770 "WorkQueueFilterName": {
1771 "additionalProperties": false,
Missing negative tests
1772
"properties": {
1773 "any_": {
Missing negative tests
1774
"anyOf": [
1775 {
1776 "items": {
Missing negative tests
1777
"type": "string"
1778 },
1779 "type": "array"
1780 },
1781 {
1782 "type": "null"
1783 }
Missing negative tests
1784
],
1785 "examples": [
1786 [
1787 "wq-1",
1788 "wq-2"
1789 ]
1790 ],
1791 },
1792 "startswith_": {
Missing negative tests
1793
"anyOf": [
1794 {
1795 "items": {
Missing negative tests
1796
"type": "string"
1797 },
1798 "type": "array"
1799 },
1800 {
1801 "type": "null"
1802 }
Missing negative tests
1803
],
1804 "examples": [
1805 [
1806 "marvin",
1807 "Marvin-robot"
1808 ]
1809 ],
1810 }
Missing negative tests
1811
},
1812 "type": "object"
1813 }
1814 }
1815 }
1816}
Responses
seen average

200
Successful Response
191 6.94ms
422
Validation Error
35 1.73ms
default
Default
56 1.41ms
Examples
17 of 21 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
offset.default
 
0
 
operator.default
 
"and_"
 
sort.default
 
"NAME_ASC"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json5 of 10 keywords covered
1{
2 "$ref": "#/components/schemas/Body_get_scheduled_flow_runs_for_deployments_deployments_get_scheduled_flow_runs_post",
3 "components": {
4 "schemas": {
5 "Body_get_scheduled_flow_runs_for_deployments_deployments_get_scheduled_flow_runs_post": {
6 "properties": {
7 "deployment_ids": {
8 "items": {
Missing negative tests
9
"format": "uuid",
Missing negative tests
10
"type": "string"
11 },
Missing negative tests
12
"type": "array"
13 },
14 "limit": {
15 "type": "integer"
16 },
17 "scheduled_before": {
Missing negative tests
18
"format": "date-time",
Missing negative tests
19
"type": "string"
20 }
21 },
22 "required": [
23 "deployment_ids"
24 ],
25 "type": "object"
26 }
27 }
28 }
29}
Responses
seen average

200
Successful Response
112 6.29ms
422
Validation Error
47 3.80ms
default
Default
26 1.30ms
Path Parameters

flow_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
deployment_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 5.37ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json225 of 545 keywords covered
1{
2 "$ref": "#/components/schemas/Body_paginate_deployments_deployments_paginate_post",
3 "components": {
4 "schemas": {
5 "Body_paginate_deployments_deployments_paginate_post": {
Missing negative tests
6
"properties": {
7 "deployments": {
Missing negative tests
8
"anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
13 "type": "null"
14 }
Missing negative tests
15
]
16 },
17 "flow_runs": {
Missing negative tests
18
"anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
23 "type": "null"
24 }
Missing negative tests
25
]
26 },
27 "flows": {
Missing negative tests
28
"anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
Missing negative tests
35
]
36 },
37 "limit": {
Missing negative tests
38
"type": "integer"
39 },
40 "page": {
Missing negative tests
41
"minimum": 1.0,
Missing negative tests
42
"type": "integer"
43 },
44 "sort": {
Missing negative tests
45
"$ref": "#/components/schemas/DeploymentSort",
46 },
47 "task_runs": {
Missing negative tests
48
"anyOf": [
49 {
50 "$ref": "#/components/schemas/TaskRunFilter"
51 },
52 {
53 "type": "null"
54 }
Missing negative tests
55
]
56 },
57 "work_pool_queues": {
Missing negative tests
58
"anyOf": [
59 {
60 "$ref": "#/components/schemas/WorkQueueFilter"
61 },
62 {
63 "type": "null"
64 }
Missing negative tests
65
]
66 },
67 "work_pools": {
Missing negative tests
68
"anyOf": [
69 {
70 "$ref": "#/components/schemas/WorkPoolFilter"
71 },
72 {
73 "type": "null"
74 }
Missing negative tests
75
]
76 }
Missing negative tests
77
},
78 "type": "object"
79 },
80 "DeploymentFilter": {
81 "additionalProperties": false,
Missing negative tests
82
"properties": {
83 "concurrency_limit": {
Missing negative tests
84
"anyOf": [
85 {
86 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
87 },
88 {
89 "type": "null"
90 }
Missing negative tests
91
],
92 "deprecated": true,
93 },
94 "flow_or_deployment_name": {
Missing negative tests
95
"anyOf": [
96 {
97 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
98 },
99 {
100 "type": "null"
101 }
Missing negative tests
102
],
103 },
104 "id": {
Missing negative tests
105
"anyOf": [
106 {
107 "$ref": "#/components/schemas/DeploymentFilterId"
108 },
109 {
110 "type": "null"
111 }
Missing negative tests
112
],
113 },
114 "name": {
Missing negative tests
115
"anyOf": [
116 {
117 "$ref": "#/components/schemas/DeploymentFilterName"
118 },
119 {
120 "type": "null"
121 }
Missing negative tests
122
],
123 },
124 "operator": {
Missing negative tests
125
"$ref": "#/components/schemas/Operator",
126 },
127 "paused": {
Missing negative tests
128
"anyOf": [
129 {
130 "$ref": "#/components/schemas/DeploymentFilterPaused"
131 },
132 {
133 "type": "null"
134 }
Missing negative tests
135
],
136 },
137 "tags": {
Missing negative tests
138
"anyOf": [
139 {
140 "$ref": "#/components/schemas/DeploymentFilterTags"
141 },
142 {
143 "type": "null"
144 }
Missing negative tests
145
],
146 },
147 "work_queue_name": {
Missing negative tests
148
"anyOf": [
149 {
150 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
151 },
152 {
153 "type": "null"
154 }
Missing negative tests
155
],
156 }
Missing negative tests
157
},
158 "type": "object"
159 },
160 "DeploymentFilterConcurrencyLimit": {
161 "additionalProperties": false,
Missing negative tests
162
"properties": {
163 "ge_": {
Missing negative tests
164
"anyOf": [
165 {
166 "type": "integer"
167 },
168 {
169 "type": "null"
170 }
Missing negative tests
171
],
172 },
173 "is_null_": {
Missing negative tests
174
"anyOf": [
175 {
176 "type": "boolean"
177 },
178 {
179 "type": "null"
180 }
Missing negative tests
181
],
182 },
183 "le_": {
Missing negative tests
184
"anyOf": [
185 {
186 "type": "integer"
187 },
188 {
189 "type": "null"
190 }
Missing negative tests
191
],
192 }
Missing negative tests
193
},
194 "type": "object"
195 },
196 "DeploymentFilterId": {
197 "additionalProperties": false,
Missing negative tests
198
"properties": {
199 "any_": {
Missing tests
200
"anyOf": [
201 {
202 "items": {
Missing tests
203
"format": "uuid",
Missing tests
204
"type": "string"
205 },
Missing tests
206
"type": "array"
207 },
208 {
Missing tests
209
"type": "null"
210 }
Missing tests
211
],
212 },
213 "not_any_": {
Missing negative tests
214
"anyOf": [
215 {
216 "items": {
Missing tests
217
"format": "uuid",
Missing tests
218
"type": "string"
219 },
220 "type": "array"
221 },
222 {
223 "type": "null"
224 }
Missing negative tests
225
],
226 }
Missing negative tests
227
},
228 "type": "object"
229 },
230 "DeploymentFilterName": {
231 "additionalProperties": false,
Missing negative tests
232
"properties": {
233 "any_": {
Missing negative tests
234
"anyOf": [
235 {
236 "items": {
Missing negative tests
237
"type": "string"
238 },
239 "type": "array"
240 },
241 {
242 "type": "null"
243 }
Missing negative tests
244
],
245 "examples": [
246 [
247 "my-deployment-1",
248 "my-deployment-2"
249 ]
250 ],
251 },
252 "like_": {
Missing negative tests
253
"anyOf": [
254 {
255 "type": "string"
256 },
257 {
258 "type": "null"
259 }
Missing negative tests
260
],
261 "examples": [
262 "marvin"
263 ],
264 }
Missing negative tests
265
},
266 "type": "object"
267 },
268 "DeploymentFilterPaused": {
269 "additionalProperties": false,
Missing negative tests
270
"properties": {
271 "eq_": {
Missing negative tests
272
"anyOf": [
273 {
274 "type": "boolean"
275 },
276 {
277 "type": "null"
278 }
Missing negative tests
279
],
280 }
Missing negative tests
281
},
282 "type": "object"
283 },
284 "DeploymentFilterTags": {
285 "additionalProperties": false,
Missing negative tests
286
"properties": {
287 "all_": {
Missing negative tests
288
"anyOf": [
289 {
290 "items": {
Missing negative tests
291
"type": "string"
292 },
293 "type": "array"
294 },
295 {
296 "type": "null"
297 }
Missing negative tests
298
],
299 "examples": [
300 [
301 "tag-1",
302 "tag-2"
303 ]
304 ],
305 },
306 "any_": {
Missing negative tests
307
"anyOf": [
308 {
309 "items": {
Missing negative tests
310
"type": "string"
311 },
312 "type": "array"
313 },
314 {
315 "type": "null"
316 }
Missing negative tests
317
],
318 "examples": [
319 [
320 "tag-1",
321 "tag-2"
322 ]
323 ],
324 },
325 "is_null_": {
Missing negative tests
326
"anyOf": [
327 {
328 "type": "boolean"
329 },
330 {
331 "type": "null"
332 }
Missing negative tests
333
],
334 },
335 "operator": {
Missing negative tests
336
"$ref": "#/components/schemas/Operator",
337 }
Missing negative tests
338
},
339 "type": "object"
340 },
341 "DeploymentFilterWorkQueueName": {
342 "additionalProperties": false,
Missing negative tests
343
"properties": {
344 "any_": {
Missing negative tests
345
"anyOf": [
346 {
347 "items": {
Missing negative tests
348
"type": "string"
349 },
Missing negative tests
350
"type": "array"
351 },
352 {
Missing positive tests
353
"type": "null"
354 }
Missing negative tests
355
],
356 "examples": [
357 [
358 "work_queue_1",
359 "work_queue_2"
360 ]
361 ],
362 }
Missing negative tests
363
},
364 "type": "object"
365 },
366 "DeploymentOrFlowNameFilter": {
367 "additionalProperties": false,
Missing negative tests
368
"properties": {
369 "like_": {
Missing negative tests
370
"anyOf": [
371 {
372 "type": "string"
373 },
374 {
375 "type": "null"
376 }
Missing negative tests
377
],
378 }
Missing negative tests
379
},
380 "type": "object"
381 },
382 "DeploymentSort": {
Missing negative tests
383
"enum": [
384 "CREATED_DESC",
385 "UPDATED_DESC",
386 "NAME_ASC",
387 "NAME_DESC"
Missing negative tests
388
],
Missing negative tests
389
"type": "string"
390 },
391 "FlowFilter": {
392 "additionalProperties": false,
Missing negative tests
393
"properties": {
394 "deployment": {
Missing negative tests
395
"anyOf": [
396 {
397 "$ref": "#/components/schemas/FlowFilterDeployment"
398 },
399 {
400 "type": "null"
401 }
Missing negative tests
402
],
403 },
404 "id": {
Missing negative tests
405
"anyOf": [
406 {
407 "$ref": "#/components/schemas/FlowFilterId"
408 },
409 {
410 "type": "null"
411 }
Missing negative tests
412
],
413 },
414 "name": {
Missing negative tests
415
"anyOf": [
416 {
417 "$ref": "#/components/schemas/FlowFilterName"
418 },
419 {
420 "type": "null"
421 }
Missing negative tests
422
],
423 },
424 "operator": {
Missing negative tests
425
"$ref": "#/components/schemas/Operator",
426 },
427 "tags": {
Missing negative tests
428
"anyOf": [
429 {
430 "$ref": "#/components/schemas/FlowFilterTags"
431 },
432 {
433 "type": "null"
434 }
Missing negative tests
435
],
436 }
Missing negative tests
437
},
438 "type": "object"
439 },
440 "FlowFilterDeployment": {
441 "additionalProperties": false,
Missing negative tests
442
"properties": {
443 "is_null_": {
Missing negative tests
444
"anyOf": [
445 {
Missing positive tests
446
"type": "boolean"
447 },
448 {
Missing negative tests
449
"type": "null"
450 }
Missing negative tests
451
],
452 },
453 "operator": {
Missing negative tests
454
"$ref": "#/components/schemas/Operator",
455 }
Missing negative tests
456
},
457 "type": "object"
458 },
459 "FlowFilterId": {
460 "additionalProperties": false,
Missing negative tests
461
"properties": {
462 "any_": {
Missing negative tests
463
"anyOf": [
464 {
465 "items": {
Missing negative tests
466
"format": "uuid",
Missing negative tests
467
"type": "string"
468 },
469 "type": "array"
470 },
471 {
472 "type": "null"
473 }
Missing negative tests
474
],
475 }
Missing negative tests
476
},
477 "type": "object"
478 },
479 "FlowFilterName": {
480 "additionalProperties": false,
Missing negative tests
481
"properties": {
482 "any_": {
Missing negative tests
483
"anyOf": [
484 {
485 "items": {
Missing negative tests
486
"type": "string"
487 },
488 "type": "array"
489 },
490 {
491 "type": "null"
492 }
Missing negative tests
493
],
494 "examples": [
495 [
496 "my-flow-1",
497 "my-flow-2"
498 ]
499 ],
500 },
501 "like_": {
Missing negative tests
502
"anyOf": [
503 {
504 "type": "string"
505 },
506 {
507 "type": "null"
508 }
Missing negative tests
509
],
510 "examples": [
511 "marvin"
512 ],
513 }
Missing negative tests
514
},
515 "type": "object"
516 },
517 "FlowFilterTags": {
518 "additionalProperties": false,
Missing negative tests
519
"properties": {
520 "all_": {
Missing negative tests
521
"anyOf": [
522 {
523 "items": {
Missing negative tests
524
"type": "string"
525 },
526 "type": "array"
527 },
528 {
529 "type": "null"
530 }
Missing negative tests
531
],
532 "examples": [
533 [
534 "tag-1",
535 "tag-2"
536 ]
537 ],
538 },
539 "is_null_": {
Missing negative tests
540
"anyOf": [
541 {
542 "type": "boolean"
543 },
544 {
545 "type": "null"
546 }
Missing negative tests
547
],
548 },
549 "operator": {
Missing negative tests
550
"$ref": "#/components/schemas/Operator",
551 }
Missing negative tests
552
},
553 "type": "object"
554 },
555 "FlowRunFilter": {
556 "additionalProperties": false,
Missing negative tests
557
"properties": {
558 "deployment_id": {
Missing negative tests
559
"anyOf": [
560 {
561 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
562 },
563 {
564 "type": "null"
565 }
Missing negative tests
566
],
567 },
568 "end_time": {
Missing negative tests
569
"anyOf": [
570 {
571 "$ref": "#/components/schemas/FlowRunFilterEndTime"
572 },
573 {
574 "type": "null"
575 }
Missing negative tests
576
],
577 },
578 "expected_start_time": {
Missing negative tests
579
"anyOf": [
580 {
581 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
582 },
583 {
584 "type": "null"
585 }
Missing negative tests
586
],
587 },
588 "flow_version": {
Missing negative tests
589
"anyOf": [
590 {
591 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
592 },
593 {
594 "type": "null"
595 }
Missing negative tests
596
],
597 },
598 "id": {
Missing negative tests
599
"anyOf": [
600 {
601 "$ref": "#/components/schemas/FlowRunFilterId"
602 },
603 {
604 "type": "null"
605 }
Missing negative tests
606
],
607 },
608 "idempotency_key": {
Missing negative tests
609
"anyOf": [
610 {
611 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
612 },
613 {
614 "type": "null"
615 }
Missing negative tests
616
],
617 },
618 "name": {
Missing negative tests
619
"anyOf": [
620 {
621 "$ref": "#/components/schemas/FlowRunFilterName"
622 },
623 {
624 "type": "null"
625 }
Missing negative tests
626
],
627 },
628 "next_scheduled_start_time": {
Missing negative tests
629
"anyOf": [
630 {
631 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
632 },
633 {
634 "type": "null"
635 }
Missing negative tests
636
],
637 },
638 "operator": {
Missing negative tests
639
"$ref": "#/components/schemas/Operator",
640 },
641 "parent_flow_run_id": {
Missing negative tests
642
"anyOf": [
643 {
644 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
645 },
646 {
647 "type": "null"
648 }
Missing negative tests
649
],
650 },
651 "parent_task_run_id": {
Missing negative tests
652
"anyOf": [
653 {
654 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
655 },
656 {
657 "type": "null"
658 }
Missing negative tests
659
],
660 },
661 "start_time": {
Missing negative tests
662
"anyOf": [
663 {
664 "$ref": "#/components/schemas/FlowRunFilterStartTime"
665 },
666 {
667 "type": "null"
668 }
Missing negative tests
669
],
670 },
671 "state": {
Missing negative tests
672
"anyOf": [
673 {
674 "$ref": "#/components/schemas/FlowRunFilterState"
675 },
676 {
677 "type": "null"
678 }
Missing negative tests
679
],
680 },
681 "tags": {
Missing negative tests
682
"anyOf": [
683 {
684 "$ref": "#/components/schemas/FlowRunFilterTags"
685 },
686 {
687 "type": "null"
688 }
Missing negative tests
689
],
690 },
691 "work_queue_name": {
Missing negative tests
692
"anyOf": [
693 {
694 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
695 },
696 {
697 "type": "null"
698 }
Missing negative tests
699
],
700 }
Missing negative tests
701
},
702 "type": "object"
703 },
704 "FlowRunFilterDeploymentId": {
705 "additionalProperties": false,
Missing negative tests
706
"properties": {
707 "any_": {
Missing negative tests
708
"anyOf": [
709 {
710 "items": {
Missing negative tests
711
"format": "uuid",
Missing negative tests
712
"type": "string"
713 },
714 "type": "array"
715 },
716 {
717 "type": "null"
718 }
Missing negative tests
719
],
720 },
721 "is_null_": {
Missing negative tests
722
"anyOf": [
723 {
Missing negative tests
724
"type": "boolean"
725 },
726 {
Missing positive tests
727
"type": "null"
728 }
Missing negative tests
729
],
730 },
731 "operator": {
Missing negative tests
732
"$ref": "#/components/schemas/Operator",
733 }
Missing negative tests
734
},
735 "type": "object"
736 },
737 "FlowRunFilterEndTime": {
738 "additionalProperties": false,
Missing negative tests
739
"properties": {
740 "after_": {
Missing negative tests
741
"anyOf": [
742 {
Missing negative tests
743
"format": "date-time",
Missing negative tests
744
"type": "string"
745 },
746 {
Missing positive tests
747
"type": "null"
748 }
Missing negative tests
749
],
750 },
751 "before_": {
Missing negative tests
752
"anyOf": [
753 {
Missing tests
754
"format": "date-time",
Missing positive tests
755
"type": "string"
756 },
757 {
Missing negative tests
758
"type": "null"
759 }
Missing negative tests
760
],
761 },
762 "is_null_": {
Missing negative tests
763
"anyOf": [
764 {
Missing positive tests
765
"type": "boolean"
766 },
767 {
Missing negative tests
768
"type": "null"
769 }
Missing negative tests
770
],
771 }
Missing negative tests
772
},
773 "type": "object"
774 },
775 "FlowRunFilterExpectedStartTime": {
776 "additionalProperties": false,
Missing negative tests
777
"properties": {
778 "after_": {
Missing tests
779
"anyOf": [
780 {
Missing tests
781
"format": "date-time",
Missing tests
782
"type": "string"
783 },
784 {
Missing tests
785
"type": "null"
786 }
Missing tests
787
],
788 },
789 "before_": {
Missing negative tests
790
"anyOf": [
791 {
Missing negative tests
792
"format": "date-time",
Missing negative tests
793
"type": "string"
794 },
795 {
Missing positive tests
796
"type": "null"
797 }
Missing negative tests
798
],
799 }
Missing negative tests
800
},
801 "type": "object"
802 },
803 "FlowRunFilterFlowVersion": {
804 "additionalProperties": false,
Missing negative tests
805
"properties": {
806 "any_": {
Missing negative tests
807
"anyOf": [
808 {
809 "items": {
Missing negative tests
810
"type": "string"
811 },
812 "type": "array"
813 },
814 {
815 "type": "null"
816 }
Missing negative tests
817
],
818 }
Missing negative tests
819
},
820 "type": "object"
821 },
822 "FlowRunFilterId": {
823 "additionalProperties": false,
Missing negative tests
824
"properties": {
825 "any_": {
Missing tests
826
"anyOf": [
827 {
828 "items": {
Missing tests
829
"format": "uuid",
Missing tests
830
"type": "string"
831 },
Missing tests
832
"type": "array"
833 },
834 {
Missing tests
835
"type": "null"
836 }
Missing tests
837
],
838 },
839 "not_any_": {
Missing negative tests
840
"anyOf": [
841 {
842 "items": {
Missing tests
843
"format": "uuid",
Missing tests
844
"type": "string"
845 },
Missing positive tests
846
"type": "array"
847 },
848 {
Missing negative tests
849
"type": "null"
850 }
Missing negative tests
851
],
852 }
Missing negative tests
853
},
854 "type": "object"
855 },
856 "FlowRunFilterIdempotencyKey": {
857 "additionalProperties": false,
Missing negative tests
858
"properties": {
859 "any_": {
Missing negative tests
860
"anyOf": [
861 {
862 "items": {
Missing negative tests
863
"type": "string"
864 },
865 "type": "array"
866 },
867 {
868 "type": "null"
869 }
Missing negative tests
870
],
871 },
872 "not_any_": {
Missing negative tests
873
"anyOf": [
874 {
875 "items": {
Missing tests
876
"type": "string"
877 },
878 "type": "array"
879 },
880 {
881 "type": "null"
882 }
Missing negative tests
883
],
884 }
Missing negative tests
885
},
886 "type": "object"
887 },
888 "FlowRunFilterName": {
889 "additionalProperties": false,
Missing negative tests
890
"properties": {
891 "any_": {
Missing negative tests
892
"anyOf": [
893 {
894 "items": {
Missing negative tests
895
"type": "string"
896 },
897 "type": "array"
898 },
899 {
900 "type": "null"
901 }
Missing negative tests
902
],
903 "examples": [
904 [
905 "my-flow-run-1",
906 "my-flow-run-2"
907 ]
908 ],
909 },
910 "like_": {
Missing negative tests
911
"anyOf": [
912 {
Missing negative tests
913
"type": "string"
914 },
915 {
Missing positive tests
916
"type": "null"
917 }
Missing negative tests
918
],
919 "examples": [
920 "marvin"
921 ],
922 }
Missing negative tests
923
},
924 "type": "object"
925 },
926 "FlowRunFilterNextScheduledStartTime": {
927 "additionalProperties": false,
Missing negative tests
928
"properties": {
929 "after_": {
Missing negative tests
930
"anyOf": [
931 {
Missing tests
932
"format": "date-time",
Missing positive tests
933
"type": "string"
934 },
935 {
Missing negative tests
936
"type": "null"
937 }
Missing negative tests
938
],
939 },
940 "before_": {
Missing negative tests
941
"anyOf": [
942 {
Missing negative tests
943
"format": "date-time",
Missing negative tests
944
"type": "string"
945 },
946 {
Missing positive tests
947
"type": "null"
948 }
Missing negative tests
949
],
950 }
Missing negative tests
951
},
952 "type": "object"
953 },
954 "FlowRunFilterParentFlowRunId": {
955 "additionalProperties": false,
Missing negative tests
956
"properties": {
957 "any_": {
Missing negative tests
958
"anyOf": [
959 {
960 "items": {
Missing negative tests
961
"format": "uuid",
Missing negative tests
962
"type": "string"
963 },
964 "type": "array"
965 },
966 {
967 "type": "null"
968 }
Missing negative tests
969
],
970 },
971 "operator": {
Missing negative tests
972
"$ref": "#/components/schemas/Operator",
973 }
Missing negative tests
974
},
975 "type": "object"
976 },
977 "FlowRunFilterParentTaskRunId": {
978 "additionalProperties": false,
Missing negative tests
979
"properties": {
980 "any_": {
Missing negative tests
981
"anyOf": [
982 {
983 "items": {
Missing negative tests
984
"format": "uuid",
Missing negative tests
985
"type": "string"
986 },
Missing negative tests
987
"type": "array"
988 },
989 {
Missing positive tests
990
"type": "null"
991 }
Missing negative tests
992
],
993 },
994 "is_null_": {
Missing tests
995
"anyOf": [
996 {
Missing tests
997
"type": "boolean"
998 },
999 {
Missing tests
1000
"type": "null"
1001 }
Missing tests
1002
],
1003 },
1004 "operator": {
Missing tests
1005
"$ref": "#/components/schemas/Operator",
1006 }
Missing negative tests
1007
},
1008 "type": "object"
1009 },
1010 "FlowRunFilterStartTime": {
1011 "additionalProperties": false,
Missing negative tests
1012
"properties": {
1013 "after_": {
Missing negative tests
1014
"anyOf": [
1015 {
Missing negative tests
1016
"format": "date-time",
1017 "type": "string"
1018 },
1019 {
1020 "type": "null"
1021 }
Missing negative tests
1022
],
1023 },
1024 "before_": {
Missing negative tests
1025
"anyOf": [
1026 {
Missing negative tests
1027
"format": "date-time",
1028 "type": "string"
1029 },
1030 {
1031 "type": "null"
1032 }
Missing negative tests
1033
],
1034 },
1035 "is_null_": {
Missing negative tests
1036
"anyOf": [
1037 {
Missing negative tests
1038
"type": "boolean"
1039 },
1040 {
Missing positive tests
1041
"type": "null"
1042 }
Missing negative tests
1043
],
1044 }
Missing negative tests
1045
},
1046 "type": "object"
1047 },
1048 "FlowRunFilterState": {
1049 "additionalProperties": false,
Missing negative tests
1050
"properties": {
1051 "name": {
Missing negative tests
1052
"anyOf": [
1053 {
1054 "$ref": "#/components/schemas/FlowRunFilterStateName"
1055 },
1056 {
1057 "type": "null"
1058 }
Missing negative tests
1059
],
1060 },
1061 "operator": {
Missing negative tests
1062
"$ref": "#/components/schemas/Operator",
1063 },
1064 "type": {
Missing negative tests
1065
"anyOf": [
1066 {
1067 "$ref": "#/components/schemas/FlowRunFilterStateType"
1068 },
1069 {
1070 "type": "null"
1071 }
Missing negative tests
1072
],
1073 }
Missing negative tests
1074
},
1075 "type": "object"
1076 },
1077 "FlowRunFilterStateName": {
1078 "additionalProperties": false,
Missing tests
1079
"properties": {
1080 "any_": {
Missing tests
1081
"anyOf": [
1082 {
1083 "items": {
Missing tests
1084
"type": "string"
1085 },
Missing tests
1086
"type": "array"
1087 },
1088 {
Missing tests
1089
"type": "null"
1090 }
Missing tests
1091
],
1092 },
1093 "not_any_": {
Missing tests
1094
"anyOf": [
1095 {
1096 "items": {
Missing tests
1097
"type": "string"
1098 },
Missing tests
1099
"type": "array"
1100 },
1101 {
Missing tests
1102
"type": "null"
1103 }
Missing tests
1104
],
1105 }
Missing tests
1106
},
1107 "type": "object"
1108 },
1109 "FlowRunFilterStateType": {
1110 "additionalProperties": false,
Missing tests
1111
"properties": {
1112 "any_": {
Missing tests
1113
"anyOf": [
1114 {
1115 "items": {
Missing tests
1116
"$ref": "#/components/schemas/StateType"
1117 },
Missing tests
1118
"type": "array"
1119 },
1120 {
Missing tests
1121
"type": "null"
1122 }
Missing tests
1123
],
1124 },
1125 "not_any_": {
Missing tests
1126
"anyOf": [
1127 {
1128 "items": {
Missing tests
1129
"$ref": "#/components/schemas/StateType"
1130 },
Missing tests
1131
"type": "array"
1132 },
1133 {
Missing tests
1134
"type": "null"
1135 }
Missing tests
1136
],
1137 }
Missing tests
1138
},
1139 "type": "object"
1140 },
1141 "FlowRunFilterTags": {
1142 "additionalProperties": false,
Missing negative tests
1143
"properties": {
1144 "all_": {
Missing negative tests
1145
"anyOf": [
1146 {
1147 "items": {
Missing negative tests
1148
"type": "string"
1149 },
1150 "type": "array"
1151 },
1152 {
1153 "type": "null"
1154 }
Missing negative tests
1155
],
1156 "examples": [
1157 [
1158 "tag-1",
1159 "tag-2"
1160 ]
1161 ],
1162 },
1163 "any_": {
Missing negative tests
1164
"anyOf": [
1165 {
1166 "items": {
Missing negative tests
1167
"type": "string"
1168 },
1169 "type": "array"
1170 },
1171 {
1172 "type": "null"
1173 }
Missing negative tests
1174
],
1175 "examples": [
1176 [
1177 "tag-1",
1178 "tag-2"
1179 ]
1180 ],
1181 },
1182 "is_null_": {
Missing negative tests
1183
"anyOf": [
1184 {
Missing positive tests
1185
"type": "boolean"
1186 },
1187 {
Missing negative tests
1188
"type": "null"
1189 }
Missing negative tests
1190
],
1191 },
1192 "operator": {
Missing negative tests
1193
"$ref": "#/components/schemas/Operator",
1194 }
Missing negative tests
1195
},
1196 "type": "object"
1197 },
1198 "FlowRunFilterWorkQueueName": {
1199 "additionalProperties": false,
Missing negative tests
1200
"properties": {
1201 "any_": {
Missing negative tests
1202
"anyOf": [
1203 {
1204 "items": {
Missing negative tests
1205
"type": "string"
1206 },
Missing negative tests
1207
"type": "array"
1208 },
1209 {
Missing positive tests
1210
"type": "null"
1211 }
Missing negative tests
1212
],
1213 "examples": [
1214 [
1215 "work_queue_1",
1216 "work_queue_2"
1217 ]
1218 ],
1219 },
1220 "is_null_": {
Missing negative tests
1221
"anyOf": [
1222 {
Missing positive tests
1223
"type": "boolean"
1224 },
1225 {
Missing negative tests
1226
"type": "null"
1227 }
Missing negative tests
1228
],
1229 },
1230 "operator": {
Missing negative tests
1231
"$ref": "#/components/schemas/Operator",
1232 }
Missing negative tests
1233
},
1234 "type": "object"
1235 },
1236 "Operator": {
Missing negative tests
1237
"enum": [
1238 "and_",
1239 "or_"
Missing negative tests
1240
],
Missing negative tests
1241
"type": "string"
1242 },
1243 "StateType": {
Missing tests
1244
"enum": [
1245 "SCHEDULED",
1246 "PENDING",
1247 "RUNNING",
1248 "COMPLETED",
1249 "FAILED",
1250 "CANCELLED",
1251 "CRASHED",
1252 "PAUSED",
1253 "CANCELLING"
Missing tests
1254
],
Missing tests
1255
"type": "string"
1256 },
1257 "TaskRunFilter": {
1258 "additionalProperties": false,
Missing negative tests
1259
"properties": {
1260 "expected_start_time": {
Missing negative tests
1261
"anyOf": [
1262 {
1263 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1264 },
1265 {
1266 "type": "null"
1267 }
Missing negative tests
1268
],
1269 },
1270 "flow_run_id": {
Missing negative tests
1271
"anyOf": [
1272 {
1273 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1274 },
1275 {
1276 "type": "null"
1277 }
Missing negative tests
1278
],
1279 },
1280 "id": {
Missing negative tests
1281
"anyOf": [
1282 {
1283 "$ref": "#/components/schemas/TaskRunFilterId"
1284 },
1285 {
1286 "type": "null"
1287 }
Missing negative tests
1288
],
1289 },
1290 "name": {
Missing negative tests
1291
"anyOf": [
1292 {
1293 "$ref": "#/components/schemas/TaskRunFilterName"
1294 },
1295 {
1296 "type": "null"
1297 }
Missing negative tests
1298
],
1299 },
1300 "operator": {
Missing negative tests
1301
"$ref": "#/components/schemas/Operator",
1302 },
1303 "start_time": {
Missing negative tests
1304
"anyOf": [
1305 {
1306 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1307 },
1308 {
1309 "type": "null"
1310 }
Missing negative tests
1311
],
1312 },
1313 "state": {
Missing negative tests
1314
"anyOf": [
1315 {
1316 "$ref": "#/components/schemas/TaskRunFilterState"
1317 },
1318 {
1319 "type": "null"
1320 }
Missing negative tests
1321
],
1322 },
1323 "subflow_runs": {
Missing negative tests
1324
"anyOf": [
1325 {
1326 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1327 },
1328 {
1329 "type": "null"
1330 }
Missing negative tests
1331
],
1332 },
1333 "tags": {
Missing negative tests
1334
"anyOf": [
1335 {
1336 "$ref": "#/components/schemas/TaskRunFilterTags"
1337 },
1338 {
1339 "type": "null"
1340 }
Missing negative tests
1341
],
1342 }
Missing negative tests
1343
},
1344 "type": "object"
1345 },
1346 "TaskRunFilterExpectedStartTime": {
1347 "additionalProperties": false,
Missing negative tests
1348
"properties": {
1349 "after_": {
Missing negative tests
1350
"anyOf": [
1351 {
Missing negative tests
1352
"format": "date-time",
1353 "type": "string"
1354 },
1355 {
1356 "type": "null"
1357 }
Missing negative tests
1358
],
1359 },
1360 "before_": {
Missing negative tests
1361
"anyOf": [
1362 {
Missing tests
1363
"format": "date-time",
Missing positive tests
1364
"type": "string"
1365 },
1366 {
Missing negative tests
1367
"type": "null"
1368 }
Missing negative tests
1369
],
1370 }
Missing negative tests
1371
},
1372 "type": "object"
1373 },
1374 "TaskRunFilterFlowRunId": {
1375 "additionalProperties": false,
Missing negative tests
1376
"properties": {
1377 "any_": {
Missing negative tests
1378
"anyOf": [
1379 {
1380 "items": {
Missing negative tests
1381
"format": "uuid",
Missing negative tests
1382
"type": "string"
1383 },
1384 "type": "array"
1385 },
1386 {
1387 "type": "null"
1388 }
Missing negative tests
1389
],
1390 },
1391 "is_null_": {
Missing negative tests
1392
"anyOf": [
1393 {
1394 "type": "boolean"
1395 },
1396 {
1397 "type": "null"
1398 }
Missing negative tests
1399
],
1400 },
1401 "operator": {
Missing negative tests
1402
"$ref": "#/components/schemas/Operator",
1403 }
Missing negative tests
1404
},
1405 "type": "object"
1406 },
1407 "TaskRunFilterId": {
1408 "additionalProperties": false,
Missing negative tests
1409
"properties": {
1410 "any_": {
Missing negative tests
1411
"anyOf": [
1412 {
1413 "items": {
Missing negative tests
1414
"format": "uuid",
Missing negative tests
1415
"type": "string"
1416 },
Missing negative tests
1417
"type": "array"
1418 },
1419 {
Missing positive tests
1420
"type": "null"
1421 }
Missing negative tests
1422
],
1423 }
Missing negative tests
1424
},
1425 "type": "object"
1426 },
1427 "TaskRunFilterName": {
1428 "additionalProperties": false,
Missing negative tests
1429
"properties": {
1430 "any_": {
Missing negative tests
1431
"anyOf": [
1432 {
1433 "items": {
Missing negative tests
1434
"type": "string"
1435 },
1436 "type": "array"
1437 },
1438 {
1439 "type": "null"
1440 }
Missing negative tests
1441
],
1442 "examples": [
1443 [
1444 "my-task-run-1",
1445 "my-task-run-2"
1446 ]
1447 ],
1448 },
1449 "like_": {
Missing negative tests
1450
"anyOf": [
1451 {
1452 "type": "string"
1453 },
1454 {
1455 "type": "null"
1456 }
Missing negative tests
1457
],
1458 "examples": [
1459 "marvin"
1460 ],
1461 }
Missing negative tests
1462
},
1463 "type": "object"
1464 },
1465 "TaskRunFilterStartTime": {
1466 "additionalProperties": false,
Missing negative tests
1467
"properties": {
1468 "after_": {
Missing negative tests
1469
"anyOf": [
1470 {
Missing negative tests
1471
"format": "date-time",
1472 "type": "string"
1473 },
1474 {
1475 "type": "null"
1476 }
Missing negative tests
1477
],
1478 },
1479 "before_": {
Missing negative tests
1480
"anyOf": [
1481 {
Missing negative tests
1482
"format": "date-time",
1483 "type": "string"
1484 },
1485 {
1486 "type": "null"
1487 }
Missing negative tests
1488
],
1489 },
1490 "is_null_": {
Missing negative tests
1491
"anyOf": [
1492 {
1493 "type": "boolean"
1494 },
1495 {
1496 "type": "null"
1497 }
Missing negative tests
1498
],
1499 }
Missing negative tests
1500
},
1501 "type": "object"
1502 },
1503 "TaskRunFilterState": {
1504 "additionalProperties": false,
Missing negative tests
1505
"properties": {
1506 "name": {
Missing negative tests
1507
"anyOf": [
1508 {
Missing negative tests
1509
"$ref": "#/components/schemas/TaskRunFilterStateName"
1510 },
1511 {
Missing positive tests
1512
"type": "null"
1513 }
Missing negative tests
1514
],
1515 },
1516 "operator": {
Missing negative tests
1517
"$ref": "#/components/schemas/Operator",
1518 },
1519 "type": {
Missing negative tests
1520
"anyOf": [
1521 {
1522 "$ref": "#/components/schemas/TaskRunFilterStateType"
1523 },
1524 {
1525 "type": "null"
1526 }
Missing negative tests
1527
],
1528 }
Missing negative tests
1529
},
1530 "type": "object"
1531 },
1532 "TaskRunFilterStateName": {
1533 "additionalProperties": false,
Missing negative tests
1534
"properties": {
1535 "any_": {
Missing negative tests
1536
"anyOf": [
1537 {
1538 "items": {
Missing negative tests
1539
"type": "string"
1540 },
Missing negative tests
1541
"type": "array"
1542 },
1543 {
Missing positive tests
1544
"type": "null"
1545 }
Missing negative tests
1546
],
1547 }
Missing negative tests
1548
},
Missing negative tests
1549
"type": "object"
1550 },
1551 "TaskRunFilterStateType": {
1552 "additionalProperties": false,
Missing negative tests
1553
"properties": {
1554 "any_": {
Missing negative tests
1555
"anyOf": [
1556 {
1557 "items": {
Missing tests
1558
"$ref": "#/components/schemas/StateType"
1559 },
Missing positive tests
1560
"type": "array"
1561 },
1562 {
Missing negative tests
1563
"type": "null"
1564 }
Missing negative tests
1565
],
1566 }
Missing negative tests
1567
},
1568 "type": "object"
1569 },
1570 "TaskRunFilterSubFlowRuns": {
1571 "additionalProperties": false,
Missing negative tests
1572
"properties": {
1573 "exists_": {
Missing negative tests
1574
"anyOf": [
1575 {
1576 "type": "boolean"
1577 },
1578 {
1579 "type": "null"
1580 }
Missing negative tests
1581
],
1582 }
Missing negative tests
1583
},
1584 "type": "object"
1585 },
1586 "TaskRunFilterTags": {
1587 "additionalProperties": false,
Missing negative tests
1588
"properties": {
1589 "all_": {
Missing negative tests
1590
"anyOf": [
1591 {
1592 "items": {
Missing negative tests
1593
"type": "string"
1594 },
1595 "type": "array"
1596 },
1597 {
1598 "type": "null"
1599 }
Missing negative tests
1600
],
1601 "examples": [
1602 [
1603 "tag-1",
1604 "tag-2"
1605 ]
1606 ],
1607 },
1608 "is_null_": {
Missing negative tests
1609
"anyOf": [
1610 {
1611 "type": "boolean"
1612 },
1613 {
1614 "type": "null"
1615 }
Missing negative tests
1616
],
1617 },
1618 "operator": {
Missing negative tests
1619
"$ref": "#/components/schemas/Operator",
1620 }
Missing negative tests
1621
},
1622 "type": "object"
1623 },
1624 "WorkPoolFilter": {
1625 "additionalProperties": false,
Missing negative tests
1626
"properties": {
1627 "id": {
Missing negative tests
1628
"anyOf": [
1629 {
1630 "$ref": "#/components/schemas/WorkPoolFilterId"
1631 },
1632 {
1633 "type": "null"
1634 }
Missing negative tests
1635
],
1636 },
1637 "name": {
Missing negative tests
1638
"anyOf": [
1639 {
1640 "$ref": "#/components/schemas/WorkPoolFilterName"
1641 },
1642 {
1643 "type": "null"
1644 }
Missing negative tests
1645
],
1646 },
1647 "operator": {
Missing negative tests
1648
"$ref": "#/components/schemas/Operator",
1649 },
1650 "type": {
Missing negative tests
1651
"anyOf": [
1652 {
1653 "$ref": "#/components/schemas/WorkPoolFilterType"
1654 },
1655 {
1656 "type": "null"
1657 }
Missing negative tests
1658
],
1659 }
Missing negative tests
1660
},
1661 "type": "object"
1662 },
1663 "WorkPoolFilterId": {
1664 "additionalProperties": false,
Missing negative tests
1665
"properties": {
1666 "any_": {
Missing negative tests
1667
"anyOf": [
1668 {
1669 "items": {
Missing negative tests
1670
"format": "uuid",
Missing negative tests
1671
"type": "string"
1672 },
1673 "type": "array"
1674 },
1675 {
1676 "type": "null"
1677 }
Missing negative tests
1678
],
1679 }
Missing negative tests
1680
},
1681 "type": "object"
1682 },
1683 "WorkPoolFilterName": {
1684 "additionalProperties": false,
Missing negative tests
1685
"properties": {
1686 "any_": {
Missing negative tests
1687
"anyOf": [
1688 {
1689 "items": {
Missing negative tests
1690
"type": "string"
1691 },
1692 "type": "array"
1693 },
1694 {
1695 "type": "null"
1696 }
Missing negative tests
1697
],
1698 }
Missing negative tests
1699
},
1700 "type": "object"
1701 },
1702 "WorkPoolFilterType": {
1703 "additionalProperties": false,
Missing negative tests
1704
"properties": {
1705 "any_": {
Missing negative tests
1706
"anyOf": [
1707 {
1708 "items": {
Missing tests
1709
"type": "string"
1710 },
1711 "type": "array"
1712 },
1713 {
1714 "type": "null"
1715 }
Missing negative tests
1716
],
1717 }
Missing negative tests
1718
},
1719 "type": "object"
1720 },
1721 "WorkQueueFilter": {
1722 "additionalProperties": false,
Missing negative tests
1723
"properties": {
1724 "id": {
Missing negative tests
1725
"anyOf": [
1726 {
1727 "$ref": "#/components/schemas/WorkQueueFilterId"
1728 },
1729 {
1730 "type": "null"
1731 }
Missing negative tests
1732
],
1733 },
1734 "name": {
Missing negative tests
1735
"anyOf": [
1736 {
1737 "$ref": "#/components/schemas/WorkQueueFilterName"
1738 },
1739 {
1740 "type": "null"
1741 }
Missing negative tests
1742
],
1743 },
1744 "operator": {
Missing negative tests
1745
"$ref": "#/components/schemas/Operator",
1746 }
Missing negative tests
1747
},
1748 "type": "object"
1749 },
1750 "WorkQueueFilterId": {
1751 "additionalProperties": false,
Missing negative tests
1752
"properties": {
1753 "any_": {
Missing negative tests
1754
"anyOf": [
1755 {
1756 "items": {
Missing negative tests
1757
"format": "uuid",
Missing negative tests
1758
"type": "string"
1759 },
Missing negative tests
1760
"type": "array"
1761 },
1762 {
Missing positive tests
1763
"type": "null"
1764 }
Missing negative tests
1765
],
1766 }
Missing negative tests
1767
},
1768 "type": "object"
1769 },
1770 "WorkQueueFilterName": {
1771 "additionalProperties": false,
Missing negative tests
1772
"properties": {
1773 "any_": {
Missing negative tests
1774
"anyOf": [
1775 {
1776 "items": {
Missing negative tests
1777
"type": "string"
1778 },
1779 "type": "array"
1780 },
1781 {
1782 "type": "null"
1783 }
Missing negative tests
1784
],
1785 "examples": [
1786 [
1787 "wq-1",
1788 "wq-2"
1789 ]
1790 ],
1791 },
1792 "startswith_": {
Missing negative tests
1793
"anyOf": [
1794 {
1795 "items": {
Missing negative tests
1796
"type": "string"
1797 },
Missing negative tests
1798
"type": "array"
1799 },
1800 {
Missing positive tests
1801
"type": "null"
1802 }
Missing negative tests
1803
],
1804 "examples": [
1805 [
1806 "marvin",
1807 "Marvin-robot"
1808 ]
1809 ],
1810 }
Missing negative tests
1811
},
1812 "type": "object"
1813 }
1814 }
1815 }
1816}
Responses
seen average

200
Successful Response
187 4.37ms
422
Validation Error
36 1.76ms
default
Default
65 1.89ms
Examples
15 of 21 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
sort.default
 
"NAME_ASC"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
page.default
 
1
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
1 5.99ms
422
Validation Error
0 -
default
Default
26 3.16ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
16 1.83ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json56 of 124 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/DeploymentUpdate",
3 "components": {
4 "schemas": {
5 "ConcurrencyLimitStrategy": {
Missing tests
6
"enum": [
7 "ENQUEUE",
8 "CANCEL_NEW"
Missing tests
9
],
Missing tests
10
"type": "string"
11 },
12 "ConcurrencyOptions": {
Missing tests
13
"properties": {
14 "collision_strategy": {
Missing tests
15
"$ref": "#/components/schemas/ConcurrencyLimitStrategy"
16 }
Missing tests
17
},
Missing tests
18
"required": [
19 "collision_strategy"
Missing tests
20
],
Missing positive tests
21
"type": "object"
22 },
23 "CronSchedule": {
24 "additionalProperties": false,
Missing negative tests
25
"properties": {
26 "cron": {
27 "examples": [
28 "0 0 * * *"
29 ],
Missing negative tests
30
"type": "string"
31 },
32 "day_or": {
Missing tests
33
"type": "boolean"
34 },
35 "timezone": {
Missing negative tests
36
"anyOf": [
37 {
38 "type": "string"
39 },
40 {
41 "type": "null"
42 }
Missing negative tests
43
],
44 "examples": [
45 "America/New_York"
46 ],
47 }
Missing negative tests
48
},
49 "required": [
50 "cron"
51 ],
52 "type": "object"
53 },
54 "DeploymentScheduleUpdate": {
55 "additionalProperties": false,
Missing negative tests
56
"properties": {
57 "active": {
Missing negative tests
58
"anyOf": [
59 {
60 "type": "boolean"
61 },
62 {
63 "type": "null"
64 }
Missing negative tests
65
],
66 },
67 "max_scheduled_runs": {
Missing negative tests
68
"anyOf": [
69 {
Missing negative tests
70
"exclusiveMinimum": 0.0,
71 "type": "integer"
72 },
73 {
74 "type": "null"
75 }
Missing negative tests
76
],
77 },
78 "parameters": {
Negative tests not applicable
79
"additionalProperties": true,
Missing negative tests
80
"type": "object"
81 },
82 "schedule": {
Missing negative tests
83
"anyOf": [
84 {
85 "$ref": "#/components/schemas/IntervalSchedule"
86 },
87 {
88 "$ref": "#/components/schemas/CronSchedule"
89 },
90 {
91 "$ref": "#/components/schemas/RRuleSchedule"
92 },
93 {
94 "type": "null"
95 }
Missing negative tests
96
],
97 },
98 "slug": {
Missing negative tests
99
"anyOf": [
100 {
101 "type": "string"
102 },
103 {
104 "type": "null"
105 }
Missing negative tests
106
],
107 }
Missing negative tests
108
},
Missing negative tests
109
"type": "object"
110 },
111 "DeploymentUpdate": {
112 "additionalProperties": false,
Missing negative tests
113
"properties": {
114 "concurrency_limit": {
Missing negative tests
115
"anyOf": [
116 {
Missing negative tests
117
"exclusiveMinimum": 0.0,
118 "type": "integer"
119 },
120 {
121 "type": "null"
122 }
Missing negative tests
123
],
124 },
125 "concurrency_options": {
Missing negative tests
126
"anyOf": [
127 {
Missing positive tests
128
"$ref": "#/components/schemas/ConcurrencyOptions"
129 },
130 {
Missing negative tests
131
"type": "null"
132 }
Missing negative tests
133
],
134 },
135 "description": {
Missing negative tests
136
"anyOf": [
137 {
138 "type": "string"
139 },
140 {
141 "type": "null"
142 }
Missing negative tests
143
],
144 },
145 "enforce_parameter_schema": {
Missing negative tests
146
"anyOf": [
147 {
148 "type": "boolean"
149 },
150 {
151 "type": "null"
152 }
Missing negative tests
153
],
154 },
155 "entrypoint": {
Missing negative tests
156
"anyOf": [
157 {
158 "type": "string"
159 },
160 {
161 "type": "null"
162 }
Missing negative tests
163
],
164 },
165 "global_concurrency_limit_id": {
Missing negative tests
166
"anyOf": [
167 {
Missing negative tests
168
"format": "uuid",
169 "type": "string"
170 },
171 {
172 "type": "null"
173 }
Missing negative tests
174
],
175 },
176 "infrastructure_document_id": {
Missing negative tests
177
"anyOf": [
178 {
Missing negative tests
179
"format": "uuid",
180 "type": "string"
181 },
182 {
183 "type": "null"
184 }
Missing negative tests
185
],
186 },
187 "job_variables": {
Missing negative tests
188
"anyOf": [
189 {
Negative tests not applicable
190
"additionalProperties": true,
191 "type": "object"
192 },
193 {
194 "type": "null"
195 }
Missing negative tests
196
],
197 },
198 "parameter_openapi_schema": {
Missing negative tests
199
"anyOf": [
200 {
Negative tests not applicable
201
"additionalProperties": true,
202 "type": "object"
203 },
204 {
205 "type": "null"
206 }
Missing negative tests
207
],
208 },
209 "parameters": {
Missing negative tests
210
"anyOf": [
211 {
Missing positive tests - negative not applicable
212
"additionalProperties": true,
Missing positive tests
213
"type": "object"
214 },
215 {
Missing negative tests
216
"type": "null"
217 }
Missing negative tests
218
],
219 },
220 "path": {
Missing negative tests
221
"anyOf": [
222 {
223 "type": "string"
224 },
225 {
226 "type": "null"
227 }
Missing negative tests
228
],
229 },
230 "paused": {
Missing negative tests
231
"type": "boolean"
232 },
233 "pull_steps": {
Missing negative tests
234
"anyOf": [
235 {
236 "items": {
Negative tests not applicable
237
"additionalProperties": true,
Missing negative tests
238
"type": "object"
239 },
240 "type": "array"
241 },
242 {
243 "type": "null"
244 }
Missing negative tests
245
],
246 },
247 "schedules": {
248 "items": {
Missing negative tests
249
"$ref": "#/components/schemas/DeploymentScheduleUpdate"
250 },
Missing negative tests
251
"type": "array"
252 },
253 "storage_document_id": {
Missing negative tests
254
"anyOf": [
255 {
Missing tests
256
"format": "uuid",
Missing positive tests
257
"type": "string"
258 },
259 {
Missing negative tests
260
"type": "null"
261 }
Missing negative tests
262
],
263 },
264 "tags": {
265 "examples": [
266 [
267 "tag-1",
268 "tag-2"
269 ]
270 ],
271 "items": {
Missing negative tests
272
"type": "string"
273 },
Missing negative tests
274
"type": "array"
275 },
276 "version": {
Missing negative tests
277
"anyOf": [
278 {
279 "type": "string"
280 },
281 {
282 "type": "null"
283 }
Missing negative tests
284
],
285 },
286 "version_info": {
Missing negative tests
287
"anyOf": [
288 {
289 "$ref": "#/components/schemas/VersionInfo"
290 },
291 {
292 "type": "null"
293 }
Missing negative tests
294
],
295 },
296 "work_pool_name": {
Missing negative tests
297
"anyOf": [
298 {
299 "type": "string"
300 },
301 {
302 "type": "null"
303 }
Missing negative tests
304
],
305 "examples": [
306 "my-work-pool"
307 ],
308 },
309 "work_queue_name": {
Missing negative tests
310
"anyOf": [
311 {
312 "type": "string"
313 },
314 {
315 "type": "null"
316 }
Missing negative tests
317
],
318 }
Missing negative tests
319
},
Missing negative tests
320
"type": "object"
321 },
322 "IntervalSchedule": {
323 "additionalProperties": false,
Missing negative tests
324
"properties": {
325 "anchor_date": {
326 "examples": [
327 "2020-01-01T00:00:00Z"
328 ],
Missing negative tests
329
"format": "date-time",
Missing negative tests
330
"type": "string"
331 },
332 "interval": {
Missing negative tests
333
"type": "number"
334 },
335 "timezone": {
Missing negative tests
336
"anyOf": [
337 {
338 "type": "string"
339 },
340 {
341 "type": "null"
342 }
Missing negative tests
343
],
344 "examples": [
345 "America/New_York"
346 ],
347 }
Missing negative tests
348
},
349 "required": [
350 "interval"
351 ],
352 "type": "object"
353 },
354 "RRuleSchedule": {
355 "additionalProperties": false,
Missing negative tests
356
"properties": {
357 "rrule": {
Missing negative tests
358
"type": "string"
359 },
360 "timezone": {
Missing negative tests
361
"anyOf": [
362 {
363 "examples": [
364 "America/New_York"
365 ],
Missing negative tests
366
"pattern": "Africa/Abidjan|Africa/Accra|Africa/Addis_Ababa|Africa/Algiers|Africa/Asmara|Africa/Asmera|Africa/Bamako|Africa/Bangui|Africa/Banjul|Africa/Bissau|Africa/Blantyre|Africa/Brazzaville|Africa/Bujumbura|Africa/Cairo|Africa/Casablanca|Africa/Ceuta|Africa/Conakry|Africa/Dakar|Africa/Dar_es_Salaam|Africa/Djibouti|Africa/Douala|Africa/El_Aaiun|Africa/Freetown|Africa/Gaborone|Africa/Harare|Africa/Johannesburg|Africa/Juba|Africa/Kampala|Africa/Khartoum|Africa/Kigali|Africa/Kinshasa|Africa/Lagos|Africa/Libreville|Africa/Lome|Africa/Luanda|Africa/Lubumbashi|Africa/Lusaka|Africa/Malabo|Africa/Maputo|Africa/Maseru|Africa/Mbabane|Africa/Mogadishu|Africa/Monrovia|Africa/Nairobi|Africa/Ndjamena|Africa/Niamey|Africa/Nouakchott|Africa/Ouagadougou|Africa/Porto-Novo|Africa/Sao_Tome|Africa/Timbuktu|Africa/Tripoli|Africa/Tunis|Africa/Windhoek|America/Adak|America/Anchorage|America/Anguilla|America/Antigua|America/Araguaina|America/Argentina/Buenos_Aires|America/Argentina/Catamarca|America/Argentina/ComodRivadavia|America/Argentina/Cordoba|America/Argentina/Jujuy|America/Argentina/La_Rioja|America/Argentina/Mendoza|America/Argentina/Rio_Gallegos|America/Argentina/Salta|America/Argentina/San_Juan|America/Argentina/San_Luis|America/Argentina/Tucuman|America/Argentina/Ushuaia|America/Aruba|America/Asuncion|America/Atikokan|America/Atka|America/Bahia|America/Bahia_Banderas|America/Barbados|America/Belem|America/Belize|America/Blanc-Sablon|America/Boa_Vista|America/Bogota|America/Boise|America/Buenos_Aires|America/Cambridge_Bay|America/Campo_Grande|America/Cancun|America/Caracas|America/Catamarca|America/Cayenne|America/Cayman|America/Chicago|America/Chihuahua|America/Ciudad_Juarez|America/Coral_Harbour|America/Cordoba|America/Costa_Rica|America/Coyhaique|America/Creston|America/Cuiaba|America/Curacao|America/Danmarkshavn|America/Dawson|America/Dawson_Creek|America/Denver|America/Detroit|America/Dominica|America/Edmonton|America/Eirunepe|America/El_Salvador|America/Ensenada|America/Fort_Nelson|America/Fort_Wayne|America/Fortaleza|America/Glace_Bay|America/Godthab|America/Goose_Bay|America/Grand_Turk|America/Grenada|America/Guadeloupe|America/Guatemala|America/Guayaquil|America/Guyana|America/Halifax|America/Havana|America/Hermosillo|America/Indiana/Indianapolis|America/Indiana/Knox|America/Indiana/Marengo|America/Indiana/Petersburg|America/Indiana/Tell_City|America/Indiana/Vevay|America/Indiana/Vincennes|America/Indiana/Winamac|America/Indianapolis|America/Inuvik|America/Iqaluit|America/Jamaica|America/Jujuy|America/Juneau|America/Kentucky/Louisville|America/Kentucky/Monticello|America/Knox_IN|America/Kralendijk|America/La_Paz|America/Lima|America/Los_Angeles|America/Louisville|America/Lower_Princes|America/Maceio|America/Managua|America/Manaus|America/Marigot|America/Martinique|America/Matamoros|America/Mazatlan|America/Mendoza|America/Menominee|America/Merida|America/Metlakatla|America/Mexico_City|America/Miquelon|America/Moncton|America/Monterrey|America/Montevideo|America/Montreal|America/Montserrat|America/Nassau|America/New_York|America/Nipigon|America/Nome|America/Noronha|America/North_Dakota/Beulah|America/North_Dakota/Center|America/North_Dakota/New_Salem|America/Nuuk|America/Ojinaga|America/Panama|America/Pangnirtung|America/Paramaribo|America/Phoenix|America/Port-au-Prince|America/Port_of_Spain|America/Porto_Acre|America/Porto_Velho|America/Puerto_Rico|America/Punta_Arenas|America/Rainy_River|America/Rankin_Inlet|America/Recife|America/Regina|America/Resolute|America/Rio_Branco|America/Rosario|America/Santa_Isabel|America/Santarem|America/Santiago|America/Santo_Domingo|America/Sao_Paulo|America/Scoresbysund|America/Shiprock|America/Sitka|America/St_Barthelemy|America/St_Johns|America/St_Kitts|America/St_Lucia|America/St_Thomas|America/St_Vincent|America/Swift_Current|America/Tegucigalpa|America/Thule|America/Thunder_Bay|America/Tijuana|America/Toronto|America/Tortola|America/Vancouver|America/Virgin|America/Whitehorse|America/Winnipeg|America/Yakutat|America/Yellowknife|Antarctica/Casey|Antarctica/Davis|Antarctica/DumontDUrville|Antarctica/Macquarie|Antarctica/Mawson|Antarctica/McMurdo|Antarctica/Palmer|Antarctica/Rothera|Antarctica/South_Pole|Antarctica/Syowa|Antarctica/Troll|Antarctica/Vostok|Arctic/Longyearbyen|Asia/Aden|Asia/Almaty|Asia/Amman|Asia/Anadyr|Asia/Aqtau|Asia/Aqtobe|Asia/Ashgabat|Asia/Ashkhabad|Asia/Atyrau|Asia/Baghdad|Asia/Bahrain|Asia/Baku|Asia/Bangkok|Asia/Barnaul|Asia/Beirut|Asia/Bishkek|Asia/Brunei|Asia/Calcutta|Asia/Chita|Asia/Choibalsan|Asia/Chongqing|Asia/Chungking|Asia/Colombo|Asia/Dacca|Asia/Damascus|Asia/Dhaka|Asia/Dili|Asia/Dubai|Asia/Dushanbe|Asia/Famagusta|Asia/Gaza|Asia/Harbin|Asia/Hebron|Asia/Ho_Chi_Minh|Asia/Hong_Kong|Asia/Hovd|Asia/Irkutsk|Asia/Istanbul|Asia/Jakarta|Asia/Jayapura|Asia/Jerusalem|Asia/Kabul|Asia/Kamchatka|Asia/Karachi|Asia/Kashgar|Asia/Kathmandu|Asia/Katmandu|Asia/Khandyga|Asia/Kolkata|Asia/Krasnoyarsk|Asia/Kuala_Lumpur|Asia/Kuching|Asia/Kuwait|Asia/Macao|Asia/Macau|Asia/Magadan|Asia/Makassar|Asia/Manila|Asia/Muscat|Asia/Nicosia|Asia/Novokuznetsk|Asia/Novosibirsk|Asia/Omsk|Asia/Oral|Asia/Phnom_Penh|Asia/Pontianak|Asia/Pyongyang|Asia/Qatar|Asia/Qostanay|Asia/Qyzylorda|Asia/Rangoon|Asia/Riyadh|Asia/Saigon|Asia/Sakhalin|Asia/Samarkand|Asia/Seoul|Asia/Shanghai|Asia/Singapore|Asia/Srednekolymsk|Asia/Taipei|Asia/Tashkent|Asia/Tbilisi|Asia/Tehran|Asia/Tel_Aviv|Asia/Thimbu|Asia/Thimphu|Asia/Tokyo|Asia/Tomsk|Asia/Ujung_Pandang|Asia/Ulaanbaatar|Asia/Ulan_Bator|Asia/Urumqi|Asia/Ust-Nera|Asia/Vientiane|Asia/Vladivostok|Asia/Yakutsk|Asia/Yangon|Asia/Yekaterinburg|Asia/Yerevan|Atlantic/Azores|Atlantic/Bermuda|Atlantic/Canary|Atlantic/Cape_Verde|Atlantic/Faeroe|Atlantic/Faroe|Atlantic/Jan_Mayen|Atlantic/Madeira|Atlantic/Reykjavik|Atlantic/South_Georgia|Atlantic/St_Helena|Atlantic/Stanley|Australia/ACT|Australia/Adelaide|Australia/Brisbane|Australia/Broken_Hill|Australia/Canberra|Australia/Currie|Australia/Darwin|Australia/Eucla|Australia/Hobart|Australia/LHI|Australia/Lindeman|Australia/Lord_Howe|Australia/Melbourne|Australia/NSW|Australia/North|Australia/Perth|Australia/Queensland|Australia/South|Australia/Sydney|Australia/Tasmania|Australia/Victoria|Australia/West|Australia/Yancowinna|Brazil/Acre|Brazil/DeNoronha|Brazil/East|Brazil/West|CET|CST6CDT|Canada/Atlantic|Canada/Central|Canada/Eastern|Canada/Mountain|Canada/Newfoundland|Canada/Pacific|Canada/Saskatchewan|Canada/Yukon|Chile/Continental|Chile/EasterIsland|Cuba|EET|EST|EST5EDT|Egypt|Eire|Etc/GMT|Etc/GMT+0|Etc/GMT+1|Etc/GMT+10|Etc/GMT+11|Etc/GMT+12|Etc/GMT+2|Etc/GMT+3|Etc/GMT+4|Etc/GMT+5|Etc/GMT+6|Etc/GMT+7|Etc/GMT+8|Etc/GMT+9|Etc/GMT-0|Etc/GMT-1|Etc/GMT-10|Etc/GMT-11|Etc/GMT-12|Etc/GMT-13|Etc/GMT-14|Etc/GMT-2|Etc/GMT-3|Etc/GMT-4|Etc/GMT-5|Etc/GMT-6|Etc/GMT-7|Etc/GMT-8|Etc/GMT-9|Etc/GMT0|Etc/Greenwich|Etc/UCT|Etc/UTC|Etc/Universal|Etc/Zulu|Europe/Amsterdam|Europe/Andorra|Europe/Astrakhan|Europe/Athens|Europe/Belfast|Europe/Belgrade|Europe/Berlin|Europe/Bratislava|Europe/Brussels|Europe/Bucharest|Europe/Budapest|Europe/Busingen|Europe/Chisinau|Europe/Copenhagen|Europe/Dublin|Europe/Gibraltar|Europe/Guernsey|Europe/Helsinki|Europe/Isle_of_Man|Europe/Istanbul|Europe/Jersey|Europe/Kaliningrad|Europe/Kiev|Europe/Kirov|Europe/Kyiv|Europe/Lisbon|Europe/Ljubljana|Europe/London|Europe/Luxembourg|Europe/Madrid|Europe/Malta|Europe/Mariehamn|Europe/Minsk|Europe/Monaco|Europe/Moscow|Europe/Nicosia|Europe/Oslo|Europe/Paris|Europe/Podgorica|Europe/Prague|Europe/Riga|Europe/Rome|Europe/Samara|Europe/San_Marino|Europe/Sarajevo|Europe/Saratov|Europe/Simferopol|Europe/Skopje|Europe/Sofia|Europe/Stockholm|Europe/Tallinn|Europe/Tirane|Europe/Tiraspol|Europe/Ulyanovsk|Europe/Uzhgorod|Europe/Vaduz|Europe/Vatican|Europe/Vienna|Europe/Vilnius|Europe/Volgograd|Europe/Warsaw|Europe/Zagreb|Europe/Zaporozhye|Europe/Zurich|Factory|GB|GB-Eire|GMT|GMT+0|GMT-0|GMT0|Greenwich|HST|Hongkong|Iceland|Indian/Antananarivo|Indian/Chagos|Indian/Christmas|Indian/Cocos|Indian/Comoro|Indian/Kerguelen|Indian/Mahe|Indian/Maldives|Indian/Mauritius|Indian/Mayotte|Indian/Reunion|Iran|Israel|Jamaica|Japan|Kwajalein|Libya|MET|MST|MST7MDT|Mexico/BajaNorte|Mexico/BajaSur|Mexico/General|NZ|NZ-CHAT|Navajo|PRC|PST8PDT|Pacific/Apia|Pacific/Auckland|Pacific/Bougainville|Pacific/Chatham|Pacific/Chuuk|Pacific/Easter|Pacific/Efate|Pacific/Enderbury|Pacific/Fakaofo|Pacific/Fiji|Pacific/Funafuti|Pacific/Galapagos|Pacific/Gambier|Pacific/Guadalcanal|Pacific/Guam|Pacific/Honolulu|Pacific/Johnston|Pacific/Kanton|Pacific/Kiritimati|Pacific/Kosrae|Pacific/Kwajalein|Pacific/Majuro|Pacific/Marquesas|Pacific/Midway|Pacific/Nauru|Pacific/Niue|Pacific/Norfolk|Pacific/Noumea|Pacific/Pago_Pago|Pacific/Palau|Pacific/Pitcairn|Pacific/Pohnpei|Pacific/Ponape|Pacific/Port_Moresby|Pacific/Rarotonga|Pacific/Saipan|Pacific/Samoa|Pacific/Tahiti|Pacific/Tarawa|Pacific/Tongatapu|Pacific/Truk|Pacific/Wake|Pacific/Wallis|Pacific/Yap|Poland|Portugal|ROC|ROK|Singapore|Turkey|UCT|US/Alaska|US/Aleutian|US/Arizona|US/Central|US/East-Indiana|US/Eastern|US/Hawaii|US/Indiana-Starke|US/Michigan|US/Mountain|US/Pacific|US/Samoa|UTC|Universal|W-SU|WET|Zulu",
367 "type": "string"
368 },
369 {
370 "type": "null"
371 }
Missing negative tests
372
],
373 }
Missing negative tests
374
},
375 "required": [
376 "rrule"
377 ],
378 "type": "object"
379 },
380 "VersionInfo": {
Negative tests not applicable
381
"additionalProperties": true,
Missing negative tests
382
"properties": {
383 "type": {
Missing negative tests
384
"type": "string"
385 },
386 "version": {
Missing negative tests
387
"type": "string"
388 }
Missing negative tests
389
},
Missing negative tests
390
"required": [
391 "type",
392 "version"
Missing negative tests
393
],
394 "type": "object"
395 }
396 }
397 }
398}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
4 9.73ms
default
Default
9 3.50ms
Examples
1 of 3 covered

Body: application/json
timezone.default
 
"UTC"
 
day_or.default
 
true
 
paused.default
 
false
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json52 of 143 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/DeploymentFlowRunCreate",
3 "components": {
4 "schemas": {
5 "DeploymentFlowRunCreate": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "context": {
Negative tests not applicable
9
"additionalProperties": true,
Missing negative tests
10
"type": "object"
11 },
12 "empirical_policy": {
Missing negative tests
13
"$ref": "#/components/schemas/FlowRunPolicy",
14 },
15 "enforce_parameter_schema": {
Missing negative tests
16
"anyOf": [
17 {
18 "type": "boolean"
19 },
20 {
21 "type": "null"
22 }
Missing negative tests
23
],
24 },
25 "idempotency_key": {
Missing negative tests
26
"anyOf": [
27 {
28 "type": "string"
29 },
30 {
31 "type": "null"
32 }
Missing negative tests
33
],
34 },
35 "infrastructure_document_id": {
Missing negative tests
36
"anyOf": [
37 {
Missing negative tests
38
"format": "uuid",
39 "type": "string"
40 },
41 {
42 "type": "null"
43 }
Missing negative tests
44
],
45 },
46 "job_variables": {
Negative tests not applicable
47
"additionalProperties": true,
Missing negative tests
48
"anyOf": [
49 {
Negative tests not applicable
50
"additionalProperties": true,
51 "type": "object"
52 },
53 {
54 "type": "null"
55 }
Missing negative tests
56
],
57 },
58 "labels": {
Missing negative tests
59
"anyOf": [
60 {
61 "additionalProperties": {
Missing negative tests
62
"anyOf": [
63 {
64 "type": "boolean"
65 },
66 {
67 "type": "integer"
68 },
69 {
70 "type": "number"
71 },
72 {
73 "type": "string"
74 }
Missing negative tests
75
]
76 },
77 "type": "object"
78 },
79 {
80 "type": "null"
81 }
Missing negative tests
82
],
83 "examples": [
84 {
85 "key": "value1",
86 "key2": 42
87 }
88 ],
89 },
90 "name": {
91 "examples": [
92 "my-flow-run"
93 ],
Missing negative tests
94
"type": "string"
95 },
96 "parameters": {
Negative tests not applicable
97
"additionalProperties": true,
Missing negative tests
98
"type": "object"
99 },
100 "parent_task_run_id": {
Missing negative tests
101
"anyOf": [
102 {
Missing negative tests
103
"format": "uuid",
104 "type": "string"
105 },
106 {
107 "type": "null"
108 }
Missing negative tests
109
],
110 },
111 "state": {
Missing negative tests
112
"anyOf": [
113 {
114 "$ref": "#/components/schemas/StateCreate"
115 },
116 {
117 "type": "null"
118 }
Missing negative tests
119
],
120 },
121 "tags": {
122 "examples": [
123 [
124 "tag-1",
125 "tag-2"
126 ]
127 ],
128 "items": {
Missing negative tests
129
"type": "string"
130 },
Missing negative tests
131
"type": "array"
132 },
133 "work_queue_name": {
Missing negative tests
134
"anyOf": [
135 {
136 "type": "string"
137 },
138 {
139 "type": "null"
140 }
Missing negative tests
141
],
142 }
Missing negative tests
143
},
Missing negative tests
144
"type": "object"
145 },
146 "FlowRunPolicy": {
Missing negative tests
147
"properties": {
148 "max_retries": {
149 "deprecated": true,
Missing negative tests
150
"type": "integer"
151 },
152 "pause_keys": {
Missing negative tests
153
"anyOf": [
154 {
155 "items": {
Missing negative tests
156
"type": "string"
157 },
158 "type": "array",
Missing negative tests
159
"uniqueItems": true
160 },
161 {
162 "type": "null"
163 }
Missing negative tests
164
],
165 },
166 "resuming": {
Missing negative tests
167
"anyOf": [
168 {
169 "type": "boolean"
170 },
171 {
172 "type": "null"
173 }
Missing negative tests
174
],
175 },
176 "retries": {
Missing negative tests
177
"anyOf": [
178 {
179 "type": "integer"
180 },
181 {
182 "type": "null"
183 }
Missing negative tests
184
],
185 },
186 "retry_delay": {
Missing negative tests
187
"anyOf": [
188 {
189 "type": "integer"
190 },
191 {
192 "type": "null"
193 }
Missing negative tests
194
],
195 },
196 "retry_delay_seconds": {
197 "deprecated": true,
Missing negative tests
198
"type": "number"
199 },
200 "retry_type": {
Missing negative tests
201
"anyOf": [
202 {
203 "enum": [
204 "in_process",
205 "reschedule"
206 ],
207 "type": "string"
208 },
209 {
210 "type": "null"
211 }
Missing negative tests
212
],
213 }
Missing negative tests
214
},
Missing negative tests
215
"type": "object"
216 },
217 "StateCreate": {
218 "additionalProperties": false,
Missing negative tests
219
"properties": {
220 "data": {
Negative tests not applicable
221
"anyOf": [
222 {},
223 {
224 "type": "null"
225 }
Negative tests not applicable
226
],
227 },
228 "message": {
Missing negative tests
229
"anyOf": [
230 {
231 "type": "string"
232 },
233 {
234 "type": "null"
235 }
Missing negative tests
236
],
237 },
238 "name": {
Missing negative tests
239
"anyOf": [
240 {
241 "type": "string"
242 },
243 {
244 "type": "null"
245 }
Missing negative tests
246
],
247 },
248 "state_details": {
Missing negative tests
249
"$ref": "#/components/schemas/StateDetails",
250 },
251 "type": {
Missing negative tests
252
"$ref": "#/components/schemas/StateType",
253 }
Missing negative tests
254
},
Missing negative tests
255
"required": [
256 "type"
Missing negative tests
257
],
258 "type": "object"
259 },
260 "StateDetails": {
Missing negative tests
261
"properties": {
262 "cache_expiration": {
Missing tests
263
"anyOf": [
264 {
Missing tests
265
"format": "date-time",
Missing tests
266
"type": "string"
267 },
268 {
Missing tests
269
"type": "null"
270 }
Missing tests
271
],
272 },
273 "cache_key": {
Missing negative tests
274
"anyOf": [
275 {
Missing negative tests
276
"type": "string"
277 },
278 {
Missing positive tests
279
"type": "null"
280 }
Missing negative tests
281
],
282 },
283 "child_flow_run_id": {
Missing negative tests
284
"anyOf": [
285 {
Missing tests
286
"format": "uuid",
Missing positive tests
287
"type": "string"
288 },
289 {
Missing negative tests
290
"type": "null"
291 }
Missing negative tests
292
],
293 },
294 "deferred": {
Missing negative tests
295
"anyOf": [
296 {
Missing positive tests
297
"type": "boolean"
298 },
299 {
Missing negative tests
300
"type": "null"
301 }
Missing negative tests
302
],
303 },
304 "deployment_concurrency_lease_id": {
Missing negative tests
305
"anyOf": [
306 {
Missing negative tests
307
"format": "uuid",
308 "type": "string"
309 },
310 {
311 "type": "null"
312 }
Missing negative tests
313
],
314 },
315 "flow_run_id": {
Missing negative tests
316
"anyOf": [
317 {
Missing negative tests
318
"format": "uuid",
Missing negative tests
319
"type": "string"
320 },
321 {
Missing positive tests
322
"type": "null"
323 }
Missing negative tests
324
],
325 },
326 "pause_key": {
Missing negative tests
327
"anyOf": [
328 {
Missing positive tests
329
"type": "string"
330 },
331 {
Missing negative tests
332
"type": "null"
333 }
Missing negative tests
334
],
335 },
336 "pause_reschedule": {
Missing negative tests
337
"type": "boolean"
338 },
339 "pause_timeout": {
Missing negative tests
340
"anyOf": [
341 {
Missing negative tests
342
"format": "date-time",
343 "type": "string"
344 },
345 {
346 "type": "null"
347 }
Missing negative tests
348
],
349 },
350 "refresh_cache": {
Missing negative tests
351
"anyOf": [
352 {
Missing positive tests
353
"type": "boolean"
354 },
355 {
Missing negative tests
356
"type": "null"
357 }
Missing negative tests
358
],
359 },
360 "retriable": {
Missing tests
361
"anyOf": [
362 {
Missing tests
363
"type": "boolean"
364 },
365 {
Missing tests
366
"type": "null"
367 }
Missing tests
368
],
369 },
370 "run_input_keyset": {
Missing negative tests
371
"anyOf": [
372 {
373 "additionalProperties": {
Missing negative tests
374
"type": "string"
375 },
376 "type": "object"
377 },
378 {
379 "type": "null"
380 }
Missing negative tests
381
],
382 },
383 "scheduled_time": {
Missing negative tests
384
"anyOf": [
385 {
Missing tests
386
"format": "date-time",
Missing positive tests
387
"type": "string"
388 },
389 {
Missing negative tests
390
"type": "null"
391 }
Missing negative tests
392
],
393 },
394 "task_parameters_id": {
Missing negative tests
395
"anyOf": [
396 {
Missing tests
397
"format": "uuid",
Missing positive tests
398
"type": "string"
399 },
400 {
Missing negative tests
401
"type": "null"
402 }
Missing negative tests
403
],
404 },
405 "task_run_id": {
Missing negative tests
406
"anyOf": [
407 {
Missing negative tests
408
"format": "uuid",
409 "type": "string"
410 },
411 {
412 "type": "null"
413 }
Missing negative tests
414
],
415 },
416 "traceparent": {
Missing negative tests
417
"anyOf": [
418 {
Missing negative tests
419
"type": "string"
420 },
421 {
Missing positive tests
422
"type": "null"
423 }
Missing negative tests
424
],
425 },
426 "transition_id": {
Missing negative tests
427
"anyOf": [
428 {
Missing negative tests
429
"format": "uuid",
430 "type": "string"
431 },
432 {
433 "type": "null"
434 }
Missing negative tests
435
],
436 },
437 "untrackable_result": {
Missing negative tests
438
"type": "boolean"
439 }
Missing negative tests
440
},
Missing negative tests
441
"type": "object"
442 },
443 "StateType": {
Missing negative tests
444
"enum": [
445 "SCHEDULED",
446 "PENDING",
447 "RUNNING",
448 "COMPLETED",
449 "FAILED",
450 "CANCELLED",
451 "CRASHED",
452 "PAUSED",
453 "CANCELLING"
Missing negative tests
454
],
Missing negative tests
455
"type": "string"
456 }
457 }
458 }
459}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
6 4.55ms
default
Default
280 5.12ms
Examples
4 of 6 covered

Body: application/json
retry_delay_seconds.default
 
0
 
resuming.default
 
false
 
untrackable_result.default
 
false
 
deferred.default
 
false
 
pause_reschedule.default
 
false
 
max_retries.default
 
0
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 1.43ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 1.29ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json0 of 11 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/Body_schedule_deployment_deployments__id__schedule_post",
3 "components": {
4 "schemas": {
5 "Body_schedule_deployment_deployments__id__schedule_post": {
Missing negative tests
6
"properties": {
7 "end_time": {
Missing negative tests
8
"format": "date-time",
Missing negative tests
9
"type": "string"
10 },
11 "max_runs": {
Missing negative tests
12
"type": "integer"
13 },
14 "min_runs": {
Missing negative tests
15
"type": "integer"
16 },
17 "min_time": {
Missing tests
18
"format": "time-delta",
Missing negative tests
19
"type": "number"
20 },
21 "start_time": {
Missing negative tests
22
"format": "date-time",
Missing negative tests
23
"type": "string"
24 }
Missing negative tests
25
},
Missing negative tests
26
"type": "object"
27 }
28 }
29 }
30}
Responses
seen average

200
Successful Response
9 2.05ms
422
Validation Error
0 -
default
Default
2 0.92ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 1.51ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json20 of 44 keywords covered
1{
2 "components": {
3 "schemas": {
4 "CronSchedule": {
5 "additionalProperties": false,
Missing negative tests
6
"properties": {
7 "cron": {
8 "examples": [
9 "0 0 * * *"
10 ],
Missing negative tests
11
"type": "string"
12 },
13 "day_or": {
Missing negative tests
14
"type": "boolean"
15 },
16 "timezone": {
Missing negative tests
17
"anyOf": [
18 {
19 "type": "string"
20 },
21 {
22 "type": "null"
23 }
Missing negative tests
24
],
25 "examples": [
26 "America/New_York"
27 ],
28 }
Missing negative tests
29
},
30 "required": [
31 "cron"
32 ],
Missing negative tests
33
"type": "object"
34 },
35 "DeploymentScheduleCreate": {
36 "additionalProperties": false,
Missing negative tests
37
"properties": {
38 "active": {
Missing negative tests
39
"type": "boolean"
40 },
41 "max_scheduled_runs": {
Missing negative tests
42
"anyOf": [
43 {
Missing negative tests
44
"exclusiveMinimum": 0.0,
45 "type": "integer"
46 },
47 {
48 "type": "null"
49 }
Missing negative tests
50
],
51 },
52 "parameters": {
Negative tests not applicable
53
"additionalProperties": true,
Missing negative tests
54
"type": "object"
55 },
56 "schedule": {
Missing negative tests
57
"anyOf": [
58 {
59 "$ref": "#/components/schemas/IntervalSchedule"
60 },
61 {
62 "$ref": "#/components/schemas/CronSchedule"
63 },
64 {
65 "$ref": "#/components/schemas/RRuleSchedule"
66 }
Missing negative tests
67
],
68 },
69 "slug": {
Missing negative tests
70
"anyOf": [
71 {
72 "type": "string"
73 },
74 {
75 "type": "null"
76 }
Missing negative tests
77
],
78 }
Missing negative tests
79
},
Missing negative tests
80
"required": [
81 "schedule"
Missing negative tests
82
],
Missing negative tests
83
"type": "object"
84 },
85 "IntervalSchedule": {
86 "additionalProperties": false,
Missing negative tests
87
"properties": {
88 "anchor_date": {
89 "examples": [
90 "2020-01-01T00:00:00Z"
91 ],
Missing negative tests
92
"format": "date-time",
Missing negative tests
93
"type": "string"
94 },
95 "interval": {
Missing negative tests
96
"type": "number"
97 },
98 "timezone": {
Missing negative tests
99
"anyOf": [
100 {
101 "type": "string"
102 },
103 {
104 "type": "null"
105 }
Missing negative tests
106
],
107 "examples": [
108 "America/New_York"
109 ],
110 }
Missing negative tests
111
},
112 "required": [
113 "interval"
114 ],
Missing negative tests
115
"type": "object"
116 },
117 "RRuleSchedule": {
118 "additionalProperties": false,
119 "properties": {
120 "rrule": {
Missing negative tests
121
"type": "string"
122 },
123 "timezone": {
124 "anyOf": [
125 {
126 "examples": [
127 "America/New_York"
128 ],
129 "pattern": "Africa/Abidjan|Africa/Accra|Africa/Addis_Ababa|Africa/Algiers|Africa/Asmara|Africa/Asmera|Africa/Bamako|Africa/Bangui|Africa/Banjul|Africa/Bissau|Africa/Blantyre|Africa/Brazzaville|Africa/Bujumbura|Africa/Cairo|Africa/Casablanca|Africa/Ceuta|Africa/Conakry|Africa/Dakar|Africa/Dar_es_Salaam|Africa/Djibouti|Africa/Douala|Africa/El_Aaiun|Africa/Freetown|Africa/Gaborone|Africa/Harare|Africa/Johannesburg|Africa/Juba|Africa/Kampala|Africa/Khartoum|Africa/Kigali|Africa/Kinshasa|Africa/Lagos|Africa/Libreville|Africa/Lome|Africa/Luanda|Africa/Lubumbashi|Africa/Lusaka|Africa/Malabo|Africa/Maputo|Africa/Maseru|Africa/Mbabane|Africa/Mogadishu|Africa/Monrovia|Africa/Nairobi|Africa/Ndjamena|Africa/Niamey|Africa/Nouakchott|Africa/Ouagadougou|Africa/Porto-Novo|Africa/Sao_Tome|Africa/Timbuktu|Africa/Tripoli|Africa/Tunis|Africa/Windhoek|America/Adak|America/Anchorage|America/Anguilla|America/Antigua|America/Araguaina|America/Argentina/Buenos_Aires|America/Argentina/Catamarca|America/Argentina/ComodRivadavia|America/Argentina/Cordoba|America/Argentina/Jujuy|America/Argentina/La_Rioja|America/Argentina/Mendoza|America/Argentina/Rio_Gallegos|America/Argentina/Salta|America/Argentina/San_Juan|America/Argentina/San_Luis|America/Argentina/Tucuman|America/Argentina/Ushuaia|America/Aruba|America/Asuncion|America/Atikokan|America/Atka|America/Bahia|America/Bahia_Banderas|America/Barbados|America/Belem|America/Belize|America/Blanc-Sablon|America/Boa_Vista|America/Bogota|America/Boise|America/Buenos_Aires|America/Cambridge_Bay|America/Campo_Grande|America/Cancun|America/Caracas|America/Catamarca|America/Cayenne|America/Cayman|America/Chicago|America/Chihuahua|America/Ciudad_Juarez|America/Coral_Harbour|America/Cordoba|America/Costa_Rica|America/Coyhaique|America/Creston|America/Cuiaba|America/Curacao|America/Danmarkshavn|America/Dawson|America/Dawson_Creek|America/Denver|America/Detroit|America/Dominica|America/Edmonton|America/Eirunepe|America/El_Salvador|America/Ensenada|America/Fort_Nelson|America/Fort_Wayne|America/Fortaleza|America/Glace_Bay|America/Godthab|America/Goose_Bay|America/Grand_Turk|America/Grenada|America/Guadeloupe|America/Guatemala|America/Guayaquil|America/Guyana|America/Halifax|America/Havana|America/Hermosillo|America/Indiana/Indianapolis|America/Indiana/Knox|America/Indiana/Marengo|America/Indiana/Petersburg|America/Indiana/Tell_City|America/Indiana/Vevay|America/Indiana/Vincennes|America/Indiana/Winamac|America/Indianapolis|America/Inuvik|America/Iqaluit|America/Jamaica|America/Jujuy|America/Juneau|America/Kentucky/Louisville|America/Kentucky/Monticello|America/Knox_IN|America/Kralendijk|America/La_Paz|America/Lima|America/Los_Angeles|America/Louisville|America/Lower_Princes|America/Maceio|America/Managua|America/Manaus|America/Marigot|America/Martinique|America/Matamoros|America/Mazatlan|America/Mendoza|America/Menominee|America/Merida|America/Metlakatla|America/Mexico_City|America/Miquelon|America/Moncton|America/Monterrey|America/Montevideo|America/Montreal|America/Montserrat|America/Nassau|America/New_York|America/Nipigon|America/Nome|America/Noronha|America/North_Dakota/Beulah|America/North_Dakota/Center|America/North_Dakota/New_Salem|America/Nuuk|America/Ojinaga|America/Panama|America/Pangnirtung|America/Paramaribo|America/Phoenix|America/Port-au-Prince|America/Port_of_Spain|America/Porto_Acre|America/Porto_Velho|America/Puerto_Rico|America/Punta_Arenas|America/Rainy_River|America/Rankin_Inlet|America/Recife|America/Regina|America/Resolute|America/Rio_Branco|America/Rosario|America/Santa_Isabel|America/Santarem|America/Santiago|America/Santo_Domingo|America/Sao_Paulo|America/Scoresbysund|America/Shiprock|America/Sitka|America/St_Barthelemy|America/St_Johns|America/St_Kitts|America/St_Lucia|America/St_Thomas|America/St_Vincent|America/Swift_Current|America/Tegucigalpa|America/Thule|America/Thunder_Bay|America/Tijuana|America/Toronto|America/Tortola|America/Vancouver|America/Virgin|America/Whitehorse|America/Winnipeg|America/Yakutat|America/Yellowknife|Antarctica/Casey|Antarctica/Davis|Antarctica/DumontDUrville|Antarctica/Macquarie|Antarctica/Mawson|Antarctica/McMurdo|Antarctica/Palmer|Antarctica/Rothera|Antarctica/South_Pole|Antarctica/Syowa|Antarctica/Troll|Antarctica/Vostok|Arctic/Longyearbyen|Asia/Aden|Asia/Almaty|Asia/Amman|Asia/Anadyr|Asia/Aqtau|Asia/Aqtobe|Asia/Ashgabat|Asia/Ashkhabad|Asia/Atyrau|Asia/Baghdad|Asia/Bahrain|Asia/Baku|Asia/Bangkok|Asia/Barnaul|Asia/Beirut|Asia/Bishkek|Asia/Brunei|Asia/Calcutta|Asia/Chita|Asia/Choibalsan|Asia/Chongqing|Asia/Chungking|Asia/Colombo|Asia/Dacca|Asia/Damascus|Asia/Dhaka|Asia/Dili|Asia/Dubai|Asia/Dushanbe|Asia/Famagusta|Asia/Gaza|Asia/Harbin|Asia/Hebron|Asia/Ho_Chi_Minh|Asia/Hong_Kong|Asia/Hovd|Asia/Irkutsk|Asia/Istanbul|Asia/Jakarta|Asia/Jayapura|Asia/Jerusalem|Asia/Kabul|Asia/Kamchatka|Asia/Karachi|Asia/Kashgar|Asia/Kathmandu|Asia/Katmandu|Asia/Khandyga|Asia/Kolkata|Asia/Krasnoyarsk|Asia/Kuala_Lumpur|Asia/Kuching|Asia/Kuwait|Asia/Macao|Asia/Macau|Asia/Magadan|Asia/Makassar|Asia/Manila|Asia/Muscat|Asia/Nicosia|Asia/Novokuznetsk|Asia/Novosibirsk|Asia/Omsk|Asia/Oral|Asia/Phnom_Penh|Asia/Pontianak|Asia/Pyongyang|Asia/Qatar|Asia/Qostanay|Asia/Qyzylorda|Asia/Rangoon|Asia/Riyadh|Asia/Saigon|Asia/Sakhalin|Asia/Samarkand|Asia/Seoul|Asia/Shanghai|Asia/Singapore|Asia/Srednekolymsk|Asia/Taipei|Asia/Tashkent|Asia/Tbilisi|Asia/Tehran|Asia/Tel_Aviv|Asia/Thimbu|Asia/Thimphu|Asia/Tokyo|Asia/Tomsk|Asia/Ujung_Pandang|Asia/Ulaanbaatar|Asia/Ulan_Bator|Asia/Urumqi|Asia/Ust-Nera|Asia/Vientiane|Asia/Vladivostok|Asia/Yakutsk|Asia/Yangon|Asia/Yekaterinburg|Asia/Yerevan|Atlantic/Azores|Atlantic/Bermuda|Atlantic/Canary|Atlantic/Cape_Verde|Atlantic/Faeroe|Atlantic/Faroe|Atlantic/Jan_Mayen|Atlantic/Madeira|Atlantic/Reykjavik|Atlantic/South_Georgia|Atlantic/St_Helena|Atlantic/Stanley|Australia/ACT|Australia/Adelaide|Australia/Brisbane|Australia/Broken_Hill|Australia/Canberra|Australia/Currie|Australia/Darwin|Australia/Eucla|Australia/Hobart|Australia/LHI|Australia/Lindeman|Australia/Lord_Howe|Australia/Melbourne|Australia/NSW|Australia/North|Australia/Perth|Australia/Queensland|Australia/South|Australia/Sydney|Australia/Tasmania|Australia/Victoria|Australia/West|Australia/Yancowinna|Brazil/Acre|Brazil/DeNoronha|Brazil/East|Brazil/West|CET|CST6CDT|Canada/Atlantic|Canada/Central|Canada/Eastern|Canada/Mountain|Canada/Newfoundland|Canada/Pacific|Canada/Saskatchewan|Canada/Yukon|Chile/Continental|Chile/EasterIsland|Cuba|EET|EST|EST5EDT|Egypt|Eire|Etc/GMT|Etc/GMT+0|Etc/GMT+1|Etc/GMT+10|Etc/GMT+11|Etc/GMT+12|Etc/GMT+2|Etc/GMT+3|Etc/GMT+4|Etc/GMT+5|Etc/GMT+6|Etc/GMT+7|Etc/GMT+8|Etc/GMT+9|Etc/GMT-0|Etc/GMT-1|Etc/GMT-10|Etc/GMT-11|Etc/GMT-12|Etc/GMT-13|Etc/GMT-14|Etc/GMT-2|Etc/GMT-3|Etc/GMT-4|Etc/GMT-5|Etc/GMT-6|Etc/GMT-7|Etc/GMT-8|Etc/GMT-9|Etc/GMT0|Etc/Greenwich|Etc/UCT|Etc/UTC|Etc/Universal|Etc/Zulu|Europe/Amsterdam|Europe/Andorra|Europe/Astrakhan|Europe/Athens|Europe/Belfast|Europe/Belgrade|Europe/Berlin|Europe/Bratislava|Europe/Brussels|Europe/Bucharest|Europe/Budapest|Europe/Busingen|Europe/Chisinau|Europe/Copenhagen|Europe/Dublin|Europe/Gibraltar|Europe/Guernsey|Europe/Helsinki|Europe/Isle_of_Man|Europe/Istanbul|Europe/Jersey|Europe/Kaliningrad|Europe/Kiev|Europe/Kirov|Europe/Kyiv|Europe/Lisbon|Europe/Ljubljana|Europe/London|Europe/Luxembourg|Europe/Madrid|Europe/Malta|Europe/Mariehamn|Europe/Minsk|Europe/Monaco|Europe/Moscow|Europe/Nicosia|Europe/Oslo|Europe/Paris|Europe/Podgorica|Europe/Prague|Europe/Riga|Europe/Rome|Europe/Samara|Europe/San_Marino|Europe/Sarajevo|Europe/Saratov|Europe/Simferopol|Europe/Skopje|Europe/Sofia|Europe/Stockholm|Europe/Tallinn|Europe/Tirane|Europe/Tiraspol|Europe/Ulyanovsk|Europe/Uzhgorod|Europe/Vaduz|Europe/Vatican|Europe/Vienna|Europe/Vilnius|Europe/Volgograd|Europe/Warsaw|Europe/Zagreb|Europe/Zaporozhye|Europe/Zurich|Factory|GB|GB-Eire|GMT|GMT+0|GMT-0|GMT0|Greenwich|HST|Hongkong|Iceland|Indian/Antananarivo|Indian/Chagos|Indian/Christmas|Indian/Cocos|Indian/Comoro|Indian/Kerguelen|Indian/Mahe|Indian/Maldives|Indian/Mauritius|Indian/Mayotte|Indian/Reunion|Iran|Israel|Jamaica|Japan|Kwajalein|Libya|MET|MST|MST7MDT|Mexico/BajaNorte|Mexico/BajaSur|Mexico/General|NZ|NZ-CHAT|Navajo|PRC|PST8PDT|Pacific/Apia|Pacific/Auckland|Pacific/Bougainville|Pacific/Chatham|Pacific/Chuuk|Pacific/Easter|Pacific/Efate|Pacific/Enderbury|Pacific/Fakaofo|Pacific/Fiji|Pacific/Funafuti|Pacific/Galapagos|Pacific/Gambier|Pacific/Guadalcanal|Pacific/Guam|Pacific/Honolulu|Pacific/Johnston|Pacific/Kanton|Pacific/Kiritimati|Pacific/Kosrae|Pacific/Kwajalein|Pacific/Majuro|Pacific/Marquesas|Pacific/Midway|Pacific/Nauru|Pacific/Niue|Pacific/Norfolk|Pacific/Noumea|Pacific/Pago_Pago|Pacific/Palau|Pacific/Pitcairn|Pacific/Pohnpei|Pacific/Ponape|Pacific/Port_Moresby|Pacific/Rarotonga|Pacific/Saipan|Pacific/Samoa|Pacific/Tahiti|Pacific/Tarawa|Pacific/Tongatapu|Pacific/Truk|Pacific/Wake|Pacific/Wallis|Pacific/Yap|Poland|Portugal|ROC|ROK|Singapore|Turkey|UCT|US/Alaska|US/Aleutian|US/Arizona|US/Central|US/East-Indiana|US/Eastern|US/Hawaii|US/Indiana-Starke|US/Michigan|US/Mountain|US/Pacific|US/Samoa|UTC|Universal|W-SU|WET|Zulu",
130 "type": "string"
131 },
132 {
133 "type": "null"
134 }
135 ],
136 }
137 },
138 "required": [
139 "rrule"
140 ],
Missing negative tests
141
"type": "object"
142 }
143 }
144 },
145 "items": {
Missing negative tests
146
"$ref": "#/components/schemas/DeploymentScheduleCreate"
147 },
Missing negative tests
148
"type": "array"
149}
Responses
seen average

201
Successful Response
0 -
422
Validation Error
178 21.31ms
default
Default
98 2.23ms
Examples
2 of 3 covered

Body: application/json
day_or.default
 
true
 
timezone.default
 
"UTC"
 
active.default
 
true
 
Path Parameters

id1 of 2 keywords covered
1{
Missing negative tests
2
"format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
schedule_id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 2.14ms
Path Parameters

id1 of 2 keywords covered
1{
Missing negative tests
2
"format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
schedule_id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json7 of 45 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/DeploymentScheduleUpdate",
3 "components": {
4 "schemas": {
5 "CronSchedule": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "cron": {
9 "examples": [
10 "0 0 * * *"
11 ],
Missing negative tests
12
"type": "string"
13 },
14 "day_or": {
Missing tests
15
"type": "boolean"
16 },
17 "timezone": {
Missing negative tests
18
"anyOf": [
19 {
Missing negative tests
20
"type": "string"
21 },
22 {
Missing positive tests
23
"type": "null"
24 }
Missing negative tests
25
],
26 "examples": [
27 "America/New_York"
28 ],
29 }
Missing negative tests
30
},
31 "required": [
32 "cron"
33 ],
Missing negative tests
34
"type": "object"
35 },
36 "DeploymentScheduleUpdate": {
37 "additionalProperties": false,
Missing negative tests
38
"properties": {
39 "active": {
Missing negative tests
40
"anyOf": [
41 {
Missing positive tests
42
"type": "boolean"
43 },
44 {
Missing negative tests
45
"type": "null"
46 }
Missing negative tests
47
],
48 },
49 "max_scheduled_runs": {
Missing negative tests
50
"anyOf": [
51 {
Missing tests
52
"exclusiveMinimum": 0.0,
Missing positive tests
53
"type": "integer"
54 },
55 {
Missing negative tests
56
"type": "null"
57 }
Missing negative tests
58
],
59 },
60 "parameters": {
Negative tests not applicable
61
"additionalProperties": true,
Missing negative tests
62
"type": "object"
63 },
64 "schedule": {
Missing negative tests
65
"anyOf": [
66 {
67 "$ref": "#/components/schemas/IntervalSchedule"
68 },
69 {
70 "$ref": "#/components/schemas/CronSchedule"
71 },
72 {
73 "$ref": "#/components/schemas/RRuleSchedule"
74 },
75 {
Missing positive tests
76
"type": "null"
77 }
Missing negative tests
78
],
79 },
80 "slug": {
Missing negative tests
81
"anyOf": [
82 {
Missing positive tests
83
"type": "string"
84 },
85 {
Missing negative tests
86
"type": "null"
87 }
Missing negative tests
88
],
89 }
Missing negative tests
90
},
Missing negative tests
91
"type": "object"
92 },
93 "IntervalSchedule": {
94 "additionalProperties": false,
Missing negative tests
95
"properties": {
96 "anchor_date": {
97 "examples": [
98 "2020-01-01T00:00:00Z"
99 ],
Missing tests
100
"format": "date-time",
Missing tests
101
"type": "string"
102 },
103 "interval": {
Missing negative tests
104
"type": "number"
105 },
106 "timezone": {
Missing negative tests
107
"anyOf": [
108 {
Missing negative tests
109
"type": "string"
110 },
111 {
Missing positive tests
112
"type": "null"
113 }
Missing negative tests
114
],
115 "examples": [
116 "America/New_York"
117 ],
118 }
Missing negative tests
119
},
120 "required": [
121 "interval"
122 ],
Missing negative tests
123
"type": "object"
124 },
125 "RRuleSchedule": {
126 "additionalProperties": false,
Missing negative tests
127
"properties": {
128 "rrule": {
Missing negative tests
129
"type": "string"
130 },
131 "timezone": {
Missing negative tests
132
"anyOf": [
133 {
134 "examples": [
135 "America/New_York"
136 ],
Missing negative tests
137
"pattern": "Africa/Abidjan|Africa/Accra|Africa/Addis_Ababa|Africa/Algiers|Africa/Asmara|Africa/Asmera|Africa/Bamako|Africa/Bangui|Africa/Banjul|Africa/Bissau|Africa/Blantyre|Africa/Brazzaville|Africa/Bujumbura|Africa/Cairo|Africa/Casablanca|Africa/Ceuta|Africa/Conakry|Africa/Dakar|Africa/Dar_es_Salaam|Africa/Djibouti|Africa/Douala|Africa/El_Aaiun|Africa/Freetown|Africa/Gaborone|Africa/Harare|Africa/Johannesburg|Africa/Juba|Africa/Kampala|Africa/Khartoum|Africa/Kigali|Africa/Kinshasa|Africa/Lagos|Africa/Libreville|Africa/Lome|Africa/Luanda|Africa/Lubumbashi|Africa/Lusaka|Africa/Malabo|Africa/Maputo|Africa/Maseru|Africa/Mbabane|Africa/Mogadishu|Africa/Monrovia|Africa/Nairobi|Africa/Ndjamena|Africa/Niamey|Africa/Nouakchott|Africa/Ouagadougou|Africa/Porto-Novo|Africa/Sao_Tome|Africa/Timbuktu|Africa/Tripoli|Africa/Tunis|Africa/Windhoek|America/Adak|America/Anchorage|America/Anguilla|America/Antigua|America/Araguaina|America/Argentina/Buenos_Aires|America/Argentina/Catamarca|America/Argentina/ComodRivadavia|America/Argentina/Cordoba|America/Argentina/Jujuy|America/Argentina/La_Rioja|America/Argentina/Mendoza|America/Argentina/Rio_Gallegos|America/Argentina/Salta|America/Argentina/San_Juan|America/Argentina/San_Luis|America/Argentina/Tucuman|America/Argentina/Ushuaia|America/Aruba|America/Asuncion|America/Atikokan|America/Atka|America/Bahia|America/Bahia_Banderas|America/Barbados|America/Belem|America/Belize|America/Blanc-Sablon|America/Boa_Vista|America/Bogota|America/Boise|America/Buenos_Aires|America/Cambridge_Bay|America/Campo_Grande|America/Cancun|America/Caracas|America/Catamarca|America/Cayenne|America/Cayman|America/Chicago|America/Chihuahua|America/Ciudad_Juarez|America/Coral_Harbour|America/Cordoba|America/Costa_Rica|America/Coyhaique|America/Creston|America/Cuiaba|America/Curacao|America/Danmarkshavn|America/Dawson|America/Dawson_Creek|America/Denver|America/Detroit|America/Dominica|America/Edmonton|America/Eirunepe|America/El_Salvador|America/Ensenada|America/Fort_Nelson|America/Fort_Wayne|America/Fortaleza|America/Glace_Bay|America/Godthab|America/Goose_Bay|America/Grand_Turk|America/Grenada|America/Guadeloupe|America/Guatemala|America/Guayaquil|America/Guyana|America/Halifax|America/Havana|America/Hermosillo|America/Indiana/Indianapolis|America/Indiana/Knox|America/Indiana/Marengo|America/Indiana/Petersburg|America/Indiana/Tell_City|America/Indiana/Vevay|America/Indiana/Vincennes|America/Indiana/Winamac|America/Indianapolis|America/Inuvik|America/Iqaluit|America/Jamaica|America/Jujuy|America/Juneau|America/Kentucky/Louisville|America/Kentucky/Monticello|America/Knox_IN|America/Kralendijk|America/La_Paz|America/Lima|America/Los_Angeles|America/Louisville|America/Lower_Princes|America/Maceio|America/Managua|America/Manaus|America/Marigot|America/Martinique|America/Matamoros|America/Mazatlan|America/Mendoza|America/Menominee|America/Merida|America/Metlakatla|America/Mexico_City|America/Miquelon|America/Moncton|America/Monterrey|America/Montevideo|America/Montreal|America/Montserrat|America/Nassau|America/New_York|America/Nipigon|America/Nome|America/Noronha|America/North_Dakota/Beulah|America/North_Dakota/Center|America/North_Dakota/New_Salem|America/Nuuk|America/Ojinaga|America/Panama|America/Pangnirtung|America/Paramaribo|America/Phoenix|America/Port-au-Prince|America/Port_of_Spain|America/Porto_Acre|America/Porto_Velho|America/Puerto_Rico|America/Punta_Arenas|America/Rainy_River|America/Rankin_Inlet|America/Recife|America/Regina|America/Resolute|America/Rio_Branco|America/Rosario|America/Santa_Isabel|America/Santarem|America/Santiago|America/Santo_Domingo|America/Sao_Paulo|America/Scoresbysund|America/Shiprock|America/Sitka|America/St_Barthelemy|America/St_Johns|America/St_Kitts|America/St_Lucia|America/St_Thomas|America/St_Vincent|America/Swift_Current|America/Tegucigalpa|America/Thule|America/Thunder_Bay|America/Tijuana|America/Toronto|America/Tortola|America/Vancouver|America/Virgin|America/Whitehorse|America/Winnipeg|America/Yakutat|America/Yellowknife|Antarctica/Casey|Antarctica/Davis|Antarctica/DumontDUrville|Antarctica/Macquarie|Antarctica/Mawson|Antarctica/McMurdo|Antarctica/Palmer|Antarctica/Rothera|Antarctica/South_Pole|Antarctica/Syowa|Antarctica/Troll|Antarctica/Vostok|Arctic/Longyearbyen|Asia/Aden|Asia/Almaty|Asia/Amman|Asia/Anadyr|Asia/Aqtau|Asia/Aqtobe|Asia/Ashgabat|Asia/Ashkhabad|Asia/Atyrau|Asia/Baghdad|Asia/Bahrain|Asia/Baku|Asia/Bangkok|Asia/Barnaul|Asia/Beirut|Asia/Bishkek|Asia/Brunei|Asia/Calcutta|Asia/Chita|Asia/Choibalsan|Asia/Chongqing|Asia/Chungking|Asia/Colombo|Asia/Dacca|Asia/Damascus|Asia/Dhaka|Asia/Dili|Asia/Dubai|Asia/Dushanbe|Asia/Famagusta|Asia/Gaza|Asia/Harbin|Asia/Hebron|Asia/Ho_Chi_Minh|Asia/Hong_Kong|Asia/Hovd|Asia/Irkutsk|Asia/Istanbul|Asia/Jakarta|Asia/Jayapura|Asia/Jerusalem|Asia/Kabul|Asia/Kamchatka|Asia/Karachi|Asia/Kashgar|Asia/Kathmandu|Asia/Katmandu|Asia/Khandyga|Asia/Kolkata|Asia/Krasnoyarsk|Asia/Kuala_Lumpur|Asia/Kuching|Asia/Kuwait|Asia/Macao|Asia/Macau|Asia/Magadan|Asia/Makassar|Asia/Manila|Asia/Muscat|Asia/Nicosia|Asia/Novokuznetsk|Asia/Novosibirsk|Asia/Omsk|Asia/Oral|Asia/Phnom_Penh|Asia/Pontianak|Asia/Pyongyang|Asia/Qatar|Asia/Qostanay|Asia/Qyzylorda|Asia/Rangoon|Asia/Riyadh|Asia/Saigon|Asia/Sakhalin|Asia/Samarkand|Asia/Seoul|Asia/Shanghai|Asia/Singapore|Asia/Srednekolymsk|Asia/Taipei|Asia/Tashkent|Asia/Tbilisi|Asia/Tehran|Asia/Tel_Aviv|Asia/Thimbu|Asia/Thimphu|Asia/Tokyo|Asia/Tomsk|Asia/Ujung_Pandang|Asia/Ulaanbaatar|Asia/Ulan_Bator|Asia/Urumqi|Asia/Ust-Nera|Asia/Vientiane|Asia/Vladivostok|Asia/Yakutsk|Asia/Yangon|Asia/Yekaterinburg|Asia/Yerevan|Atlantic/Azores|Atlantic/Bermuda|Atlantic/Canary|Atlantic/Cape_Verde|Atlantic/Faeroe|Atlantic/Faroe|Atlantic/Jan_Mayen|Atlantic/Madeira|Atlantic/Reykjavik|Atlantic/South_Georgia|Atlantic/St_Helena|Atlantic/Stanley|Australia/ACT|Australia/Adelaide|Australia/Brisbane|Australia/Broken_Hill|Australia/Canberra|Australia/Currie|Australia/Darwin|Australia/Eucla|Australia/Hobart|Australia/LHI|Australia/Lindeman|Australia/Lord_Howe|Australia/Melbourne|Australia/NSW|Australia/North|Australia/Perth|Australia/Queensland|Australia/South|Australia/Sydney|Australia/Tasmania|Australia/Victoria|Australia/West|Australia/Yancowinna|Brazil/Acre|Brazil/DeNoronha|Brazil/East|Brazil/West|CET|CST6CDT|Canada/Atlantic|Canada/Central|Canada/Eastern|Canada/Mountain|Canada/Newfoundland|Canada/Pacific|Canada/Saskatchewan|Canada/Yukon|Chile/Continental|Chile/EasterIsland|Cuba|EET|EST|EST5EDT|Egypt|Eire|Etc/GMT|Etc/GMT+0|Etc/GMT+1|Etc/GMT+10|Etc/GMT+11|Etc/GMT+12|Etc/GMT+2|Etc/GMT+3|Etc/GMT+4|Etc/GMT+5|Etc/GMT+6|Etc/GMT+7|Etc/GMT+8|Etc/GMT+9|Etc/GMT-0|Etc/GMT-1|Etc/GMT-10|Etc/GMT-11|Etc/GMT-12|Etc/GMT-13|Etc/GMT-14|Etc/GMT-2|Etc/GMT-3|Etc/GMT-4|Etc/GMT-5|Etc/GMT-6|Etc/GMT-7|Etc/GMT-8|Etc/GMT-9|Etc/GMT0|Etc/Greenwich|Etc/UCT|Etc/UTC|Etc/Universal|Etc/Zulu|Europe/Amsterdam|Europe/Andorra|Europe/Astrakhan|Europe/Athens|Europe/Belfast|Europe/Belgrade|Europe/Berlin|Europe/Bratislava|Europe/Brussels|Europe/Bucharest|Europe/Budapest|Europe/Busingen|Europe/Chisinau|Europe/Copenhagen|Europe/Dublin|Europe/Gibraltar|Europe/Guernsey|Europe/Helsinki|Europe/Isle_of_Man|Europe/Istanbul|Europe/Jersey|Europe/Kaliningrad|Europe/Kiev|Europe/Kirov|Europe/Kyiv|Europe/Lisbon|Europe/Ljubljana|Europe/London|Europe/Luxembourg|Europe/Madrid|Europe/Malta|Europe/Mariehamn|Europe/Minsk|Europe/Monaco|Europe/Moscow|Europe/Nicosia|Europe/Oslo|Europe/Paris|Europe/Podgorica|Europe/Prague|Europe/Riga|Europe/Rome|Europe/Samara|Europe/San_Marino|Europe/Sarajevo|Europe/Saratov|Europe/Simferopol|Europe/Skopje|Europe/Sofia|Europe/Stockholm|Europe/Tallinn|Europe/Tirane|Europe/Tiraspol|Europe/Ulyanovsk|Europe/Uzhgorod|Europe/Vaduz|Europe/Vatican|Europe/Vienna|Europe/Vilnius|Europe/Volgograd|Europe/Warsaw|Europe/Zagreb|Europe/Zaporozhye|Europe/Zurich|Factory|GB|GB-Eire|GMT|GMT+0|GMT-0|GMT0|Greenwich|HST|Hongkong|Iceland|Indian/Antananarivo|Indian/Chagos|Indian/Christmas|Indian/Cocos|Indian/Comoro|Indian/Kerguelen|Indian/Mahe|Indian/Maldives|Indian/Mauritius|Indian/Mayotte|Indian/Reunion|Iran|Israel|Jamaica|Japan|Kwajalein|Libya|MET|MST|MST7MDT|Mexico/BajaNorte|Mexico/BajaSur|Mexico/General|NZ|NZ-CHAT|Navajo|PRC|PST8PDT|Pacific/Apia|Pacific/Auckland|Pacific/Bougainville|Pacific/Chatham|Pacific/Chuuk|Pacific/Easter|Pacific/Efate|Pacific/Enderbury|Pacific/Fakaofo|Pacific/Fiji|Pacific/Funafuti|Pacific/Galapagos|Pacific/Gambier|Pacific/Guadalcanal|Pacific/Guam|Pacific/Honolulu|Pacific/Johnston|Pacific/Kanton|Pacific/Kiritimati|Pacific/Kosrae|Pacific/Kwajalein|Pacific/Majuro|Pacific/Marquesas|Pacific/Midway|Pacific/Nauru|Pacific/Niue|Pacific/Norfolk|Pacific/Noumea|Pacific/Pago_Pago|Pacific/Palau|Pacific/Pitcairn|Pacific/Pohnpei|Pacific/Ponape|Pacific/Port_Moresby|Pacific/Rarotonga|Pacific/Saipan|Pacific/Samoa|Pacific/Tahiti|Pacific/Tarawa|Pacific/Tongatapu|Pacific/Truk|Pacific/Wake|Pacific/Wallis|Pacific/Yap|Poland|Portugal|ROC|ROK|Singapore|Turkey|UCT|US/Alaska|US/Aleutian|US/Arizona|US/Central|US/East-Indiana|US/Eastern|US/Hawaii|US/Indiana-Starke|US/Michigan|US/Mountain|US/Pacific|US/Samoa|UTC|Universal|W-SU|WET|Zulu",
Missing negative tests
138
"type": "string"
139 },
140 {
Missing positive tests
141
"type": "null"
142 }
Missing negative tests
143
],
144 }
Missing negative tests
145
},
146 "required": [
147 "rrule"
148 ],
Missing negative tests
149
"type": "object"
150 }
151 }
152 },
153}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
1 2.86ms
default
Default
3 3.25ms
Examples
0 of 2 covered

Body: application/json
timezone.default
 
"UTC"
 
day_or.default
 
true
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 1.66ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json19 of 23 keywords covered
1{
2 "components": {
3 "schemas": {
4 "Event": {
5 "properties": {
6 "event": {
7 "type": "string"
8 },
9 "follows": {
10 "anyOf": [
11 {
12 "format": "uuid",
13 "type": "string"
14 },
15 {
16 "type": "null"
17 }
18 ],
19 },
20 "id": {
21 "format": "uuid",
22 "type": "string"
23 },
24 "occurred": {
25 "format": "date-time",
26 "type": "string"
27 },
28 "payload": {
Negative tests not applicable
29
"additionalProperties": true,
30 "type": "object"
31 },
32 "related": {
33 "items": {
Missing positive tests
34
"$ref": "#/components/schemas/RelatedResource"
35 },
36 "type": "array"
37 },
38 "resource": {
39 "$ref": "#/components/schemas/Resource",
40 }
41 },
42 "required": [
43 "occurred",
44 "event",
45 "resource",
46 "id"
47 ],
48 "type": "object"
49 },
50 "RelatedResource": {
51 "additionalProperties": {
Missing tests
52
"type": "string"
53 },
Missing positive tests
54
"type": "object"
55 },
56 "Resource": {
57 "additionalProperties": {
Missing tests
58
"type": "string"
59 },
60 "type": "object"
61 }
62 }
63 },
64 "items": {
65 "$ref": "#/components/schemas/Event"
66 },
67 "type": "array"
68}
Responses
seen average

204
Successful Response
2 1.11ms
422
Validation Error
58 2.17ms
default
Default
0 -
Path Parameters

countable3 of 3 keywords covered
1{
2 "$ref": "#/components/schemas/Countable",
3 "components": {
4 "schemas": {
5 "Countable": {
6 "enum": [
7 "day",
8 "time",
9 "event",
10 "resource"
11 ],
12 "type": "string"
13 }
14 }
15 }
16}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json6 of 126 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_account_events_events_count_by__countable__post",
3 "components": {
4 "schemas": {
5 "Body_count_account_events_events_count_by__countable__post": {
6 "properties": {
7 "filter": {
Missing negative tests
8
"$ref": "#/components/schemas/EventFilter"
9 },
10 "time_interval": {
11 "minimum": 0.01,
12 "type": "number"
13 },
14 "time_unit": {
Missing negative tests
15
"$ref": "#/components/schemas/TimeUnit",
16 }
17 },
18 "required": [
19 "filter"
20 ],
21 "type": "object"
22 },
23 "EventAnyResourceFilter": {
24 "additionalProperties": false,
Missing tests
25
"properties": {
26 "id": {
Missing tests
27
"anyOf": [
28 {
29 "items": {
Missing tests
30
"type": "string"
31 },
Missing tests
32
"type": "array"
33 },
34 {
Missing tests
35
"type": "null"
36 }
Missing tests
37
],
38 },
39 "id_prefix": {
Missing tests
40
"anyOf": [
41 {
42 "items": {
Missing tests
43
"type": "string"
44 },
Missing tests
45
"type": "array"
46 },
47 {
Missing tests
48
"type": "null"
49 }
Missing tests
50
],
51 },
52 "labels": {
Missing tests
53
"anyOf": [
54 {
Missing tests
55
"$ref": "#/components/schemas/ResourceSpecification"
56 },
57 {
Missing tests
58
"type": "null"
59 }
Missing tests
60
],
61 }
Missing tests
62
},
Missing tests
63
"type": "object"
64 },
65 "EventFilter": {
66 "additionalProperties": false,
Missing negative tests
67
"properties": {
68 "any_resource": {
Missing tests
69
"anyOf": [
70 {
Missing tests
71
"$ref": "#/components/schemas/EventAnyResourceFilter"
72 },
73 {
74 "items": {
Missing tests
75
"$ref": "#/components/schemas/EventAnyResourceFilter"
76 },
Missing tests
77
"type": "array"
78 },
79 {
Missing tests
80
"type": "null"
81 }
Missing tests
82
],
83 },
84 "event": {
Missing tests
85
"anyOf": [
86 {
Missing tests
87
"$ref": "#/components/schemas/EventNameFilter"
88 },
89 {
Missing tests
90
"type": "null"
91 }
Missing tests
92
],
93 },
94 "id": {
Missing tests
95
"$ref": "#/components/schemas/EventIDFilter",
96 },
97 "occurred": {
Missing tests
98
"$ref": "#/components/schemas/EventOccurredFilter",
99 },
100 "order": {
Missing tests
101
"$ref": "#/components/schemas/EventOrder",
102 },
103 "related": {
Missing tests
104
"anyOf": [
105 {
Missing tests
106
"$ref": "#/components/schemas/EventRelatedFilter"
107 },
108 {
109 "items": {
Missing tests
110
"$ref": "#/components/schemas/EventRelatedFilter"
111 },
Missing tests
112
"type": "array"
113 },
114 {
Missing tests
115
"type": "null"
116 }
Missing tests
117
],
118 },
119 "resource": {
Missing tests
120
"anyOf": [
121 {
Missing tests
122
"$ref": "#/components/schemas/EventResourceFilter"
123 },
124 {
Missing tests
125
"type": "null"
126 }
Missing tests
127
],
128 },
129 "text": {
Missing negative tests
130
"anyOf": [
131 {
Missing negative tests
132
"$ref": "#/components/schemas/EventTextFilter"
133 },
134 {
Missing positive tests
135
"type": "null"
136 }
Missing negative tests
137
],
138 }
Missing negative tests
139
},
Missing negative tests
140
"type": "object"
141 },
142 "EventIDFilter": {
143 "additionalProperties": false,
Missing tests
144
"properties": {
145 "id": {
Missing tests
146
"anyOf": [
147 {
148 "items": {
Missing tests
149
"format": "uuid",
Missing tests
150
"type": "string"
151 },
Missing tests
152
"type": "array"
153 },
154 {
Missing tests
155
"type": "null"
156 }
Missing tests
157
],
158 }
Missing tests
159
},
Missing tests
160
"type": "object"
161 },
162 "EventNameFilter": {
163 "additionalProperties": false,
Missing tests
164
"properties": {
165 "exclude_name": {
Missing tests
166
"anyOf": [
167 {
168 "items": {
Missing tests
169
"type": "string"
170 },
Missing tests
171
"type": "array"
172 },
173 {
Missing tests
174
"type": "null"
175 }
Missing tests
176
],
177 },
178 "exclude_prefix": {
Missing tests
179
"anyOf": [
180 {
181 "items": {
Missing tests
182
"type": "string"
183 },
Missing tests
184
"type": "array"
185 },
186 {
Missing tests
187
"type": "null"
188 }
Missing tests
189
],
190 },
191 "name": {
Missing tests
192
"anyOf": [
193 {
194 "items": {
Missing tests
195
"type": "string"
196 },
Missing tests
197
"type": "array"
198 },
199 {
Missing tests
200
"type": "null"
201 }
Missing tests
202
],
203 },
204 "prefix": {
Missing tests
205
"anyOf": [
206 {
207 "items": {
Missing tests
208
"type": "string"
209 },
Missing tests
210
"type": "array"
211 },
212 {
Missing tests
213
"type": "null"
214 }
Missing tests
215
],
216 }
Missing tests
217
},
Missing tests
218
"type": "object"
219 },
220 "EventOccurredFilter": {
221 "additionalProperties": false,
Missing tests
222
"properties": {
223 "since": {
Missing tests
224
"format": "date-time",
Missing tests
225
"type": "string"
226 },
227 "until": {
Missing tests
228
"format": "date-time",
Missing tests
229
"type": "string"
230 }
Missing tests
231
},
Missing tests
232
"type": "object"
233 },
234 "EventOrder": {
Missing tests
235
"enum": [
236 "ASC",
237 "DESC"
Missing tests
238
],
Missing tests
239
"type": "string"
240 },
241 "EventRelatedFilter": {
242 "additionalProperties": false,
Missing tests
243
"properties": {
244 "id": {
Missing tests
245
"anyOf": [
246 {
247 "items": {
Missing tests
248
"type": "string"
249 },
Missing tests
250
"type": "array"
251 },
252 {
Missing tests
253
"type": "null"
254 }
Missing tests
255
],
256 },
257 "labels": {
Missing tests
258
"anyOf": [
259 {
Missing tests
260
"$ref": "#/components/schemas/ResourceSpecification"
261 },
262 {
Missing tests
263
"type": "null"
264 }
Missing tests
265
],
266 },
267 "resources_in_roles": {
Missing tests
268
"anyOf": [
269 {
270 "items": {
Missing tests
271
"maxItems": 2,
Missing tests
272
"minItems": 2,
Missing tests
273
"prefixItems": [
274 {
Missing tests
275
"type": "string"
276 },
277 {
Missing tests
278
"type": "string"
279 }
Missing tests
280
],
Missing tests
281
"type": "array"
282 },
Missing tests
283
"type": "array"
284 },
285 {
Missing tests
286
"type": "null"
287 }
Missing tests
288
],
289 },
290 "role": {
Missing tests
291
"anyOf": [
292 {
293 "items": {
Missing tests
294
"type": "string"
295 },
Missing tests
296
"type": "array"
297 },
298 {
Missing tests
299
"type": "null"
300 }
Missing tests
301
],
302 }
Missing tests
303
},
Missing tests
304
"type": "object"
305 },
306 "EventResourceFilter": {
307 "additionalProperties": false,
Missing tests
308
"properties": {
309 "distinct": {
Missing tests
310
"type": "boolean"
311 },
312 "id": {
Missing tests
313
"anyOf": [
314 {
315 "items": {
Missing tests
316
"type": "string"
317 },
Missing tests
318
"type": "array"
319 },
320 {
Missing tests
321
"type": "null"
322 }
Missing tests
323
],
324 },
325 "id_prefix": {
Missing tests
326
"anyOf": [
327 {
328 "items": {
Missing tests
329
"type": "string"
330 },
Missing tests
331
"type": "array"
332 },
333 {
Missing tests
334
"type": "null"
335 }
Missing tests
336
],
337 },
338 "labels": {
Missing tests
339
"anyOf": [
340 {
Missing tests
341
"$ref": "#/components/schemas/ResourceSpecification"
342 },
343 {
Missing tests
344
"type": "null"
345 }
Missing tests
346
],
347 }
Missing tests
348
},
Missing tests
349
"type": "object"
350 },
351 "EventTextFilter": {
352 "additionalProperties": false,
Missing negative tests
353
"properties": {
354 "query": {
355 "examples": [
356 "error",
357 "error -debug",
358 "\"connection timeout\"",
359 "+required -excluded"
360 ],
Missing negative tests
361
"maxLength": 200,
Missing negative tests
362
"type": "string"
363 }
Missing negative tests
364
},
Missing negative tests
365
"required": [
366 "query"
Missing negative tests
367
],
Missing negative tests
368
"type": "object"
369 },
370 "ResourceSpecification": {
371 "additionalProperties": {
Missing tests
372
"anyOf": [
373 {
Missing tests
374
"type": "string"
375 },
376 {
377 "items": {
Missing tests
378
"type": "string"
379 },
Missing tests
380
"type": "array"
381 }
Missing tests
382
]
383 },
Missing tests
384
"type": "object"
385 },
386 "TimeUnit": {
Missing negative tests
387
"enum": [
388 "week",
389 "day",
390 "hour",
391 "minute",
392 "second"
Missing negative tests
393
],
Missing negative tests
394
"type": "string"
395 }
396 }
397 }
398}
Responses
seen average

200
Successful Response
10 7.87ms
422
Validation Error
15 2.15ms
default
Default
1 2.11ms
Examples
2 of 4 covered

Body: application/json
order.default
 
"DESC"
 
time_unit.default
 
"day"
 
time_interval.default
 
1.0
 
distinct.default
 
false
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 125 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_events_events_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_events_events_filter_post": {
Missing negative tests
6
"properties": {
7 "filter": {
Missing negative tests
8
"anyOf": [
9 {
Missing negative tests
10
"$ref": "#/components/schemas/EventFilter"
11 },
12 {
Missing positive tests
13
"type": "null"
14 }
Missing negative tests
15
],
16 },
17 "limit": {
Missing tests
18
"maximum": 50.0,
Missing tests
19
"minimum": 0.0,
Missing tests
20
"type": "integer"
21 }
Missing negative tests
22
},
23 "type": "object"
24 },
25 "EventAnyResourceFilter": {
26 "additionalProperties": false,
Missing tests
27
"properties": {
28 "id": {
Missing tests
29
"anyOf": [
30 {
31 "items": {
Missing tests
32
"type": "string"
33 },
Missing tests
34
"type": "array"
35 },
36 {
Missing tests
37
"type": "null"
38 }
Missing tests
39
],
40 },
41 "id_prefix": {
Missing tests
42
"anyOf": [
43 {
44 "items": {
Missing tests
45
"type": "string"
46 },
Missing tests
47
"type": "array"
48 },
49 {
Missing tests
50
"type": "null"
51 }
Missing tests
52
],
53 },
54 "labels": {
Missing tests
55
"anyOf": [
56 {
Missing tests
57
"$ref": "#/components/schemas/ResourceSpecification"
58 },
59 {
Missing tests
60
"type": "null"
61 }
Missing tests
62
],
63 }
Missing tests
64
},
Missing tests
65
"type": "object"
66 },
67 "EventFilter": {
68 "additionalProperties": false,
Missing negative tests
69
"properties": {
70 "any_resource": {
Missing tests
71
"anyOf": [
72 {
Missing tests
73
"$ref": "#/components/schemas/EventAnyResourceFilter"
74 },
75 {
76 "items": {
Missing tests
77
"$ref": "#/components/schemas/EventAnyResourceFilter"
78 },
Missing tests
79
"type": "array"
80 },
81 {
Missing tests
82
"type": "null"
83 }
Missing tests
84
],
85 },
86 "event": {
Missing tests
87
"anyOf": [
88 {
Missing tests
89
"$ref": "#/components/schemas/EventNameFilter"
90 },
91 {
Missing tests
92
"type": "null"
93 }
Missing tests
94
],
95 },
96 "id": {
Missing tests
97
"$ref": "#/components/schemas/EventIDFilter",
98 },
99 "occurred": {
Missing tests
100
"$ref": "#/components/schemas/EventOccurredFilter",
101 },
102 "order": {
Missing tests
103
"$ref": "#/components/schemas/EventOrder",
104 },
105 "related": {
Missing tests
106
"anyOf": [
107 {
Missing tests
108
"$ref": "#/components/schemas/EventRelatedFilter"
109 },
110 {
111 "items": {
Missing tests
112
"$ref": "#/components/schemas/EventRelatedFilter"
113 },
Missing tests
114
"type": "array"
115 },
116 {
Missing tests
117
"type": "null"
118 }
Missing tests
119
],
120 },
121 "resource": {
Missing tests
122
"anyOf": [
123 {
Missing tests
124
"$ref": "#/components/schemas/EventResourceFilter"
125 },
126 {
Missing tests
127
"type": "null"
128 }
Missing tests
129
],
130 },
131 "text": {
Missing negative tests
132
"anyOf": [
133 {
Missing negative tests
134
"$ref": "#/components/schemas/EventTextFilter"
135 },
136 {
Missing positive tests
137
"type": "null"
138 }
Missing negative tests
139
],
140 }
Missing negative tests
141
},
Missing negative tests
142
"type": "object"
143 },
144 "EventIDFilter": {
145 "additionalProperties": false,
Missing tests
146
"properties": {
147 "id": {
Missing tests
148
"anyOf": [
149 {
150 "items": {
Missing tests
151
"format": "uuid",
Missing tests
152
"type": "string"
153 },
Missing tests
154
"type": "array"
155 },
156 {
Missing tests
157
"type": "null"
158 }
Missing tests
159
],
160 }
Missing tests
161
},
Missing tests
162
"type": "object"
163 },
164 "EventNameFilter": {
165 "additionalProperties": false,
Missing tests
166
"properties": {
167 "exclude_name": {
Missing tests
168
"anyOf": [
169 {
170 "items": {
Missing tests
171
"type": "string"
172 },
Missing tests
173
"type": "array"
174 },
175 {
Missing tests
176
"type": "null"
177 }
Missing tests
178
],
179 },
180 "exclude_prefix": {
Missing tests
181
"anyOf": [
182 {
183 "items": {
Missing tests
184
"type": "string"
185 },
Missing tests
186
"type": "array"
187 },
188 {
Missing tests
189
"type": "null"
190 }
Missing tests
191
],
192 },
193 "name": {
Missing tests
194
"anyOf": [
195 {
196 "items": {
Missing tests
197
"type": "string"
198 },
Missing tests
199
"type": "array"
200 },
201 {
Missing tests
202
"type": "null"
203 }
Missing tests
204
],
205 },
206 "prefix": {
Missing tests
207
"anyOf": [
208 {
209 "items": {
Missing tests
210
"type": "string"
211 },
Missing tests
212
"type": "array"
213 },
214 {
Missing tests
215
"type": "null"
216 }
Missing tests
217
],
218 }
Missing tests
219
},
Missing tests
220
"type": "object"
221 },
222 "EventOccurredFilter": {
223 "additionalProperties": false,
Missing tests
224
"properties": {
225 "since": {
Missing tests
226
"format": "date-time",
Missing tests
227
"type": "string"
228 },
229 "until": {
Missing tests
230
"format": "date-time",
Missing tests
231
"type": "string"
232 }
Missing tests
233
},
Missing tests
234
"type": "object"
235 },
236 "EventOrder": {
Missing tests
237
"enum": [
238 "ASC",
239 "DESC"
Missing tests
240
],
Missing tests
241
"type": "string"
242 },
243 "EventRelatedFilter": {
244 "additionalProperties": false,
Missing tests
245
"properties": {
246 "id": {
Missing tests
247
"anyOf": [
248 {
249 "items": {
Missing tests
250
"type": "string"
251 },
Missing tests
252
"type": "array"
253 },
254 {
Missing tests
255
"type": "null"
256 }
Missing tests
257
],
258 },
259 "labels": {
Missing tests
260
"anyOf": [
261 {
Missing tests
262
"$ref": "#/components/schemas/ResourceSpecification"
263 },
264 {
Missing tests
265
"type": "null"
266 }
Missing tests
267
],
268 },
269 "resources_in_roles": {
Missing tests
270
"anyOf": [
271 {
272 "items": {
Missing tests
273
"maxItems": 2,
Missing tests
274
"minItems": 2,
Missing tests
275
"prefixItems": [
276 {
Missing tests
277
"type": "string"
278 },
279 {
Missing tests
280
"type": "string"
281 }
Missing tests
282
],
Missing tests
283
"type": "array"
284 },
Missing tests
285
"type": "array"
286 },
287 {
Missing tests
288
"type": "null"
289 }
Missing tests
290
],
291 },
292 "role": {
Missing tests
293
"anyOf": [
294 {
295 "items": {
Missing tests
296
"type": "string"
297 },
Missing tests
298
"type": "array"
299 },
300 {
Missing tests
301
"type": "null"
302 }
Missing tests
303
],
304 }
Missing tests
305
},
Missing tests
306
"type": "object"
307 },
308 "EventResourceFilter": {
309 "additionalProperties": false,
Missing tests
310
"properties": {
311 "distinct": {
Missing tests
312
"type": "boolean"
313 },
314 "id": {
Missing tests
315
"anyOf": [
316 {
317 "items": {
Missing tests
318
"type": "string"
319 },
Missing tests
320
"type": "array"
321 },
322 {
Missing tests
323
"type": "null"
324 }
Missing tests
325
],
326 },
327 "id_prefix": {
Missing tests
328
"anyOf": [
329 {
330 "items": {
Missing tests
331
"type": "string"
332 },
Missing tests
333
"type": "array"
334 },
335 {
Missing tests
336
"type": "null"
337 }
Missing tests
338
],
339 },
340 "labels": {
Missing tests
341
"anyOf": [
342 {
Missing tests
343
"$ref": "#/components/schemas/ResourceSpecification"
344 },
345 {
Missing tests
346
"type": "null"
347 }
Missing tests
348
],
349 }
Missing tests
350
},
Missing tests
351
"type": "object"
352 },
353 "EventTextFilter": {
354 "additionalProperties": false,
Missing negative tests
355
"properties": {
356 "query": {
357 "examples": [
358 "error",
359 "error -debug",
360 "\"connection timeout\"",
361 "+required -excluded"
362 ],
Missing negative tests
363
"maxLength": 200,
Missing negative tests
364
"type": "string"
365 }
Missing negative tests
366
},
Missing negative tests
367
"required": [
368 "query"
Missing negative tests
369
],
Missing negative tests
370
"type": "object"
371 },
372 "ResourceSpecification": {
373 "additionalProperties": {
Missing tests
374
"anyOf": [
375 {
Missing tests
376
"type": "string"
377 },
378 {
379 "items": {
Missing tests
380
"type": "string"
381 },
Missing tests
382
"type": "array"
383 }
Missing tests
384
]
385 },
Missing tests
386
"type": "object"
387 }
388 }
389 }
390}
Responses
seen average

200
Successful Response
8 4.55ms
422
Validation Error
2 2.46ms
default
Default
1 1.42ms
Examples
0 of 3 covered

Body: application/json
order.default
 
"DESC"
 
distinct.default
 
false
 
limit.default
 
50
 
Query Parameters

page-token1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
1 2.68ms
default
Default
2 1.02ms
Query Parameters

flow_run_id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
10 1.97ms
422
Validation Error
6 1.52ms
default
Default
1 0.96ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 1.79ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json80 of 152 keywords covered
1{
2 "$ref": "#/components/schemas/FlowRunCreate",
3 "components": {
4 "schemas": {
5 "FlowRunCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "context": {
Negative tests not applicable
9
"additionalProperties": true,
Missing negative tests
10
"type": "object"
11 },
12 "deployment_id": {
13 "anyOf": [
14 {
15 "format": "uuid",
16 "type": "string"
17 },
18 {
19 "type": "null"
20 }
21 ],
22 "deprecated": true,
23 },
24 "empirical_policy": {
25 "$ref": "#/components/schemas/FlowRunPolicy",
26 },
27 "flow_id": {
Missing negative tests
28
"format": "uuid",
Missing negative tests
29
"type": "string"
30 },
31 "flow_version": {
Missing negative tests
32
"anyOf": [
33 {
34 "type": "string"
35 },
36 {
37 "type": "null"
38 }
Missing negative tests
39
],
40 },
41 "idempotency_key": {
42 "anyOf": [
43 {
44 "type": "string"
45 },
46 {
47 "type": "null"
48 }
49 ],
50 },
51 "infrastructure_document_id": {
Missing negative tests
52
"anyOf": [
53 {
Missing negative tests
54
"format": "uuid",
55 "type": "string"
56 },
57 {
58 "type": "null"
59 }
Missing negative tests
60
],
61 },
62 "job_variables": {
63 "anyOf": [
64 {
Negative tests not applicable
65
"additionalProperties": true,
66 "type": "object"
67 },
68 {
69 "type": "null"
70 }
71 ],
72 },
73 "labels": {
74 "anyOf": [
75 {
76 "additionalProperties": {
Missing negative tests
77
"anyOf": [
78 {
79 "type": "boolean"
80 },
81 {
82 "type": "integer"
83 },
84 {
85 "type": "number"
86 },
87 {
88 "type": "string"
89 }
Missing negative tests
90
]
91 },
92 "type": "object"
93 },
94 {
95 "type": "null"
96 }
97 ],
98 "examples": [
99 {
100 "key": "value1",
101 "key2": 42
102 }
103 ],
104 },
105 "name": {
106 "examples": [
107 "my-flow-run"
108 ],
Missing negative tests
109
"type": "string"
110 },
111 "parameters": {
Negative tests not applicable
112
"additionalProperties": true,
Missing negative tests
113
"type": "object"
114 },
115 "parent_task_run_id": {
Missing negative tests
116
"anyOf": [
117 {
Missing negative tests
118
"format": "uuid",
119 "type": "string"
120 },
121 {
122 "type": "null"
123 }
Missing negative tests
124
],
125 },
126 "state": {
Missing negative tests
127
"anyOf": [
128 {
129 "$ref": "#/components/schemas/StateCreate"
130 },
131 {
132 "type": "null"
133 }
Missing negative tests
134
],
135 },
136 "tags": {
137 "examples": [
138 [
139 "tag-1",
140 "tag-2"
141 ]
142 ],
143 "items": {
144 "type": "string"
145 },
146 "type": "array"
147 },
148 "work_pool_name": {
149 "anyOf": [
150 {
151 "type": "string"
152 },
153 {
154 "type": "null"
155 }
156 ],
157 },
158 "work_queue_name": {
159 "anyOf": [
160 {
161 "type": "string"
162 },
163 {
164 "type": "null"
165 }
166 ],
167 }
168 },
169 "required": [
170 "flow_id"
171 ],
172 "type": "object"
173 },
174 "FlowRunPolicy": {
Missing negative tests
175
"properties": {
176 "max_retries": {
177 "deprecated": true,
Missing negative tests
178
"type": "integer"
179 },
180 "pause_keys": {
Missing negative tests
181
"anyOf": [
182 {
183 "items": {
Missing negative tests
184
"type": "string"
185 },
186 "type": "array",
Missing negative tests
187
"uniqueItems": true
188 },
189 {
190 "type": "null"
191 }
Missing negative tests
192
],
193 },
194 "resuming": {
Missing negative tests
195
"anyOf": [
196 {
197 "type": "boolean"
198 },
199 {
200 "type": "null"
201 }
Missing negative tests
202
],
203 },
204 "retries": {
Missing negative tests
205
"anyOf": [
206 {
207 "type": "integer"
208 },
209 {
210 "type": "null"
211 }
Missing negative tests
212
],
213 },
214 "retry_delay": {
Missing negative tests
215
"anyOf": [
216 {
217 "type": "integer"
218 },
219 {
220 "type": "null"
221 }
Missing negative tests
222
],
223 },
224 "retry_delay_seconds": {
225 "deprecated": true,
Missing negative tests
226
"type": "number"
227 },
228 "retry_type": {
Missing negative tests
229
"anyOf": [
230 {
231 "enum": [
232 "in_process",
233 "reschedule"
234 ],
235 "type": "string"
236 },
237 {
238 "type": "null"
239 }
Missing negative tests
240
],
241 }
Missing negative tests
242
},
243 "type": "object"
244 },
245 "StateCreate": {
246 "additionalProperties": false,
Missing negative tests
247
"properties": {
248 "data": {
Negative tests not applicable
249
"anyOf": [
250 {},
251 {
252 "type": "null"
253 }
Negative tests not applicable
254
],
255 },
256 "message": {
Missing negative tests
257
"anyOf": [
258 {
259 "type": "string"
260 },
261 {
262 "type": "null"
263 }
Missing negative tests
264
],
265 },
266 "name": {
Missing negative tests
267
"anyOf": [
268 {
269 "type": "string"
270 },
271 {
272 "type": "null"
273 }
Missing negative tests
274
],
275 },
276 "state_details": {
Missing negative tests
277
"$ref": "#/components/schemas/StateDetails",
278 },
279 "type": {
Missing negative tests
280
"$ref": "#/components/schemas/StateType",
281 }
Missing negative tests
282
},
Missing negative tests
283
"required": [
284 "type"
Missing negative tests
285
],
286 "type": "object"
287 },
288 "StateDetails": {
Missing negative tests
289
"properties": {
290 "cache_expiration": {
Missing negative tests
291
"anyOf": [
292 {
Missing negative tests
293
"format": "date-time",
294 "type": "string"
295 },
296 {
297 "type": "null"
298 }
Missing negative tests
299
],
300 },
301 "cache_key": {
Missing negative tests
302
"anyOf": [
303 {
Missing negative tests
304
"type": "string"
305 },
306 {
Missing positive tests
307
"type": "null"
308 }
Missing negative tests
309
],
310 },
311 "child_flow_run_id": {
Missing negative tests
312
"anyOf": [
313 {
Missing negative tests
314
"format": "uuid",
315 "type": "string"
316 },
317 {
318 "type": "null"
319 }
Missing negative tests
320
],
321 },
322 "deferred": {
Missing negative tests
323
"anyOf": [
324 {
Missing negative tests
325
"type": "boolean"
326 },
327 {
Missing positive tests
328
"type": "null"
329 }
Missing negative tests
330
],
331 },
332 "deployment_concurrency_lease_id": {
Missing negative tests
333
"anyOf": [
334 {
Missing negative tests
335
"format": "uuid",
336 "type": "string"
337 },
338 {
339 "type": "null"
340 }
Missing negative tests
341
],
342 },
343 "flow_run_id": {
Missing negative tests
344
"anyOf": [
345 {
Missing tests
346
"format": "uuid",
Missing positive tests
347
"type": "string"
348 },
349 {
Missing negative tests
350
"type": "null"
351 }
Missing negative tests
352
],
353 },
354 "pause_key": {
Missing negative tests
355
"anyOf": [
356 {
357 "type": "string"
358 },
359 {
360 "type": "null"
361 }
Missing negative tests
362
],
363 },
364 "pause_reschedule": {
Missing negative tests
365
"type": "boolean"
366 },
367 "pause_timeout": {
Missing negative tests
368
"anyOf": [
369 {
Missing negative tests
370
"format": "date-time",
371 "type": "string"
372 },
373 {
374 "type": "null"
375 }
Missing negative tests
376
],
377 },
378 "refresh_cache": {
Missing negative tests
379
"anyOf": [
380 {
Missing positive tests
381
"type": "boolean"
382 },
383 {
Missing negative tests
384
"type": "null"
385 }
Missing negative tests
386
],
387 },
388 "retriable": {
Missing negative tests
389
"anyOf": [
390 {
391 "type": "boolean"
392 },
393 {
394 "type": "null"
395 }
Missing negative tests
396
],
397 },
398 "run_input_keyset": {
Missing negative tests
399
"anyOf": [
400 {
401 "additionalProperties": {
Missing negative tests
402
"type": "string"
403 },
404 "type": "object"
405 },
406 {
407 "type": "null"
408 }
Missing negative tests
409
],
410 },
411 "scheduled_time": {
Missing negative tests
412
"anyOf": [
413 {
Missing negative tests
414
"format": "date-time",
415 "type": "string"
416 },
417 {
418 "type": "null"
419 }
Missing negative tests
420
],
421 },
422 "task_parameters_id": {
Missing negative tests
423
"anyOf": [
424 {
Missing negative tests
425
"format": "uuid",
426 "type": "string"
427 },
428 {
429 "type": "null"
430 }
Missing negative tests
431
],
432 },
433 "task_run_id": {
Missing negative tests
434
"anyOf": [
435 {
Missing negative tests
436
"format": "uuid",
437 "type": "string"
438 },
439 {
440 "type": "null"
441 }
Missing negative tests
442
],
443 },
444 "traceparent": {
Missing negative tests
445
"anyOf": [
446 {
Missing positive tests
447
"type": "string"
448 },
449 {
Missing negative tests
450
"type": "null"
451 }
Missing negative tests
452
],
453 },
454 "transition_id": {
Missing negative tests
455
"anyOf": [
456 {
Missing negative tests
457
"format": "uuid",
Missing negative tests
458
"type": "string"
459 },
460 {
Missing positive tests
461
"type": "null"
462 }
Missing negative tests
463
],
464 },
465 "untrackable_result": {
Missing negative tests
466
"type": "boolean"
467 }
Missing negative tests
468
},
Missing negative tests
469
"type": "object"
470 },
471 "StateType": {
Missing negative tests
472
"enum": [
473 "SCHEDULED",
474 "PENDING",
475 "RUNNING",
476 "COMPLETED",
477 "FAILED",
478 "CANCELLED",
479 "CRASHED",
480 "PAUSED",
481 "CANCELLING"
Missing negative tests
482
],
Missing negative tests
483
"type": "string"
484 }
485 }
486 }
487}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
47 2.55ms
default
Default
312 5.99ms
Examples
3 of 6 covered

Body: application/json
pause_reschedule.default
 
false
 
deferred.default
 
false
 
untrackable_result.default
 
false
 
max_retries.default
 
0
 
resuming.default
 
false
 
retry_delay_seconds.default
 
0
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json5 of 539 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_flow_runs_flow_runs_count_post",
3 "components": {
4 "schemas": {
5 "Body_count_flow_runs_flow_runs_count_post": {
Missing negative tests
6
"properties": {
7 "deployments": {
Missing negative tests
8
"anyOf": [
9 {
Missing negative tests
10
"$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
Missing positive tests
13
"type": "null"
14 }
Missing negative tests
15
]
16 },
17 "flow_runs": {
Missing negative tests
18
"anyOf": [
19 {
Missing negative tests
20
"$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
Missing positive tests
23
"type": "null"
24 }
Missing negative tests
25
]
26 },
27 "flows": {
Missing negative tests
28
"anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
Missing negative tests
35
]
36 },
37 "task_runs": {
Missing negative tests
38
"anyOf": [
39 {
Missing negative tests
40
"$ref": "#/components/schemas/TaskRunFilter"
41 },
42 {
Missing positive tests
43
"type": "null"
44 }
Missing negative tests
45
]
46 },
47 "work_pool_queues": {
Missing negative tests
48
"anyOf": [
49 {
Missing negative tests
50
"$ref": "#/components/schemas/WorkQueueFilter"
51 },
52 {
Missing positive tests
53
"type": "null"
54 }
Missing negative tests
55
]
56 },
57 "work_pools": {
Missing negative tests
58
"anyOf": [
59 {
Missing negative tests
60
"$ref": "#/components/schemas/WorkPoolFilter"
61 },
62 {
Missing positive tests
63
"type": "null"
64 }
Missing negative tests
65
]
66 }
Missing negative tests
67
},
68 "type": "object"
69 },
70 "DeploymentFilter": {
71 "additionalProperties": false,
Missing negative tests
72
"properties": {
73 "concurrency_limit": {
Missing tests
74
"anyOf": [
75 {
Missing tests
76
"$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
77 },
78 {
Missing tests
79
"type": "null"
80 }
Missing tests
81
],
82 "deprecated": true,
83 },
84 "flow_or_deployment_name": {
Missing tests
85
"anyOf": [
86 {
Missing tests
87
"$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
88 },
89 {
Missing tests
90
"type": "null"
91 }
Missing tests
92
],
93 },
94 "id": {
Missing tests
95
"anyOf": [
96 {
Missing tests
97
"$ref": "#/components/schemas/DeploymentFilterId"
98 },
99 {
Missing tests
100
"type": "null"
101 }
Missing tests
102
],
103 },
104 "name": {
Missing negative tests
105
"anyOf": [
106 {
Missing negative tests
107
"$ref": "#/components/schemas/DeploymentFilterName"
108 },
109 {
Missing positive tests
110
"type": "null"
111 }
Missing negative tests
112
],
113 },
114 "operator": {
Missing tests
115
"$ref": "#/components/schemas/Operator",
116 },
117 "paused": {
Missing tests
118
"anyOf": [
119 {
Missing tests
120
"$ref": "#/components/schemas/DeploymentFilterPaused"
121 },
122 {
Missing tests
123
"type": "null"
124 }
Missing tests
125
],
126 },
127 "tags": {
Missing negative tests
128
"anyOf": [
129 {
Missing negative tests
130
"$ref": "#/components/schemas/DeploymentFilterTags"
131 },
132 {
Missing positive tests
133
"type": "null"
134 }
Missing negative tests
135
],
136 },
137 "work_queue_name": {
Missing negative tests
138
"anyOf": [
139 {
Missing negative tests
140
"$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
141 },
142 {
Missing positive tests
143
"type": "null"
144 }
Missing negative tests
145
],
146 }
Missing negative tests
147
},
Missing negative tests
148
"type": "object"
149 },
150 "DeploymentFilterConcurrencyLimit": {
151 "additionalProperties": false,
Missing tests
152
"properties": {
153 "ge_": {
Missing tests
154
"anyOf": [
155 {
Missing tests
156
"type": "integer"
157 },
158 {
Missing tests
159
"type": "null"
160 }
Missing tests
161
],
162 },
163 "is_null_": {
Missing tests
164
"anyOf": [
165 {
Missing tests
166
"type": "boolean"
167 },
168 {
Missing tests
169
"type": "null"
170 }
Missing tests
171
],
172 },
173 "le_": {
Missing tests
174
"anyOf": [
175 {
Missing tests
176
"type": "integer"
177 },
178 {
Missing tests
179
"type": "null"
180 }
Missing tests
181
],
182 }
Missing tests
183
},
Missing tests
184
"type": "object"
185 },
186 "DeploymentFilterId": {
187 "additionalProperties": false,
Missing tests
188
"properties": {
189 "any_": {
Missing tests
190
"anyOf": [
191 {
192 "items": {
Missing tests
193
"format": "uuid",
Missing tests
194
"type": "string"
195 },
Missing tests
196
"type": "array"
197 },
198 {
Missing tests
199
"type": "null"
200 }
Missing tests
201
],
202 },
203 "not_any_": {
Missing tests
204
"anyOf": [
205 {
206 "items": {
Missing tests
207
"format": "uuid",
Missing tests
208
"type": "string"
209 },
Missing tests
210
"type": "array"
211 },
212 {
Missing tests
213
"type": "null"
214 }
Missing tests
215
],
216 }
Missing tests
217
},
Missing tests
218
"type": "object"
219 },
220 "DeploymentFilterName": {
221 "additionalProperties": false,
Missing negative tests
222
"properties": {
223 "any_": {
Missing negative tests
224
"anyOf": [
225 {
226 "items": {
Missing negative tests
227
"type": "string"
228 },
Missing negative tests
229
"type": "array"
230 },
231 {
Missing positive tests
232
"type": "null"
233 }
Missing negative tests
234
],
235 "examples": [
236 [
237 "my-deployment-1",
238 "my-deployment-2"
239 ]
240 ],
241 },
242 "like_": {
Missing negative tests
243
"anyOf": [
244 {
Missing negative tests
245
"type": "string"
246 },
247 {
Missing positive tests
248
"type": "null"
249 }
Missing negative tests
250
],
251 "examples": [
252 "marvin"
253 ],
254 }
Missing negative tests
255
},
Missing negative tests
256
"type": "object"
257 },
258 "DeploymentFilterPaused": {
259 "additionalProperties": false,
Missing tests
260
"properties": {
261 "eq_": {
Missing tests
262
"anyOf": [
263 {
Missing tests
264
"type": "boolean"
265 },
266 {
Missing tests
267
"type": "null"
268 }
Missing tests
269
],
270 }
Missing tests
271
},
Missing tests
272
"type": "object"
273 },
274 "DeploymentFilterTags": {
275 "additionalProperties": false,
Missing negative tests
276
"properties": {
277 "all_": {
Missing negative tests
278
"anyOf": [
279 {
280 "items": {
Missing negative tests
281
"type": "string"
282 },
Missing negative tests
283
"type": "array"
284 },
285 {
Missing positive tests
286
"type": "null"
287 }
Missing negative tests
288
],
289 "examples": [
290 [
291 "tag-1",
292 "tag-2"
293 ]
294 ],
295 },
296 "any_": {
Missing negative tests
297
"anyOf": [
298 {
299 "items": {
Missing negative tests
300
"type": "string"
301 },
Missing negative tests
302
"type": "array"
303 },
304 {
Missing positive tests
305
"type": "null"
306 }
Missing negative tests
307
],
308 "examples": [
309 [
310 "tag-1",
311 "tag-2"
312 ]
313 ],
314 },
315 "is_null_": {
Missing tests
316
"anyOf": [
317 {
Missing tests
318
"type": "boolean"
319 },
320 {
Missing tests
321
"type": "null"
322 }
Missing tests
323
],
324 },
325 "operator": {
Missing tests
326
"$ref": "#/components/schemas/Operator",
327 }
Missing negative tests
328
},
Missing negative tests
329
"type": "object"
330 },
331 "DeploymentFilterWorkQueueName": {
332 "additionalProperties": false,
Missing negative tests
333
"properties": {
334 "any_": {
Missing negative tests
335
"anyOf": [
336 {
337 "items": {
Missing negative tests
338
"type": "string"
339 },
Missing negative tests
340
"type": "array"
341 },
342 {
Missing positive tests
343
"type": "null"
344 }
Missing negative tests
345
],
346 "examples": [
347 [
348 "work_queue_1",
349 "work_queue_2"
350 ]
351 ],
352 }
Missing negative tests
353
},
Missing negative tests
354
"type": "object"
355 },
356 "DeploymentOrFlowNameFilter": {
357 "additionalProperties": false,
Missing tests
358
"properties": {
359 "like_": {
Missing tests
360
"anyOf": [
361 {
Missing tests
362
"type": "string"
363 },
364 {
Missing tests
365
"type": "null"
366 }
Missing tests
367
],
368 }
Missing tests
369
},
Missing tests
370
"type": "object"
371 },
372 "FlowFilter": {
373 "additionalProperties": false,
Missing negative tests
374
"properties": {
375 "deployment": {
Missing tests
376
"anyOf": [
377 {
Missing tests
378
"$ref": "#/components/schemas/FlowFilterDeployment"
379 },
380 {
Missing tests
381
"type": "null"
382 }
Missing tests
383
],
384 },
385 "id": {
Missing tests
386
"anyOf": [
387 {
Missing tests
388
"$ref": "#/components/schemas/FlowFilterId"
389 },
390 {
Missing tests
391
"type": "null"
392 }
Missing tests
393
],
394 },
395 "name": {
Missing negative tests
396
"anyOf": [
397 {
Missing negative tests
398
"$ref": "#/components/schemas/FlowFilterName"
399 },
400 {
Missing positive tests
401
"type": "null"
402 }
Missing negative tests
403
],
404 },
405 "operator": {
Missing tests
406
"$ref": "#/components/schemas/Operator",
407 },
408 "tags": {
Missing negative tests
409
"anyOf": [
410 {
Missing negative tests
411
"$ref": "#/components/schemas/FlowFilterTags"
412 },
413 {
Missing positive tests
414
"type": "null"
415 }
Missing negative tests
416
],
417 }
Missing negative tests
418
},
419 "type": "object"
420 },
421 "FlowFilterDeployment": {
422 "additionalProperties": false,
Missing tests
423
"properties": {
424 "is_null_": {
Missing tests
425
"anyOf": [
426 {
Missing tests
427
"type": "boolean"
428 },
429 {
Missing tests
430
"type": "null"
431 }
Missing tests
432
],
433 },
434 "operator": {
Missing tests
435
"$ref": "#/components/schemas/Operator",
436 }
Missing tests
437
},
Missing tests
438
"type": "object"
439 },
440 "FlowFilterId": {
441 "additionalProperties": false,
Missing tests
442
"properties": {
443 "any_": {
Missing tests
444
"anyOf": [
445 {
446 "items": {
Missing tests
447
"format": "uuid",
Missing tests
448
"type": "string"
449 },
Missing tests
450
"type": "array"
451 },
452 {
Missing tests
453
"type": "null"
454 }
Missing tests
455
],
456 }
Missing tests
457
},
Missing tests
458
"type": "object"
459 },
460 "FlowFilterName": {
461 "additionalProperties": false,
Missing negative tests
462
"properties": {
463 "any_": {
Missing negative tests
464
"anyOf": [
465 {
466 "items": {
Missing negative tests
467
"type": "string"
468 },
Missing negative tests
469
"type": "array"
470 },
471 {
Missing positive tests
472
"type": "null"
473 }
Missing negative tests
474
],
475 "examples": [
476 [
477 "my-flow-1",
478 "my-flow-2"
479 ]
480 ],
481 },
482 "like_": {
Missing negative tests
483
"anyOf": [
484 {
Missing negative tests
485
"type": "string"
486 },
487 {
Missing positive tests
488
"type": "null"
489 }
Missing negative tests
490
],
491 "examples": [
492 "marvin"
493 ],
494 }
Missing negative tests
495
},
Missing negative tests
496
"type": "object"
497 },
498 "FlowFilterTags": {
499 "additionalProperties": false,
Missing negative tests
500
"properties": {
501 "all_": {
Missing negative tests
502
"anyOf": [
503 {
504 "items": {
Missing negative tests
505
"type": "string"
506 },
Missing negative tests
507
"type": "array"
508 },
509 {
Missing positive tests
510
"type": "null"
511 }
Missing negative tests
512
],
513 "examples": [
514 [
515 "tag-1",
516 "tag-2"
517 ]
518 ],
519 },
520 "is_null_": {
Missing tests
521
"anyOf": [
522 {
Missing tests
523
"type": "boolean"
524 },
525 {
Missing tests
526
"type": "null"
527 }
Missing tests
528
],
529 },
530 "operator": {
Missing tests
531
"$ref": "#/components/schemas/Operator",
532 }
Missing negative tests
533
},
Missing negative tests
534
"type": "object"
535 },
536 "FlowRunFilter": {
537 "additionalProperties": false,
Missing negative tests
538
"properties": {
539 "deployment_id": {
Missing tests
540
"anyOf": [
541 {
Missing tests
542
"$ref": "#/components/schemas/FlowRunFilterDeploymentId"
543 },
544 {
Missing tests
545
"type": "null"
546 }
Missing tests
547
],
548 },
549 "end_time": {
Missing tests
550
"anyOf": [
551 {
Missing tests
552
"$ref": "#/components/schemas/FlowRunFilterEndTime"
553 },
554 {
Missing tests
555
"type": "null"
556 }
Missing tests
557
],
558 },
559 "expected_start_time": {
Missing tests
560
"anyOf": [
561 {
Missing tests
562
"$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
563 },
564 {
Missing tests
565
"type": "null"
566 }
Missing tests
567
],
568 },
569 "flow_version": {
Missing tests
570
"anyOf": [
571 {
Missing tests
572
"$ref": "#/components/schemas/FlowRunFilterFlowVersion"
573 },
574 {
Missing tests
575
"type": "null"
576 }
Missing tests
577
],
578 },
579 "id": {
Missing tests
580
"anyOf": [
581 {
Missing tests
582
"$ref": "#/components/schemas/FlowRunFilterId"
583 },
584 {
Missing tests
585
"type": "null"
586 }
Missing tests
587
],
588 },
589 "idempotency_key": {
Missing tests
590
"anyOf": [
591 {
Missing tests
592
"$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
593 },
594 {
Missing tests
595
"type": "null"
596 }
Missing tests
597
],
598 },
599 "name": {
Missing negative tests
600
"anyOf": [
601 {
Missing negative tests
602
"$ref": "#/components/schemas/FlowRunFilterName"
603 },
604 {
Missing positive tests
605
"type": "null"
606 }
Missing negative tests
607
],
608 },
609 "next_scheduled_start_time": {
Missing tests
610
"anyOf": [
611 {
Missing tests
612
"$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
613 },
614 {
Missing tests
615
"type": "null"
616 }
Missing tests
617
],
618 },
619 "operator": {
Missing tests
620
"$ref": "#/components/schemas/Operator",
621 },
622 "parent_flow_run_id": {
Missing tests
623
"anyOf": [
624 {
Missing tests
625
"$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
626 },
627 {
Missing tests
628
"type": "null"
629 }
Missing tests
630
],
631 },
632 "parent_task_run_id": {
Missing tests
633
"anyOf": [
634 {
Missing tests
635
"$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
636 },
637 {
Missing tests
638
"type": "null"
639 }
Missing tests
640
],
641 },
642 "start_time": {
Missing tests
643
"anyOf": [
644 {
Missing tests
645
"$ref": "#/components/schemas/FlowRunFilterStartTime"
646 },
647 {
Missing tests
648
"type": "null"
649 }
Missing tests
650
],
651 },
652 "state": {
Missing tests
653
"anyOf": [
654 {
Missing tests
655
"$ref": "#/components/schemas/FlowRunFilterState"
656 },
657 {
Missing tests
658
"type": "null"
659 }
Missing tests
660
],
661 },
662 "tags": {
Missing negative tests
663
"anyOf": [
664 {
Missing negative tests
665
"$ref": "#/components/schemas/FlowRunFilterTags"
666 },
667 {
Missing positive tests
668
"type": "null"
669 }
Missing negative tests
670
],
671 },
672 "work_queue_name": {
Missing negative tests
673
"anyOf": [
674 {
Missing negative tests
675
"$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
676 },
677 {
Missing positive tests
678
"type": "null"
679 }
Missing negative tests
680
],
681 }
Missing negative tests
682
},
Missing negative tests
683
"type": "object"
684 },
685 "FlowRunFilterDeploymentId": {
686 "additionalProperties": false,
Missing tests
687
"properties": {
688 "any_": {
Missing tests
689
"anyOf": [
690 {
691 "items": {
Missing tests
692
"format": "uuid",
Missing tests
693
"type": "string"
694 },
Missing tests
695
"type": "array"
696 },
697 {
Missing tests
698
"type": "null"
699 }
Missing tests
700
],
701 },
702 "is_null_": {
Missing tests
703
"anyOf": [
704 {
Missing tests
705
"type": "boolean"
706 },
707 {
Missing tests
708
"type": "null"
709 }
Missing tests
710
],
711 },
712 "operator": {
Missing tests
713
"$ref": "#/components/schemas/Operator",
714 }
Missing tests
715
},
Missing tests
716
"type": "object"
717 },
718 "FlowRunFilterEndTime": {
719 "additionalProperties": false,
Missing tests
720
"properties": {
721 "after_": {
Missing tests
722
"anyOf": [
723 {
Missing tests
724
"format": "date-time",
Missing tests
725
"type": "string"
726 },
727 {
Missing tests
728
"type": "null"
729 }
Missing tests
730
],
731 },
732 "before_": {
Missing tests
733
"anyOf": [
734 {
Missing tests
735
"format": "date-time",
Missing tests
736
"type": "string"
737 },
738 {
Missing tests
739
"type": "null"
740 }
Missing tests
741
],
742 },
743 "is_null_": {
Missing tests
744
"anyOf": [
745 {
Missing tests
746
"type": "boolean"
747 },
748 {
Missing tests
749
"type": "null"
750 }
Missing tests
751
],
752 }
Missing tests
753
},
Missing tests
754
"type": "object"
755 },
756 "FlowRunFilterExpectedStartTime": {
757 "additionalProperties": false,
Missing tests
758
"properties": {
759 "after_": {
Missing tests
760
"anyOf": [
761 {
Missing tests
762
"format": "date-time",
Missing tests
763
"type": "string"
764 },
765 {
Missing tests
766
"type": "null"
767 }
Missing tests
768
],
769 },
770 "before_": {
Missing tests
771
"anyOf": [
772 {
Missing tests
773
"format": "date-time",
Missing tests
774
"type": "string"
775 },
776 {
Missing tests
777
"type": "null"
778 }
Missing tests
779
],
780 }
Missing tests
781
},
Missing tests
782
"type": "object"
783 },
784 "FlowRunFilterFlowVersion": {
785 "additionalProperties": false,
Missing tests
786
"properties": {
787 "any_": {
Missing tests
788
"anyOf": [
789 {
790 "items": {
Missing tests
791
"type": "string"
792 },
Missing tests
793
"type": "array"
794 },
795 {
Missing tests
796
"type": "null"
797 }
Missing tests
798
],
799 }
Missing tests
800
},
Missing tests
801
"type": "object"
802 },
803 "FlowRunFilterId": {
804 "additionalProperties": false,
Missing tests
805
"properties": {
806 "any_": {
Missing tests
807
"anyOf": [
808 {
809 "items": {
Missing tests
810
"format": "uuid",
Missing tests
811
"type": "string"
812 },
Missing tests
813
"type": "array"
814 },
815 {
Missing tests
816
"type": "null"
817 }
Missing tests
818
],
819 },
820 "not_any_": {
Missing tests
821
"anyOf": [
822 {
823 "items": {
Missing tests
824
"format": "uuid",
Missing tests
825
"type": "string"
826 },
Missing tests
827
"type": "array"
828 },
829 {
Missing tests
830
"type": "null"
831 }
Missing tests
832
],
833 }
Missing tests
834
},
Missing tests
835
"type": "object"
836 },
837 "FlowRunFilterIdempotencyKey": {
838 "additionalProperties": false,
Missing tests
839
"properties": {
840 "any_": {
Missing tests
841
"anyOf": [
842 {
843 "items": {
Missing tests
844
"type": "string"
845 },
Missing tests
846
"type": "array"
847 },
848 {
Missing tests
849
"type": "null"
850 }
Missing tests
851
],
852 },
853 "not_any_": {
Missing tests
854
"anyOf": [
855 {
856 "items": {
Missing tests
857
"type": "string"
858 },
Missing tests
859
"type": "array"
860 },
861 {
Missing tests
862
"type": "null"
863 }
Missing tests
864
],
865 }
Missing tests
866
},
Missing tests
867
"type": "object"
868 },
869 "FlowRunFilterName": {
870 "additionalProperties": false,
Missing negative tests
871
"properties": {
872 "any_": {
Missing negative tests
873
"anyOf": [
874 {
875 "items": {
Missing negative tests
876
"type": "string"
877 },
Missing negative tests
878
"type": "array"
879 },
880 {
Missing positive tests
881
"type": "null"
882 }
Missing negative tests
883
],
884 "examples": [
885 [
886 "my-flow-run-1",
887 "my-flow-run-2"
888 ]
889 ],
890 },
891 "like_": {
Missing negative tests
892
"anyOf": [
893 {
Missing negative tests
894
"type": "string"
895 },
896 {
Missing positive tests
897
"type": "null"
898 }
Missing negative tests
899
],
900 "examples": [
901 "marvin"
902 ],
903 }
Missing negative tests
904
},
Missing negative tests
905
"type": "object"
906 },
907 "FlowRunFilterNextScheduledStartTime": {
908 "additionalProperties": false,
Missing tests
909
"properties": {
910 "after_": {
Missing tests
911
"anyOf": [
912 {
Missing tests
913
"format": "date-time",
Missing tests
914
"type": "string"
915 },
916 {
Missing tests
917
"type": "null"
918 }
Missing tests
919
],
920 },
921 "before_": {
Missing tests
922
"anyOf": [
923 {
Missing tests
924
"format": "date-time",
Missing tests
925
"type": "string"
926 },
927 {
Missing tests
928
"type": "null"
929 }
Missing tests
930
],
931 }
Missing tests
932
},
Missing tests
933
"type": "object"
934 },
935 "FlowRunFilterParentFlowRunId": {
936 "additionalProperties": false,
Missing tests
937
"properties": {
938 "any_": {
Missing tests
939
"anyOf": [
940 {
941 "items": {
Missing tests
942
"format": "uuid",
Missing tests
943
"type": "string"
944 },
Missing tests
945
"type": "array"
946 },
947 {
Missing tests
948
"type": "null"
949 }
Missing tests
950
],
951 },
952 "operator": {
Missing tests
953
"$ref": "#/components/schemas/Operator",
954 }
Missing tests
955
},
Missing tests
956
"type": "object"
957 },
958 "FlowRunFilterParentTaskRunId": {
959 "additionalProperties": false,
Missing tests
960
"properties": {
961 "any_": {
Missing tests
962
"anyOf": [
963 {
964 "items": {
Missing tests
965
"format": "uuid",
Missing tests
966
"type": "string"
967 },
Missing tests
968
"type": "array"
969 },
970 {
Missing tests
971
"type": "null"
972 }
Missing tests
973
],
974 },
975 "is_null_": {
Missing tests
976
"anyOf": [
977 {
Missing tests
978
"type": "boolean"
979 },
980 {
Missing tests
981
"type": "null"
982 }
Missing tests
983
],
984 },
985 "operator": {
Missing tests
986
"$ref": "#/components/schemas/Operator",
987 }
Missing tests
988
},
Missing tests
989
"type": "object"
990 },
991 "FlowRunFilterStartTime": {
992 "additionalProperties": false,
Missing tests
993
"properties": {
994 "after_": {
Missing tests
995
"anyOf": [
996 {
Missing tests
997
"format": "date-time",
Missing tests
998
"type": "string"
999 },
1000 {
Missing tests
1001
"type": "null"
1002 }
Missing tests
1003
],
1004 },
1005 "before_": {
Missing tests
1006
"anyOf": [
1007 {
Missing tests
1008
"format": "date-time",
Missing tests
1009
"type": "string"
1010 },
1011 {
Missing tests
1012
"type": "null"
1013 }
Missing tests
1014
],
1015 },
1016 "is_null_": {
Missing tests
1017
"anyOf": [
1018 {
Missing tests
1019
"type": "boolean"
1020 },
1021 {
Missing tests
1022
"type": "null"
1023 }
Missing tests
1024
],
1025 }
Missing tests
1026
},
Missing tests
1027
"type": "object"
1028 },
1029 "FlowRunFilterState": {
1030 "additionalProperties": false,
Missing tests
1031
"properties": {
1032 "name": {
Missing tests
1033
"anyOf": [
1034 {
Missing tests
1035
"$ref": "#/components/schemas/FlowRunFilterStateName"
1036 },
1037 {
Missing tests
1038
"type": "null"
1039 }
Missing tests
1040
],
1041 },
1042 "operator": {
Missing tests
1043
"$ref": "#/components/schemas/Operator",
1044 },
1045 "type": {
Missing tests
1046
"anyOf": [
1047 {
Missing tests
1048
"$ref": "#/components/schemas/FlowRunFilterStateType"
1049 },
1050 {
Missing tests
1051
"type": "null"
1052 }
Missing tests
1053
],
1054 }
Missing tests
1055
},
Missing tests
1056
"type": "object"
1057 },
1058 "FlowRunFilterStateName": {
1059 "additionalProperties": false,
Missing tests
1060
"properties": {
1061 "any_": {
Missing tests
1062
"anyOf": [
1063 {
1064 "items": {
Missing tests
1065
"type": "string"
1066 },
Missing tests
1067
"type": "array"
1068 },
1069 {
Missing tests
1070
"type": "null"
1071 }
Missing tests
1072
],
1073 },
1074 "not_any_": {
Missing tests
1075
"anyOf": [
1076 {
1077 "items": {
Missing tests
1078
"type": "string"
1079 },
Missing tests
1080
"type": "array"
1081 },
1082 {
Missing tests
1083
"type": "null"
1084 }
Missing tests
1085
],
1086 }
Missing tests
1087
},
Missing tests
1088
"type": "object"
1089 },
1090 "FlowRunFilterStateType": {
1091 "additionalProperties": false,
Missing tests
1092
"properties": {
1093 "any_": {
Missing tests
1094
"anyOf": [
1095 {
1096 "items": {
Missing tests
1097
"$ref": "#/components/schemas/StateType"
1098 },
Missing tests
1099
"type": "array"
1100 },
1101 {
Missing tests
1102
"type": "null"
1103 }
Missing tests
1104
],
1105 },
1106 "not_any_": {
Missing tests
1107
"anyOf": [
1108 {
1109 "items": {
Missing tests
1110
"$ref": "#/components/schemas/StateType"
1111 },
Missing tests
1112
"type": "array"
1113 },
1114 {
Missing tests
1115
"type": "null"
1116 }
Missing tests
1117
],
1118 }
Missing tests
1119
},
Missing tests
1120
"type": "object"
1121 },
1122 "FlowRunFilterTags": {
1123 "additionalProperties": false,
Missing negative tests
1124
"properties": {
1125 "all_": {
Missing negative tests
1126
"anyOf": [
1127 {
1128 "items": {
Missing negative tests
1129
"type": "string"
1130 },
Missing negative tests
1131
"type": "array"
1132 },
1133 {
Missing positive tests
1134
"type": "null"
1135 }
Missing negative tests
1136
],
1137 "examples": [
1138 [
1139 "tag-1",
1140 "tag-2"
1141 ]
1142 ],
1143 },
1144 "any_": {
Missing negative tests
1145
"anyOf": [
1146 {
1147 "items": {
Missing negative tests
1148
"type": "string"
1149 },
Missing negative tests
1150
"type": "array"
1151 },
1152 {
Missing positive tests
1153
"type": "null"
1154 }
Missing negative tests
1155
],
1156 "examples": [
1157 [
1158 "tag-1",
1159 "tag-2"
1160 ]
1161 ],
1162 },
1163 "is_null_": {
Missing tests
1164
"anyOf": [
1165 {
Missing tests
1166
"type": "boolean"
1167 },
1168 {
Missing tests
1169
"type": "null"
1170 }
Missing tests
1171
],
1172 },
1173 "operator": {
Missing tests
1174
"$ref": "#/components/schemas/Operator",
1175 }
Missing negative tests
1176
},
Missing negative tests
1177
"type": "object"
1178 },
1179 "FlowRunFilterWorkQueueName": {
1180 "additionalProperties": false,
Missing negative tests
1181
"properties": {
1182 "any_": {
Missing negative tests
1183
"anyOf": [
1184 {
1185 "items": {
Missing negative tests
1186
"type": "string"
1187 },
Missing negative tests
1188
"type": "array"
1189 },
1190 {
Missing positive tests
1191
"type": "null"
1192 }
Missing negative tests
1193
],
1194 "examples": [
1195 [
1196 "work_queue_1",
1197 "work_queue_2"
1198 ]
1199 ],
1200 },
1201 "is_null_": {
Missing tests
1202
"anyOf": [
1203 {
Missing tests
1204
"type": "boolean"
1205 },
1206 {
Missing tests
1207
"type": "null"
1208 }
Missing tests
1209
],
1210 },
1211 "operator": {
Missing tests
1212
"$ref": "#/components/schemas/Operator",
1213 }
Missing negative tests
1214
},
Missing negative tests
1215
"type": "object"
1216 },
1217 "Operator": {
Missing tests
1218
"enum": [
1219 "and_",
1220 "or_"
Missing tests
1221
],
Missing tests
1222
"type": "string"
1223 },
1224 "StateType": {
Missing tests
1225
"enum": [
1226 "SCHEDULED",
1227 "PENDING",
1228 "RUNNING",
1229 "COMPLETED",
1230 "FAILED",
1231 "CANCELLED",
1232 "CRASHED",
1233 "PAUSED",
1234 "CANCELLING"
Missing tests
1235
],
Missing tests
1236
"type": "string"
1237 },
1238 "TaskRunFilter": {
1239 "additionalProperties": false,
Missing negative tests
1240
"properties": {
1241 "expected_start_time": {
Missing tests
1242
"anyOf": [
1243 {
Missing tests
1244
"$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1245 },
1246 {
Missing tests
1247
"type": "null"
1248 }
Missing tests
1249
],
1250 },
1251 "flow_run_id": {
Missing tests
1252
"anyOf": [
1253 {
Missing tests
1254
"$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1255 },
1256 {
Missing tests
1257
"type": "null"
1258 }
Missing tests
1259
],
1260 },
1261 "id": {
Missing tests
1262
"anyOf": [
1263 {
Missing tests
1264
"$ref": "#/components/schemas/TaskRunFilterId"
1265 },
1266 {
Missing tests
1267
"type": "null"
1268 }
Missing tests
1269
],
1270 },
1271 "name": {
Missing negative tests
1272
"anyOf": [
1273 {
Missing negative tests
1274
"$ref": "#/components/schemas/TaskRunFilterName"
1275 },
1276 {
Missing positive tests
1277
"type": "null"
1278 }
Missing negative tests
1279
],
1280 },
1281 "operator": {
Missing tests
1282
"$ref": "#/components/schemas/Operator",
1283 },
1284 "start_time": {
Missing tests
1285
"anyOf": [
1286 {
Missing tests
1287
"$ref": "#/components/schemas/TaskRunFilterStartTime"
1288 },
1289 {
Missing tests
1290
"type": "null"
1291 }
Missing tests
1292
],
1293 },
1294 "state": {
Missing tests
1295
"anyOf": [
1296 {
Missing tests
1297
"$ref": "#/components/schemas/TaskRunFilterState"
1298 },
1299 {
Missing tests
1300
"type": "null"
1301 }
Missing tests
1302
],
1303 },
1304 "subflow_runs": {
Missing tests
1305
"anyOf": [
1306 {
Missing tests
1307
"$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1308 },
1309 {
Missing tests
1310
"type": "null"
1311 }
Missing tests
1312
],
1313 },
1314 "tags": {
Missing negative tests
1315
"anyOf": [
1316 {
Missing negative tests
1317
"$ref": "#/components/schemas/TaskRunFilterTags"
1318 },
1319 {
Missing positive tests
1320
"type": "null"
1321 }
Missing negative tests
1322
],
1323 }
Missing negative tests
1324
},
Missing negative tests
1325
"type": "object"
1326 },
1327 "TaskRunFilterExpectedStartTime": {
1328 "additionalProperties": false,
Missing tests
1329
"properties": {
1330 "after_": {
Missing tests
1331
"anyOf": [
1332 {
Missing tests
1333
"format": "date-time",
Missing tests
1334
"type": "string"
1335 },
1336 {
Missing tests
1337
"type": "null"
1338 }
Missing tests
1339
],
1340 },
1341 "before_": {
Missing tests
1342
"anyOf": [
1343 {
Missing tests
1344
"format": "date-time",
Missing tests
1345
"type": "string"
1346 },
1347 {
Missing tests
1348
"type": "null"
1349 }
Missing tests
1350
],
1351 }
Missing tests
1352
},
Missing tests
1353
"type": "object"
1354 },
1355 "TaskRunFilterFlowRunId": {
1356 "additionalProperties": false,
Missing tests
1357
"properties": {
1358 "any_": {
Missing tests
1359
"anyOf": [
1360 {
1361 "items": {
Missing tests
1362
"format": "uuid",
Missing tests
1363
"type": "string"
1364 },
Missing tests
1365
"type": "array"
1366 },
1367 {
Missing tests
1368
"type": "null"
1369 }
Missing tests
1370
],
1371 },
1372 "is_null_": {
Missing tests
1373
"anyOf": [
1374 {
Missing tests
1375
"type": "boolean"
1376 },
1377 {
Missing tests
1378
"type": "null"
1379 }
Missing tests
1380
],
1381 },
1382 "operator": {
Missing tests
1383
"$ref": "#/components/schemas/Operator",
1384 }
Missing tests
1385
},
Missing tests
1386
"type": "object"
1387 },
1388 "TaskRunFilterId": {
1389 "additionalProperties": false,
Missing tests
1390
"properties": {
1391 "any_": {
Missing tests
1392
"anyOf": [
1393 {
1394 "items": {
Missing tests
1395
"format": "uuid",
Missing tests
1396
"type": "string"
1397 },
Missing tests
1398
"type": "array"
1399 },
1400 {
Missing tests
1401
"type": "null"
1402 }
Missing tests
1403
],
1404 }
Missing tests
1405
},
Missing tests
1406
"type": "object"
1407 },
1408 "TaskRunFilterName": {
1409 "additionalProperties": false,
Missing negative tests
1410
"properties": {
1411 "any_": {
Missing negative tests
1412
"anyOf": [
1413 {
1414 "items": {
Missing negative tests
1415
"type": "string"
1416 },
Missing negative tests
1417
"type": "array"
1418 },
1419 {
Missing positive tests
1420
"type": "null"
1421 }
Missing negative tests
1422
],
1423 "examples": [
1424 [
1425 "my-task-run-1",
1426 "my-task-run-2"
1427 ]
1428 ],
1429 },
1430 "like_": {
Missing negative tests
1431
"anyOf": [
1432 {
Missing negative tests
1433
"type": "string"
1434 },
1435 {
Missing positive tests
1436
"type": "null"
1437 }
Missing negative tests
1438
],
1439 "examples": [
1440 "marvin"
1441 ],
1442 }
Missing negative tests
1443
},
Missing negative tests
1444
"type": "object"
1445 },
1446 "TaskRunFilterStartTime": {
1447 "additionalProperties": false,
Missing tests
1448
"properties": {
1449 "after_": {
Missing tests
1450
"anyOf": [
1451 {
Missing tests
1452
"format": "date-time",
Missing tests
1453
"type": "string"
1454 },
1455 {
Missing tests
1456
"type": "null"
1457 }
Missing tests
1458
],
1459 },
1460 "before_": {
Missing tests
1461
"anyOf": [
1462 {
Missing tests
1463
"format": "date-time",
Missing tests
1464
"type": "string"
1465 },
1466 {
Missing tests
1467
"type": "null"
1468 }
Missing tests
1469
],
1470 },
1471 "is_null_": {
Missing tests
1472
"anyOf": [
1473 {
Missing tests
1474
"type": "boolean"
1475 },
1476 {
Missing tests
1477
"type": "null"
1478 }
Missing tests
1479
],
1480 }
Missing tests
1481
},
Missing tests
1482
"type": "object"
1483 },
1484 "TaskRunFilterState": {
1485 "additionalProperties": false,
Missing tests
1486
"properties": {
1487 "name": {
Missing tests
1488
"anyOf": [
1489 {
Missing tests
1490
"$ref": "#/components/schemas/TaskRunFilterStateName"
1491 },
1492 {
Missing tests
1493
"type": "null"
1494 }
Missing tests
1495
],
1496 },
1497 "operator": {
Missing tests
1498
"$ref": "#/components/schemas/Operator",
1499 },
1500 "type": {
Missing tests
1501
"anyOf": [
1502 {
Missing tests
1503
"$ref": "#/components/schemas/TaskRunFilterStateType"
1504 },
1505 {
Missing tests
1506
"type": "null"
1507 }
Missing tests
1508
],
1509 }
Missing tests
1510
},
Missing tests
1511
"type": "object"
1512 },
1513 "TaskRunFilterStateName": {
1514 "additionalProperties": false,
Missing tests
1515
"properties": {
1516 "any_": {
Missing tests
1517
"anyOf": [
1518 {
1519 "items": {
Missing tests
1520
"type": "string"
1521 },
Missing tests
1522
"type": "array"
1523 },
1524 {
Missing tests
1525
"type": "null"
1526 }
Missing tests
1527
],
1528 }
Missing tests
1529
},
Missing tests
1530
"type": "object"
1531 },
1532 "TaskRunFilterStateType": {
1533 "additionalProperties": false,
Missing tests
1534
"properties": {
1535 "any_": {
Missing tests
1536
"anyOf": [
1537 {
1538 "items": {
Missing tests
1539
"$ref": "#/components/schemas/StateType"
1540 },
Missing tests
1541
"type": "array"
1542 },
1543 {
Missing tests
1544
"type": "null"
1545 }
Missing tests
1546
],
1547 }
Missing tests
1548
},
Missing tests
1549
"type": "object"
1550 },
1551 "TaskRunFilterSubFlowRuns": {
1552 "additionalProperties": false,
Missing tests
1553
"properties": {
1554 "exists_": {
Missing tests
1555
"anyOf": [
1556 {
Missing tests
1557
"type": "boolean"
1558 },
1559 {
Missing tests
1560
"type": "null"
1561 }
Missing tests
1562
],
1563 }
Missing tests
1564
},
Missing tests
1565
"type": "object"
1566 },
1567 "TaskRunFilterTags": {
1568 "additionalProperties": false,
Missing negative tests
1569
"properties": {
1570 "all_": {
Missing negative tests
1571
"anyOf": [
1572 {
1573 "items": {
Missing negative tests
1574
"type": "string"
1575 },
Missing negative tests
1576
"type": "array"
1577 },
1578 {
Missing positive tests
1579
"type": "null"
1580 }
Missing negative tests
1581
],
1582 "examples": [
1583 [
1584 "tag-1",
1585 "tag-2"
1586 ]
1587 ],
1588 },
1589 "is_null_": {
Missing tests
1590
"anyOf": [
1591 {
Missing tests
1592
"type": "boolean"
1593 },
1594 {
Missing tests
1595
"type": "null"
1596 }
Missing tests
1597
],
1598 },
1599 "operator": {
Missing tests
1600
"$ref": "#/components/schemas/Operator",
1601 }
Missing negative tests
1602
},
Missing negative tests
1603
"type": "object"
1604 },
1605 "WorkPoolFilter": {
1606 "additionalProperties": false,
Missing tests
1607
"properties": {
1608 "id": {
Missing tests
1609
"anyOf": [
1610 {
Missing tests
1611
"$ref": "#/components/schemas/WorkPoolFilterId"
1612 },
1613 {
Missing tests
1614
"type": "null"
1615 }
Missing tests
1616
],
1617 },
1618 "name": {
Missing tests
1619
"anyOf": [
1620 {
Missing tests
1621
"$ref": "#/components/schemas/WorkPoolFilterName"
1622 },
1623 {
Missing tests
1624
"type": "null"
1625 }
Missing tests
1626
],
1627 },
1628 "operator": {
Missing tests
1629
"$ref": "#/components/schemas/Operator",
1630 },
1631 "type": {
Missing tests
1632
"anyOf": [
1633 {
Missing tests
1634
"$ref": "#/components/schemas/WorkPoolFilterType"
1635 },
1636 {
Missing tests
1637
"type": "null"
1638 }
Missing tests
1639
],
1640 }
Missing tests
1641
},
Missing negative tests
1642
"type": "object"
1643 },
1644 "WorkPoolFilterId": {
1645 "additionalProperties": false,
Missing tests
1646
"properties": {
1647 "any_": {
Missing tests
1648
"anyOf": [
1649 {
1650 "items": {
Missing tests
1651
"format": "uuid",
Missing tests
1652
"type": "string"
1653 },
Missing tests
1654
"type": "array"
1655 },
1656 {
Missing tests
1657
"type": "null"
1658 }
Missing tests
1659
],
1660 }
Missing tests
1661
},
Missing tests
1662
"type": "object"
1663 },
1664 "WorkPoolFilterName": {
1665 "additionalProperties": false,
Missing tests
1666
"properties": {
1667 "any_": {
Missing tests
1668
"anyOf": [
1669 {
1670 "items": {
Missing tests
1671
"type": "string"
1672 },
Missing tests
1673
"type": "array"
1674 },
1675 {
Missing tests
1676
"type": "null"
1677 }
Missing tests
1678
],
1679 }
Missing tests
1680
},
Missing tests
1681
"type": "object"
1682 },
1683 "WorkPoolFilterType": {
1684 "additionalProperties": false,
Missing tests
1685
"properties": {
1686 "any_": {
Missing tests
1687
"anyOf": [
1688 {
1689 "items": {
Missing tests
1690
"type": "string"
1691 },
Missing tests
1692
"type": "array"
1693 },
1694 {
Missing tests
1695
"type": "null"
1696 }
Missing tests
1697
],
1698 }
Missing tests
1699
},
Missing tests
1700
"type": "object"
1701 },
1702 "WorkQueueFilter": {
1703 "additionalProperties": false,
Missing negative tests
1704
"properties": {
1705 "id": {
Missing tests
1706
"anyOf": [
1707 {
Missing tests
1708
"$ref": "#/components/schemas/WorkQueueFilterId"
1709 },
1710 {
Missing tests
1711
"type": "null"
1712 }
Missing tests
1713
],
1714 },
1715 "name": {
Missing negative tests
1716
"anyOf": [
1717 {
Missing negative tests
1718
"$ref": "#/components/schemas/WorkQueueFilterName"
1719 },
1720 {
Missing positive tests
1721
"type": "null"
1722 }
Missing negative tests
1723
],
1724 },
1725 "operator": {
Missing tests
1726
"$ref": "#/components/schemas/Operator",
1727 }
Missing negative tests
1728
},
Missing negative tests
1729
"type": "object"
1730 },
1731 "WorkQueueFilterId": {
1732 "additionalProperties": false,
Missing tests
1733
"properties": {
1734 "any_": {
Missing tests
1735
"anyOf": [
1736 {
1737 "items": {
Missing tests
1738
"format": "uuid",
Missing tests
1739
"type": "string"
1740 },
Missing tests
1741
"type": "array"
1742 },
1743 {
Missing tests
1744
"type": "null"
1745 }
Missing tests
1746
],
1747 }
Missing tests
1748
},
Missing tests
1749
"type": "object"
1750 },
1751 "WorkQueueFilterName": {
1752 "additionalProperties": false,
Missing negative tests
1753
"properties": {
1754 "any_": {
Missing negative tests
1755
"anyOf": [
1756 {
1757 "items": {
Missing negative tests
1758
"type": "string"
1759 },
Missing negative tests
1760
"type": "array"
1761 },
1762 {
Missing positive tests
1763
"type": "null"
1764 }
Missing negative tests
1765
],
1766 "examples": [
1767 [
1768 "wq-1",
1769 "wq-2"
1770 ]
1771 ],
1772 },
1773 "startswith_": {
Missing negative tests
1774
"anyOf": [
1775 {
1776 "items": {
Missing negative tests
1777
"type": "string"
1778 },
Missing negative tests
1779
"type": "array"
1780 },
1781 {
Missing positive tests
1782
"type": "null"
1783 }
Missing negative tests
1784
],
1785 "examples": [
1786 [
1787 "marvin",
1788 "Marvin-robot"
1789 ]
1790 ],
1791 }
Missing negative tests
1792
},
Missing negative tests
1793
"type": "object"
1794 }
1795 }
1796 }
1797}
Responses
seen average

200
Successful Response
5 4.56ms
422
Validation Error
2 2.02ms
default
Default
1 0.89ms
Examples
0 of 19 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json210 of 545 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_flow_runs_flow_runs_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_flow_runs_flow_runs_filter_post": {
Missing negative tests
6
"properties": {
7 "deployments": {
Missing negative tests
8
"anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
13 "type": "null"
14 }
Missing negative tests
15
]
16 },
17 "flow_runs": {
Missing negative tests
18
"anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
23 "type": "null"
24 }
Missing negative tests
25
]
26 },
27 "flows": {
Missing negative tests
28
"anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
Missing negative tests
35
]
36 },
37 "limit": {
Missing negative tests
38
"type": "integer"
39 },
40 "offset": {
Missing negative tests
41
"minimum": 0.0,
Missing negative tests
42
"type": "integer"
43 },
44 "sort": {
Missing negative tests
45
"$ref": "#/components/schemas/FlowRunSort",
46 },
47 "task_runs": {
Missing negative tests
48
"anyOf": [
49 {
50 "$ref": "#/components/schemas/TaskRunFilter"
51 },
52 {
53 "type": "null"
54 }
Missing negative tests
55
]
56 },
57 "work_pool_queues": {
Missing negative tests
58
"anyOf": [
59 {
60 "$ref": "#/components/schemas/WorkQueueFilter"
61 },
62 {
63 "type": "null"
64 }
Missing negative tests
65
]
66 },
67 "work_pools": {
Missing negative tests
68
"anyOf": [
69 {
70 "$ref": "#/components/schemas/WorkPoolFilter"
71 },
72 {
73 "type": "null"
74 }
Missing negative tests
75
]
76 }
Missing negative tests
77
},
78 "type": "object"
79 },
80 "DeploymentFilter": {
81 "additionalProperties": false,
Missing negative tests
82
"properties": {
83 "concurrency_limit": {
Missing negative tests
84
"anyOf": [
85 {
86 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
87 },
88 {
89 "type": "null"
90 }
Missing negative tests
91
],
92 "deprecated": true,
93 },
94 "flow_or_deployment_name": {
Missing negative tests
95
"anyOf": [
96 {
97 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
98 },
99 {
100 "type": "null"
101 }
Missing negative tests
102
],
103 },
104 "id": {
Missing negative tests
105
"anyOf": [
106 {
107 "$ref": "#/components/schemas/DeploymentFilterId"
108 },
109 {
110 "type": "null"
111 }
Missing negative tests
112
],
113 },
114 "name": {
Missing negative tests
115
"anyOf": [
116 {
117 "$ref": "#/components/schemas/DeploymentFilterName"
118 },
119 {
120 "type": "null"
121 }
Missing negative tests
122
],
123 },
124 "operator": {
Missing negative tests
125
"$ref": "#/components/schemas/Operator",
126 },
127 "paused": {
Missing negative tests
128
"anyOf": [
129 {
130 "$ref": "#/components/schemas/DeploymentFilterPaused"
131 },
132 {
133 "type": "null"
134 }
Missing negative tests
135
],
136 },
137 "tags": {
Missing negative tests
138
"anyOf": [
139 {
140 "$ref": "#/components/schemas/DeploymentFilterTags"
141 },
142 {
143 "type": "null"
144 }
Missing negative tests
145
],
146 },
147 "work_queue_name": {
Missing negative tests
148
"anyOf": [
149 {
150 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
151 },
152 {
153 "type": "null"
154 }
Missing negative tests
155
],
156 }
Missing negative tests
157
},
158 "type": "object"
159 },
160 "DeploymentFilterConcurrencyLimit": {
161 "additionalProperties": false,
Missing negative tests
162
"properties": {
163 "ge_": {
Missing negative tests
164
"anyOf": [
165 {
166 "type": "integer"
167 },
168 {
169 "type": "null"
170 }
Missing negative tests
171
],
172 },
173 "is_null_": {
Missing negative tests
174
"anyOf": [
175 {
Missing negative tests
176
"type": "boolean"
177 },
178 {
Missing positive tests
179
"type": "null"
180 }
Missing negative tests
181
],
182 },
183 "le_": {
Missing negative tests
184
"anyOf": [
185 {
186 "type": "integer"
187 },
188 {
189 "type": "null"
190 }
Missing negative tests
191
],
192 }
Missing negative tests
193
},
194 "type": "object"
195 },
196 "DeploymentFilterId": {
197 "additionalProperties": false,
Missing negative tests
198
"properties": {
199 "any_": {
Missing negative tests
200
"anyOf": [
201 {
202 "items": {
Missing negative tests
203
"format": "uuid",
Missing negative tests
204
"type": "string"
205 },
206 "type": "array"
207 },
208 {
209 "type": "null"
210 }
Missing negative tests
211
],
212 },
213 "not_any_": {
Missing negative tests
214
"anyOf": [
215 {
216 "items": {
Missing negative tests
217
"format": "uuid",
Missing negative tests
218
"type": "string"
219 },
220 "type": "array"
221 },
222 {
223 "type": "null"
224 }
Missing negative tests
225
],
226 }
Missing negative tests
227
},
228 "type": "object"
229 },
230 "DeploymentFilterName": {
231 "additionalProperties": false,
Missing negative tests
232
"properties": {
233 "any_": {
Missing negative tests
234
"anyOf": [
235 {
236 "items": {
Missing negative tests
237
"type": "string"
238 },
239 "type": "array"
240 },
241 {
242 "type": "null"
243 }
Missing negative tests
244
],
245 "examples": [
246 [
247 "my-deployment-1",
248 "my-deployment-2"
249 ]
250 ],
251 },
252 "like_": {
Missing negative tests
253
"anyOf": [
254 {
255 "type": "string"
256 },
257 {
258 "type": "null"
259 }
Missing negative tests
260
],
261 "examples": [
262 "marvin"
263 ],
264 }
Missing negative tests
265
},
266 "type": "object"
267 },
268 "DeploymentFilterPaused": {
269 "additionalProperties": false,
Missing negative tests
270
"properties": {
271 "eq_": {
Missing negative tests
272
"anyOf": [
273 {
274 "type": "boolean"
275 },
276 {
277 "type": "null"
278 }
Missing negative tests
279
],
280 }
Missing negative tests
281
},
282 "type": "object"
283 },
284 "DeploymentFilterTags": {
285 "additionalProperties": false,
Missing negative tests
286
"properties": {
287 "all_": {
Missing negative tests
288
"anyOf": [
289 {
290 "items": {
Missing negative tests
291
"type": "string"
292 },
293 "type": "array"
294 },
295 {
296 "type": "null"
297 }
Missing negative tests
298
],
299 "examples": [
300 [
301 "tag-1",
302 "tag-2"
303 ]
304 ],
305 },
306 "any_": {
Missing negative tests
307
"anyOf": [
308 {
309 "items": {
Missing negative tests
310
"type": "string"
311 },
312 "type": "array"
313 },
314 {
315 "type": "null"
316 }
Missing negative tests
317
],
318 "examples": [
319 [
320 "tag-1",
321 "tag-2"
322 ]
323 ],
324 },
325 "is_null_": {
Missing negative tests
326
"anyOf": [
327 {
328 "type": "boolean"
329 },
330 {
331 "type": "null"
332 }
Missing negative tests
333
],
334 },
335 "operator": {
Missing negative tests
336
"$ref": "#/components/schemas/Operator",
337 }
Missing negative tests
338
},
339 "type": "object"
340 },
341 "DeploymentFilterWorkQueueName": {
342 "additionalProperties": false,
Missing negative tests
343
"properties": {
344 "any_": {
Missing negative tests
345
"anyOf": [
346 {
347 "items": {
Missing negative tests
348
"type": "string"
349 },
350 "type": "array"
351 },
352 {
353 "type": "null"
354 }
Missing negative tests
355
],
356 "examples": [
357 [
358 "work_queue_1",
359 "work_queue_2"
360 ]
361 ],
362 }
Missing negative tests
363
},
364 "type": "object"
365 },
366 "DeploymentOrFlowNameFilter": {
367 "additionalProperties": false,
Missing negative tests
368
"properties": {
369 "like_": {
Missing negative tests
370
"anyOf": [
371 {
372 "type": "string"
373 },
374 {
375 "type": "null"
376 }
Missing negative tests
377
],
378 }
Missing negative tests
379
},
380 "type": "object"
381 },
382 "FlowFilter": {
383 "additionalProperties": false,
Missing negative tests
384
"properties": {
385 "deployment": {
Missing negative tests
386
"anyOf": [
387 {
388 "$ref": "#/components/schemas/FlowFilterDeployment"
389 },
390 {
391 "type": "null"
392 }
Missing negative tests
393
],
394 },
395 "id": {
Missing negative tests
396
"anyOf": [
397 {
398 "$ref": "#/components/schemas/FlowFilterId"
399 },
400 {
401 "type": "null"
402 }
Missing negative tests
403
],
404 },
405 "name": {
Missing negative tests
406
"anyOf": [
407 {
408 "$ref": "#/components/schemas/FlowFilterName"
409 },
410 {
411 "type": "null"
412 }
Missing negative tests
413
],
414 },
415 "operator": {
Missing negative tests
416
"$ref": "#/components/schemas/Operator",
417 },
418 "tags": {
Missing negative tests
419
"anyOf": [
420 {
421 "$ref": "#/components/schemas/FlowFilterTags"
422 },
423 {
424 "type": "null"
425 }
Missing negative tests
426
],
427 }
Missing negative tests
428
},
429 "type": "object"
430 },
431 "FlowFilterDeployment": {
432 "additionalProperties": false,
Missing negative tests
433
"properties": {
434 "is_null_": {
Missing negative tests
435
"anyOf": [
436 {
437 "type": "boolean"
438 },
439 {
440 "type": "null"
441 }
Missing negative tests
442
],
443 },
444 "operator": {
Missing negative tests
445
"$ref": "#/components/schemas/Operator",
446 }
Missing negative tests
447
},
448 "type": "object"
449 },
450 "FlowFilterId": {
451 "additionalProperties": false,
Missing negative tests
452
"properties": {
453 "any_": {
Missing negative tests
454
"anyOf": [
455 {
456 "items": {
Missing negative tests
457
"format": "uuid",
Missing negative tests
458
"type": "string"
459 },
460 "type": "array"
461 },
462 {
463 "type": "null"
464 }
Missing negative tests
465
],
466 }
Missing negative tests
467
},
468 "type": "object"
469 },
470 "FlowFilterName": {
471 "additionalProperties": false,
Missing negative tests
472
"properties": {
473 "any_": {
Missing negative tests
474
"anyOf": [
475 {
476 "items": {
Missing negative tests
477
"type": "string"
478 },
479 "type": "array"
480 },
481 {
482 "type": "null"
483 }
Missing negative tests
484
],
485 "examples": [
486 [
487 "my-flow-1",
488 "my-flow-2"
489 ]
490 ],
491 },
492 "like_": {
Missing negative tests
493
"anyOf": [
494 {
495 "type": "string"
496 },
497 {
498 "type": "null"
499 }
Missing negative tests
500
],
501 "examples": [
502 "marvin"
503 ],
504 }
Missing negative tests
505
},
506 "type": "object"
507 },
508 "FlowFilterTags": {
509 "additionalProperties": false,
Missing negative tests
510
"properties": {
511 "all_": {
Missing negative tests
512
"anyOf": [
513 {
514 "items": {
Missing negative tests
515
"type": "string"
516 },
Missing negative tests
517
"type": "array"
518 },
519 {
Missing positive tests
520
"type": "null"
521 }
Missing negative tests
522
],
523 "examples": [
524 [
525 "tag-1",
526 "tag-2"
527 ]
528 ],
529 },
530 "is_null_": {
Missing negative tests
531
"anyOf": [
532 {
Missing negative tests
533
"type": "boolean"
534 },
535 {
Missing positive tests
536
"type": "null"
537 }
Missing negative tests
538
],
539 },
540 "operator": {
Missing negative tests
541
"$ref": "#/components/schemas/Operator",
542 }
Missing negative tests
543
},
544 "type": "object"
545 },
546 "FlowRunFilter": {
547 "additionalProperties": false,
Missing negative tests
548
"properties": {
549 "deployment_id": {
Missing negative tests
550
"anyOf": [
551 {
552 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
553 },
554 {
555 "type": "null"
556 }
Missing negative tests
557
],
558 },
559 "end_time": {
Missing negative tests
560
"anyOf": [
561 {
562 "$ref": "#/components/schemas/FlowRunFilterEndTime"
563 },
564 {
565 "type": "null"
566 }
Missing negative tests
567
],
568 },
569 "expected_start_time": {
Missing negative tests
570
"anyOf": [
571 {
572 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
573 },
574 {
575 "type": "null"
576 }
Missing negative tests
577
],
578 },
579 "flow_version": {
Missing negative tests
580
"anyOf": [
581 {
582 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
583 },
584 {
585 "type": "null"
586 }
Missing negative tests
587
],
588 },
589 "id": {
Missing negative tests
590
"anyOf": [
591 {
592 "$ref": "#/components/schemas/FlowRunFilterId"
593 },
594 {
595 "type": "null"
596 }
Missing negative tests
597
],
598 },
599 "idempotency_key": {
Missing negative tests
600
"anyOf": [
601 {
Missing positive tests
602
"$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
603 },
604 {
Missing negative tests
605
"type": "null"
606 }
Missing negative tests
607
],
608 },
609 "name": {
Missing negative tests
610
"anyOf": [
611 {
612 "$ref": "#/components/schemas/FlowRunFilterName"
613 },
614 {
615 "type": "null"
616 }
Missing negative tests
617
],
618 },
619 "next_scheduled_start_time": {
Missing negative tests
620
"anyOf": [
621 {
622 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
623 },
624 {
625 "type": "null"
626 }
Missing negative tests
627
],
628 },
629 "operator": {
Missing negative tests
630
"$ref": "#/components/schemas/Operator",
631 },
632 "parent_flow_run_id": {
Missing negative tests
633
"anyOf": [
634 {
635 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
636 },
637 {
638 "type": "null"
639 }
Missing negative tests
640
],
641 },
642 "parent_task_run_id": {
Missing negative tests
643
"anyOf": [
644 {
645 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
646 },
647 {
648 "type": "null"
649 }
Missing negative tests
650
],
651 },
652 "start_time": {
Missing negative tests
653
"anyOf": [
654 {
655 "$ref": "#/components/schemas/FlowRunFilterStartTime"
656 },
657 {
658 "type": "null"
659 }
Missing negative tests
660
],
661 },
662 "state": {
Missing negative tests
663
"anyOf": [
664 {
665 "$ref": "#/components/schemas/FlowRunFilterState"
666 },
667 {
668 "type": "null"
669 }
Missing negative tests
670
],
671 },
672 "tags": {
Missing negative tests
673
"anyOf": [
674 {
675 "$ref": "#/components/schemas/FlowRunFilterTags"
676 },
677 {
678 "type": "null"
679 }
Missing negative tests
680
],
681 },
682 "work_queue_name": {
Missing negative tests
683
"anyOf": [
684 {
685 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
686 },
687 {
688 "type": "null"
689 }
Missing negative tests
690
],
691 }
Missing negative tests
692
},
693 "type": "object"
694 },
695 "FlowRunFilterDeploymentId": {
696 "additionalProperties": false,
Missing negative tests
697
"properties": {
698 "any_": {
Missing negative tests
699
"anyOf": [
700 {
701 "items": {
Missing negative tests
702
"format": "uuid",
Missing negative tests
703
"type": "string"
704 },
705 "type": "array"
706 },
707 {
708 "type": "null"
709 }
Missing negative tests
710
],
711 },
712 "is_null_": {
Missing negative tests
713
"anyOf": [
714 {
715 "type": "boolean"
716 },
717 {
718 "type": "null"
719 }
Missing negative tests
720
],
721 },
722 "operator": {
Missing negative tests
723
"$ref": "#/components/schemas/Operator",
724 }
Missing negative tests
725
},
726 "type": "object"
727 },
728 "FlowRunFilterEndTime": {
729 "additionalProperties": false,
Missing negative tests
730
"properties": {
731 "after_": {
Missing tests
732
"anyOf": [
733 {
Missing tests
734
"format": "date-time",
Missing tests
735
"type": "string"
736 },
737 {
Missing tests
738
"type": "null"
739 }
Missing tests
740
],
741 },
742 "before_": {
Missing negative tests
743
"anyOf": [
744 {
Missing negative tests
745
"format": "date-time",
Missing negative tests
746
"type": "string"
747 },
748 {
Missing positive tests
749
"type": "null"
750 }
Missing negative tests
751
],
752 },
753 "is_null_": {
Missing negative tests
754
"anyOf": [
755 {
756 "type": "boolean"
757 },
758 {
759 "type": "null"
760 }
Missing negative tests
761
],
762 }
Missing negative tests
763
},
764 "type": "object"
765 },
766 "FlowRunFilterExpectedStartTime": {
767 "additionalProperties": false,
Missing negative tests
768
"properties": {
769 "after_": {
Missing tests
770
"anyOf": [
771 {
Missing tests
772
"format": "date-time",
Missing tests
773
"type": "string"
774 },
775 {
Missing tests
776
"type": "null"
777 }
Missing tests
778
],
779 },
780 "before_": {
Missing negative tests
781
"anyOf": [
782 {
Missing negative tests
783
"format": "date-time",
784 "type": "string"
785 },
786 {
787 "type": "null"
788 }
Missing negative tests
789
],
790 }
Missing negative tests
791
},
792 "type": "object"
793 },
794 "FlowRunFilterFlowVersion": {
795 "additionalProperties": false,
Missing negative tests
796
"properties": {
797 "any_": {
Missing negative tests
798
"anyOf": [
799 {
800 "items": {
Missing negative tests
801
"type": "string"
802 },
803 "type": "array"
804 },
805 {
806 "type": "null"
807 }
Missing negative tests
808
],
809 }
Missing negative tests
810
},
811 "type": "object"
812 },
813 "FlowRunFilterId": {
814 "additionalProperties": false,
Missing tests
815
"properties": {
816 "any_": {
Missing tests
817
"anyOf": [
818 {
819 "items": {
Missing tests
820
"format": "uuid",
Missing tests
821
"type": "string"
822 },
Missing tests
823
"type": "array"
824 },
825 {
Missing tests
826
"type": "null"
827 }
Missing tests
828
],
829 },
830 "not_any_": {
Missing tests
831
"anyOf": [
832 {
833 "items": {
Missing tests
834
"format": "uuid",
Missing tests
835
"type": "string"
836 },
Missing tests
837
"type": "array"
838 },
839 {
Missing tests
840
"type": "null"
841 }
Missing tests
842
],
843 }
Missing tests
844
},
845 "type": "object"
846 },
847 "FlowRunFilterIdempotencyKey": {
848 "additionalProperties": false,
Missing tests
849
"properties": {
850 "any_": {
Missing tests
851
"anyOf": [
852 {
853 "items": {
Missing tests
854
"type": "string"
855 },
Missing tests
856
"type": "array"
857 },
858 {
Missing tests
859
"type": "null"
860 }
Missing tests
861
],
862 },
863 "not_any_": {
Missing tests
864
"anyOf": [
865 {
866 "items": {
Missing tests
867
"type": "string"
868 },
Missing tests
869
"type": "array"
870 },
871 {
Missing tests
872
"type": "null"
873 }
Missing tests
874
],
875 }
Missing tests
876
},
Missing positive tests
877
"type": "object"
878 },
879 "FlowRunFilterName": {
880 "additionalProperties": false,
Missing negative tests
881
"properties": {
882 "any_": {
Missing negative tests
883
"anyOf": [
884 {
885 "items": {
Missing negative tests
886
"type": "string"
887 },
888 "type": "array"
889 },
890 {
891 "type": "null"
892 }
Missing negative tests
893
],
894 "examples": [
895 [
896 "my-flow-run-1",
897 "my-flow-run-2"
898 ]
899 ],
900 },
901 "like_": {
Missing negative tests
902
"anyOf": [
903 {
Missing negative tests
904
"type": "string"
905 },
906 {
Missing positive tests
907
"type": "null"
908 }
Missing negative tests
909
],
910 "examples": [
911 "marvin"
912 ],
913 }
Missing negative tests
914
},
915 "type": "object"
916 },
917 "FlowRunFilterNextScheduledStartTime": {
918 "additionalProperties": false,
Missing negative tests
919
"properties": {
920 "after_": {
Missing negative tests
921
"anyOf": [
922 {
Missing tests
923
"format": "date-time",
Missing positive tests
924
"type": "string"
925 },
926 {
Missing negative tests
927
"type": "null"
928 }
Missing negative tests
929
],
930 },
931 "before_": {
Missing negative tests
932
"anyOf": [
933 {
Missing negative tests
934
"format": "date-time",
Missing negative tests
935
"type": "string"
936 },
937 {
Missing positive tests
938
"type": "null"
939 }
Missing negative tests
940
],
941 }
Missing negative tests
942
},
943 "type": "object"
944 },
945 "FlowRunFilterParentFlowRunId": {
946 "additionalProperties": false,
Missing negative tests
947
"properties": {
948 "any_": {
Missing tests
949
"anyOf": [
950 {
951 "items": {
Missing tests
952
"format": "uuid",
Missing tests
953
"type": "string"
954 },
Missing tests
955
"type": "array"
956 },
957 {
Missing tests
958
"type": "null"
959 }
Missing tests
960
],
961 },
962 "operator": {
Missing negative tests
963
"$ref": "#/components/schemas/Operator",
964 }
Missing negative tests
965
},
966 "type": "object"
967 },
968 "FlowRunFilterParentTaskRunId": {
969 "additionalProperties": false,
Missing negative tests
970
"properties": {
971 "any_": {
Missing negative tests
972
"anyOf": [
973 {
974 "items": {
Missing negative tests
975
"format": "uuid",
Missing negative tests
976
"type": "string"
977 },
Missing negative tests
978
"type": "array"
979 },
980 {
Missing positive tests
981
"type": "null"
982 }
Missing negative tests
983
],
984 },
985 "is_null_": {
Missing negative tests
986
"anyOf": [
987 {
Missing positive tests
988
"type": "boolean"
989 },
990 {
Missing negative tests
991
"type": "null"
992 }
Missing negative tests
993
],
994 },
995 "operator": {
Missing negative tests
996
"$ref": "#/components/schemas/Operator",
997 }
Missing negative tests
998
},
999 "type": "object"
1000 },
1001 "FlowRunFilterStartTime": {
1002 "additionalProperties": false,
Missing negative tests
1003
"properties": {
1004 "after_": {
Missing negative tests
1005
"anyOf": [
1006 {
Missing negative tests
1007
"format": "date-time",
Missing negative tests
1008
"type": "string"
1009 },
1010 {
Missing positive tests
1011
"type": "null"
1012 }
Missing negative tests
1013
],
1014 },
1015 "before_": {
Missing negative tests
1016
"anyOf": [
1017 {
Missing tests
1018
"format": "date-time",
Missing positive tests
1019
"type": "string"
1020 },
1021 {
Missing negative tests
1022
"type": "null"
1023 }
Missing negative tests
1024
],
1025 },
1026 "is_null_": {
Missing negative tests
1027
"anyOf": [
1028 {
Missing negative tests
1029
"type": "boolean"
1030 },
1031 {
Missing positive tests
1032
"type": "null"
1033 }
Missing negative tests
1034
],
1035 }
Missing negative tests
1036
},
1037 "type": "object"
1038 },
1039 "FlowRunFilterState": {
1040 "additionalProperties": false,
Missing negative tests
1041
"properties": {
1042 "name": {
Missing negative tests
1043
"anyOf": [
1044 {
1045 "$ref": "#/components/schemas/FlowRunFilterStateName"
1046 },
1047 {
1048 "type": "null"
1049 }
Missing negative tests
1050
],
1051 },
1052 "operator": {
Missing negative tests
1053
"$ref": "#/components/schemas/Operator",
1054 },
1055 "type": {
Missing negative tests
1056
"anyOf": [
1057 {
Missing negative tests
1058
"$ref": "#/components/schemas/FlowRunFilterStateType"
1059 },
1060 {
Missing positive tests
1061
"type": "null"
1062 }
Missing negative tests
1063
],
1064 }
Missing negative tests
1065
},
1066 "type": "object"
1067 },
1068 "FlowRunFilterStateName": {
1069 "additionalProperties": false,
Missing negative tests
1070
"properties": {
1071 "any_": {
Missing negative tests
1072
"anyOf": [
1073 {
1074 "items": {
Missing tests
1075
"type": "string"
1076 },
Missing positive tests
1077
"type": "array"
1078 },
1079 {
Missing negative tests
1080
"type": "null"
1081 }
Missing negative tests
1082
],
1083 },
1084 "not_any_": {
Missing tests
1085
"anyOf": [
1086 {
1087 "items": {
Missing tests
1088
"type": "string"
1089 },
Missing tests
1090
"type": "array"
1091 },
1092 {
Missing tests
1093
"type": "null"
1094 }
Missing tests
1095
],
1096 }
Missing negative tests
1097
},
1098 "type": "object"
1099 },
1100 "FlowRunFilterStateType": {
1101 "additionalProperties": false,
Missing negative tests
1102
"properties": {
1103 "any_": {
Missing negative tests
1104
"anyOf": [
1105 {
1106 "items": {
Missing negative tests
1107
"$ref": "#/components/schemas/StateType"
1108 },
1109 "type": "array"
1110 },
1111 {
1112 "type": "null"
1113 }
Missing negative tests
1114
],
1115 },
1116 "not_any_": {
Missing negative tests
1117
"anyOf": [
1118 {
1119 "items": {
Missing negative tests
1120
"$ref": "#/components/schemas/StateType"
1121 },
1122 "type": "array"
1123 },
1124 {
1125 "type": "null"
1126 }
Missing negative tests
1127
],
1128 }
Missing negative tests
1129
},
Missing negative tests
1130
"type": "object"
1131 },
1132 "FlowRunFilterTags": {
1133 "additionalProperties": false,
Missing negative tests
1134
"properties": {
1135 "all_": {
Missing negative tests
1136
"anyOf": [
1137 {
1138 "items": {
Missing negative tests
1139
"type": "string"
1140 },
Missing negative tests
1141
"type": "array"
1142 },
1143 {
Missing positive tests
1144
"type": "null"
1145 }
Missing negative tests
1146
],
1147 "examples": [
1148 [
1149 "tag-1",
1150 "tag-2"
1151 ]
1152 ],
1153 },
1154 "any_": {
Missing negative tests
1155
"anyOf": [
1156 {
1157 "items": {
Missing negative tests
1158
"type": "string"
1159 },
1160 "type": "array"
1161 },
1162 {
1163 "type": "null"
1164 }
Missing negative tests
1165
],
1166 "examples": [
1167 [
1168 "tag-1",
1169 "tag-2"
1170 ]
1171 ],
1172 },
1173 "is_null_": {
Missing negative tests
1174
"anyOf": [
1175 {
1176 "type": "boolean"
1177 },
1178 {
1179 "type": "null"
1180 }
Missing negative tests
1181
],
1182 },
1183 "operator": {
Missing negative tests
1184
"$ref": "#/components/schemas/Operator",
1185 }
Missing negative tests
1186
},
1187 "type": "object"
1188 },
1189 "FlowRunFilterWorkQueueName": {
1190 "additionalProperties": false,
Missing negative tests
1191
"properties": {
1192 "any_": {
Missing negative tests
1193
"anyOf": [
1194 {
1195 "items": {
Missing negative tests
1196
"type": "string"
1197 },
1198 "type": "array"
1199 },
1200 {
1201 "type": "null"
1202 }
Missing negative tests
1203
],
1204 "examples": [
1205 [
1206 "work_queue_1",
1207 "work_queue_2"
1208 ]
1209 ],
1210 },
1211 "is_null_": {
Missing tests
1212
"anyOf": [
1213 {
Missing tests
1214
"type": "boolean"
1215 },
1216 {
Missing tests
1217
"type": "null"
1218 }
Missing tests
1219
],
1220 },
1221 "operator": {
Missing tests
1222
"$ref": "#/components/schemas/Operator",
1223 }
Missing negative tests
1224
},
1225 "type": "object"
1226 },
1227 "FlowRunSort": {
Missing negative tests
1228
"enum": [
1229 "ID_DESC",
1230 "START_TIME_ASC",
1231 "START_TIME_DESC",
1232 "EXPECTED_START_TIME_ASC",
1233 "EXPECTED_START_TIME_DESC",
1234 "NAME_ASC",
1235 "NAME_DESC",
1236 "NEXT_SCHEDULED_START_TIME_ASC",
1237 "END_TIME_DESC"
Missing negative tests
1238
],
Missing negative tests
1239
"type": "string"
1240 },
1241 "Operator": {
Missing negative tests
1242
"enum": [
1243 "and_",
1244 "or_"
Missing negative tests
1245
],
Missing negative tests
1246
"type": "string"
1247 },
1248 "StateType": {
Missing negative tests
1249
"enum": [
1250 "SCHEDULED",
1251 "PENDING",
1252 "RUNNING",
1253 "COMPLETED",
1254 "FAILED",
1255 "CANCELLED",
1256 "CRASHED",
1257 "PAUSED",
1258 "CANCELLING"
Missing negative tests
1259
],
Missing negative tests
1260
"type": "string"
1261 },
1262 "TaskRunFilter": {
1263 "additionalProperties": false,
Missing negative tests
1264
"properties": {
1265 "expected_start_time": {
Missing negative tests
1266
"anyOf": [
1267 {
1268 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1269 },
1270 {
1271 "type": "null"
1272 }
Missing negative tests
1273
],
1274 },
1275 "flow_run_id": {
Missing negative tests
1276
"anyOf": [
1277 {
1278 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1279 },
1280 {
1281 "type": "null"
1282 }
Missing negative tests
1283
],
1284 },
1285 "id": {
Missing negative tests
1286
"anyOf": [
1287 {
1288 "$ref": "#/components/schemas/TaskRunFilterId"
1289 },
1290 {
1291 "type": "null"
1292 }
Missing negative tests
1293
],
1294 },
1295 "name": {
Missing negative tests
1296
"anyOf": [
1297 {
1298 "$ref": "#/components/schemas/TaskRunFilterName"
1299 },
1300 {
1301 "type": "null"
1302 }
Missing negative tests
1303
],
1304 },
1305 "operator": {
Missing negative tests
1306
"$ref": "#/components/schemas/Operator",
1307 },
1308 "start_time": {
Missing negative tests
1309
"anyOf": [
1310 {
1311 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1312 },
1313 {
1314 "type": "null"
1315 }
Missing negative tests
1316
],
1317 },
1318 "state": {
Missing negative tests
1319
"anyOf": [
1320 {
1321 "$ref": "#/components/schemas/TaskRunFilterState"
1322 },
1323 {
1324 "type": "null"
1325 }
Missing negative tests
1326
],
1327 },
1328 "subflow_runs": {
Missing negative tests
1329
"anyOf": [
1330 {
1331 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1332 },
1333 {
1334 "type": "null"
1335 }
Missing negative tests
1336
],
1337 },
1338 "tags": {
Missing negative tests
1339
"anyOf": [
1340 {
1341 "$ref": "#/components/schemas/TaskRunFilterTags"
1342 },
1343 {
1344 "type": "null"
1345 }
Missing negative tests
1346
],
1347 }
Missing negative tests
1348
},
1349 "type": "object"
1350 },
1351 "TaskRunFilterExpectedStartTime": {
1352 "additionalProperties": false,
Missing negative tests
1353
"properties": {
1354 "after_": {
Missing negative tests
1355
"anyOf": [
1356 {
Missing negative tests
1357
"format": "date-time",
1358 "type": "string"
1359 },
1360 {
1361 "type": "null"
1362 }
Missing negative tests
1363
],
1364 },
1365 "before_": {
Missing negative tests
1366
"anyOf": [
1367 {
Missing negative tests
1368
"format": "date-time",
1369 "type": "string"
1370 },
1371 {
1372 "type": "null"
1373 }
Missing negative tests
1374
],
1375 }
Missing negative tests
1376
},
1377 "type": "object"
1378 },
1379 "TaskRunFilterFlowRunId": {
1380 "additionalProperties": false,
Missing negative tests
1381
"properties": {
1382 "any_": {
Missing negative tests
1383
"anyOf": [
1384 {
1385 "items": {
Missing negative tests
1386
"format": "uuid",
Missing negative tests
1387
"type": "string"
1388 },
Missing negative tests
1389
"type": "array"
1390 },
1391 {
Missing positive tests
1392
"type": "null"
1393 }
Missing negative tests
1394
],
1395 },
1396 "is_null_": {
Missing negative tests
1397
"anyOf": [
1398 {
Missing positive tests
1399
"type": "boolean"
1400 },
1401 {
Missing negative tests
1402
"type": "null"
1403 }
Missing negative tests
1404
],
1405 },
1406 "operator": {
Missing negative tests
1407
"$ref": "#/components/schemas/Operator",
1408 }
Missing negative tests
1409
},
1410 "type": "object"
1411 },
1412 "TaskRunFilterId": {
1413 "additionalProperties": false,
Missing negative tests
1414
"properties": {
1415 "any_": {
Missing negative tests
1416
"anyOf": [
1417 {
1418 "items": {
Missing negative tests
1419
"format": "uuid",
Missing negative tests
1420
"type": "string"
1421 },
Missing negative tests
1422
"type": "array"
1423 },
1424 {
Missing positive tests
1425
"type": "null"
1426 }
Missing negative tests
1427
],
1428 }
Missing negative tests
1429
},
1430 "type": "object"
1431 },
1432 "TaskRunFilterName": {
1433 "additionalProperties": false,
Missing negative tests
1434
"properties": {
1435 "any_": {
Missing negative tests
1436
"anyOf": [
1437 {
1438 "items": {
Missing negative tests
1439
"type": "string"
1440 },
Missing negative tests
1441
"type": "array"
1442 },
1443 {
Missing positive tests
1444
"type": "null"
1445 }
Missing negative tests
1446
],
1447 "examples": [
1448 [
1449 "my-task-run-1",
1450 "my-task-run-2"
1451 ]
1452 ],
1453 },
1454 "like_": {
Missing negative tests
1455
"anyOf": [
1456 {
1457 "type": "string"
1458 },
1459 {
1460 "type": "null"
1461 }
Missing negative tests
1462
],
1463 "examples": [
1464 "marvin"
1465 ],
1466 }
Missing negative tests
1467
},
1468 "type": "object"
1469 },
1470 "TaskRunFilterStartTime": {
1471 "additionalProperties": false,
Missing negative tests
1472
"properties": {
1473 "after_": {
Missing tests
1474
"anyOf": [
1475 {
Missing tests
1476
"format": "date-time",
Missing tests
1477
"type": "string"
1478 },
1479 {
Missing tests
1480
"type": "null"
1481 }
Missing tests
1482
],
1483 },
1484 "before_": {
Missing tests
1485
"anyOf": [
1486 {
Missing tests
1487
"format": "date-time",
Missing tests
1488
"type": "string"
1489 },
1490 {
Missing tests
1491
"type": "null"
1492 }
Missing tests
1493
],
1494 },
1495 "is_null_": {
Missing negative tests
1496
"anyOf": [
1497 {
Missing negative tests
1498
"type": "boolean"
1499 },
1500 {
Missing positive tests
1501
"type": "null"
1502 }
Missing negative tests
1503
],
1504 }
Missing negative tests
1505
},
1506 "type": "object"
1507 },
1508 "TaskRunFilterState": {
1509 "additionalProperties": false,
Missing negative tests
1510
"properties": {
1511 "name": {
Missing negative tests
1512
"anyOf": [
1513 {
Missing negative tests
1514
"$ref": "#/components/schemas/TaskRunFilterStateName"
1515 },
1516 {
Missing positive tests
1517
"type": "null"
1518 }
Missing negative tests
1519
],
1520 },
1521 "operator": {
Missing negative tests
1522
"$ref": "#/components/schemas/Operator",
1523 },
1524 "type": {
Missing negative tests
1525
"anyOf": [
1526 {
Missing negative tests
1527
"$ref": "#/components/schemas/TaskRunFilterStateType"
1528 },
1529 {
Missing positive tests
1530
"type": "null"
1531 }
Missing negative tests
1532
],
1533 }
Missing negative tests
1534
},
1535 "type": "object"
1536 },
1537 "TaskRunFilterStateName": {
1538 "additionalProperties": false,
Missing tests
1539
"properties": {
1540 "any_": {
Missing tests
1541
"anyOf": [
1542 {
1543 "items": {
Missing tests
1544
"type": "string"
1545 },
Missing tests
1546
"type": "array"
1547 },
1548 {
Missing tests
1549
"type": "null"
1550 }
Missing tests
1551
],
1552 }
Missing tests
1553
},
Missing negative tests
1554
"type": "object"
1555 },
1556 "TaskRunFilterStateType": {
1557 "additionalProperties": false,
Missing negative tests
1558
"properties": {
1559 "any_": {
Missing negative tests
1560
"anyOf": [
1561 {
1562 "items": {
Missing negative tests
1563
"$ref": "#/components/schemas/StateType"
1564 },
Missing negative tests
1565
"type": "array"
1566 },
1567 {
Missing positive tests
1568
"type": "null"
1569 }
Missing negative tests
1570
],
1571 }
Missing negative tests
1572
},
Missing negative tests
1573
"type": "object"
1574 },
1575 "TaskRunFilterSubFlowRuns": {
1576 "additionalProperties": false,
Missing negative tests
1577
"properties": {
1578 "exists_": {
Missing negative tests
1579
"anyOf": [
1580 {
Missing negative tests
1581
"type": "boolean"
1582 },
1583 {
Missing positive tests
1584
"type": "null"
1585 }
Missing negative tests
1586
],
1587 }
Missing negative tests
1588
},
1589 "type": "object"
1590 },
1591 "TaskRunFilterTags": {
1592 "additionalProperties": false,
Missing negative tests
1593
"properties": {
1594 "all_": {
Missing negative tests
1595
"anyOf": [
1596 {
1597 "items": {
Missing negative tests
1598
"type": "string"
1599 },
1600 "type": "array"
1601 },
1602 {
1603 "type": "null"
1604 }
Missing negative tests
1605
],
1606 "examples": [
1607 [
1608 "tag-1",
1609 "tag-2"
1610 ]
1611 ],
1612 },
1613 "is_null_": {
Missing negative tests
1614
"anyOf": [
1615 {
1616 "type": "boolean"
1617 },
1618 {
1619 "type": "null"
1620 }
Missing negative tests
1621
],
1622 },
1623 "operator": {
Missing negative tests
1624
"$ref": "#/components/schemas/Operator",
1625 }
Missing negative tests
1626
},
1627 "type": "object"
1628 },
1629 "WorkPoolFilter": {
1630 "additionalProperties": false,
Missing negative tests
1631
"properties": {
1632 "id": {
Missing negative tests
1633
"anyOf": [
1634 {
1635 "$ref": "#/components/schemas/WorkPoolFilterId"
1636 },
1637 {
1638 "type": "null"
1639 }
Missing negative tests
1640
],
1641 },
1642 "name": {
Missing negative tests
1643
"anyOf": [
1644 {
1645 "$ref": "#/components/schemas/WorkPoolFilterName"
1646 },
1647 {
1648 "type": "null"
1649 }
Missing negative tests
1650
],
1651 },
1652 "operator": {
Missing negative tests
1653
"$ref": "#/components/schemas/Operator",
1654 },
1655 "type": {
Missing negative tests
1656
"anyOf": [
1657 {
1658 "$ref": "#/components/schemas/WorkPoolFilterType"
1659 },
1660 {
1661 "type": "null"
1662 }
Missing negative tests
1663
],
1664 }
Missing negative tests
1665
},
1666 "type": "object"
1667 },
1668 "WorkPoolFilterId": {
1669 "additionalProperties": false,
Missing negative tests
1670
"properties": {
1671 "any_": {
Missing negative tests
1672
"anyOf": [
1673 {
1674 "items": {
Missing negative tests
1675
"format": "uuid",
Missing negative tests
1676
"type": "string"
1677 },
1678 "type": "array"
1679 },
1680 {
1681 "type": "null"
1682 }
Missing negative tests
1683
],
1684 }
Missing negative tests
1685
},
1686 "type": "object"
1687 },
1688 "WorkPoolFilterName": {
1689 "additionalProperties": false,
Missing negative tests
1690
"properties": {
1691 "any_": {
Missing negative tests
1692
"anyOf": [
1693 {
1694 "items": {
Missing negative tests
1695
"type": "string"
1696 },
1697 "type": "array"
1698 },
1699 {
1700 "type": "null"
1701 }
Missing negative tests
1702
],
1703 }
Missing negative tests
1704
},
1705 "type": "object"
1706 },
1707 "WorkPoolFilterType": {
1708 "additionalProperties": false,
Missing negative tests
1709
"properties": {
1710 "any_": {
Missing negative tests
1711
"anyOf": [
1712 {
1713 "items": {
Missing negative tests
1714
"type": "string"
1715 },
1716 "type": "array"
1717 },
1718 {
1719 "type": "null"
1720 }
Missing negative tests
1721
],
1722 }
Missing negative tests
1723
},
1724 "type": "object"
1725 },
1726 "WorkQueueFilter": {
1727 "additionalProperties": false,
Missing negative tests
1728
"properties": {
1729 "id": {
Missing negative tests
1730
"anyOf": [
1731 {
1732 "$ref": "#/components/schemas/WorkQueueFilterId"
1733 },
1734 {
1735 "type": "null"
1736 }
Missing negative tests
1737
],
1738 },
1739 "name": {
Missing negative tests
1740
"anyOf": [
1741 {
1742 "$ref": "#/components/schemas/WorkQueueFilterName"
1743 },
1744 {
1745 "type": "null"
1746 }
Missing negative tests
1747
],
1748 },
1749 "operator": {
Missing negative tests
1750
"$ref": "#/components/schemas/Operator",
1751 }
Missing negative tests
1752
},
1753 "type": "object"
1754 },
1755 "WorkQueueFilterId": {
1756 "additionalProperties": false,
Missing negative tests
1757
"properties": {
1758 "any_": {
Missing negative tests
1759
"anyOf": [
1760 {
1761 "items": {
Missing negative tests
1762
"format": "uuid",
Missing negative tests
1763
"type": "string"
1764 },
1765 "type": "array"
1766 },
1767 {
1768 "type": "null"
1769 }
Missing negative tests
1770
],
1771 }
Missing negative tests
1772
},
1773 "type": "object"
1774 },
1775 "WorkQueueFilterName": {
1776 "additionalProperties": false,
Missing negative tests
1777
"properties": {
1778 "any_": {
Missing negative tests
1779
"anyOf": [
1780 {
1781 "items": {
Missing negative tests
1782
"type": "string"
1783 },
1784 "type": "array"
1785 },
1786 {
1787 "type": "null"
1788 }
Missing negative tests
1789
],
1790 "examples": [
1791 [
1792 "wq-1",
1793 "wq-2"
1794 ]
1795 ],
1796 },
1797 "startswith_": {
Missing negative tests
1798
"anyOf": [
1799 {
1800 "items": {
Missing negative tests
1801
"type": "string"
1802 },
1803 "type": "array"
1804 },
1805 {
1806 "type": "null"
1807 }
Missing negative tests
1808
],
1809 "examples": [
1810 [
1811 "marvin",
1812 "Marvin-robot"
1813 ]
1814 ],
1815 }
Missing negative tests
1816
},
1817 "type": "object"
1818 }
1819 }
1820 }
1821}
Responses
seen average

200
Successful Response
162 3.77ms
422
Validation Error
54 1.60ms
default
Default
89 2.80ms
Examples
17 of 21 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
sort.default
 
"ID_DESC"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
offset.default
 
0
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json426 of 546 keywords covered
1{
2 "$ref": "#/components/schemas/Body_flow_run_history_flow_runs_history_post",
3 "components": {
4 "schemas": {
5 "Body_flow_run_history_flow_runs_history_post": {
6 "properties": {
7 "deployments": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
Missing positive tests
13
"type": "null"
14 }
15 ]
16 },
17 "flow_runs": {
18 "anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
Missing positive tests
23
"type": "null"
24 }
25 ]
26 },
27 "flows": {
28 "anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
Missing positive tests
33
"type": "null"
34 }
35 ]
36 },
37 "history_end": {
38 "format": "date-time",
39 "type": "string"
40 },
41 "history_interval": {
Missing tests
42
"format": "time-delta",
43 "type": "number"
44 },
45 "history_start": {
46 "format": "date-time",
47 "type": "string"
48 },
49 "task_runs": {
50 "anyOf": [
51 {
52 "$ref": "#/components/schemas/TaskRunFilter"
53 },
54 {
Missing positive tests
55
"type": "null"
56 }
57 ]
58 },
59 "work_pools": {
60 "anyOf": [
61 {
62 "$ref": "#/components/schemas/WorkPoolFilter"
63 },
64 {
Missing positive tests
65
"type": "null"
66 }
67 ]
68 },
69 "work_queues": {
70 "anyOf": [
71 {
72 "$ref": "#/components/schemas/WorkQueueFilter"
73 },
74 {
75 "type": "null"
76 }
77 ]
78 }
79 },
80 "required": [
81 "history_start",
82 "history_end",
83 "history_interval"
84 ],
85 "type": "object"
86 },
87 "DeploymentFilter": {
88 "additionalProperties": false,
89 "properties": {
90 "concurrency_limit": {
91 "anyOf": [
92 {
93 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
94 },
95 {
Missing positive tests
96
"type": "null"
97 }
98 ],
99 "deprecated": true,
100 },
101 "flow_or_deployment_name": {
102 "anyOf": [
103 {
104 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
105 },
106 {
Missing positive tests
107
"type": "null"
108 }
109 ],
110 },
111 "id": {
112 "anyOf": [
113 {
114 "$ref": "#/components/schemas/DeploymentFilterId"
115 },
116 {
Missing positive tests
117
"type": "null"
118 }
119 ],
120 },
121 "name": {
122 "anyOf": [
123 {
124 "$ref": "#/components/schemas/DeploymentFilterName"
125 },
126 {
Missing positive tests
127
"type": "null"
128 }
129 ],
130 },
131 "operator": {
132 "$ref": "#/components/schemas/Operator",
133 },
134 "paused": {
135 "anyOf": [
136 {
137 "$ref": "#/components/schemas/DeploymentFilterPaused"
138 },
139 {
Missing positive tests
140
"type": "null"
141 }
142 ],
143 },
144 "tags": {
145 "anyOf": [
146 {
147 "$ref": "#/components/schemas/DeploymentFilterTags"
148 },
149 {
Missing positive tests
150
"type": "null"
151 }
152 ],
153 },
154 "work_queue_name": {
155 "anyOf": [
156 {
157 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
158 },
159 {
Missing positive tests
160
"type": "null"
161 }
162 ],
163 }
164 },
165 "type": "object"
166 },
167 "DeploymentFilterConcurrencyLimit": {
168 "additionalProperties": false,
169 "properties": {
170 "ge_": {
171 "anyOf": [
172 {
Missing positive tests
173
"type": "integer"
174 },
175 {
176 "type": "null"
177 }
178 ],
179 },
180 "is_null_": {
181 "anyOf": [
182 {
Missing positive tests
183
"type": "boolean"
184 },
185 {
186 "type": "null"
187 }
188 ],
189 },
190 "le_": {
191 "anyOf": [
192 {
Missing positive tests
193
"type": "integer"
194 },
195 {
196 "type": "null"
197 }
198 ],
199 }
200 },
201 "type": "object"
202 },
203 "DeploymentFilterId": {
204 "additionalProperties": false,
205 "properties": {
206 "any_": {
207 "anyOf": [
208 {
209 "items": {
Missing positive tests
210
"format": "uuid",
211 "type": "string"
212 },
213 "type": "array"
214 },
215 {
216 "type": "null"
217 }
218 ],
219 },
220 "not_any_": {
221 "anyOf": [
222 {
223 "items": {
Missing positive tests
224
"format": "uuid",
225 "type": "string"
226 },
227 "type": "array"
228 },
229 {
230 "type": "null"
231 }
232 ],
233 }
234 },
235 "type": "object"
236 },
237 "DeploymentFilterName": {
238 "additionalProperties": false,
239 "properties": {
240 "any_": {
241 "anyOf": [
242 {
243 "items": {
244 "type": "string"
245 },
246 "type": "array"
247 },
248 {
Missing positive tests
249
"type": "null"
250 }
251 ],
252 "examples": [
253 [
254 "my-deployment-1",
255 "my-deployment-2"
256 ]
257 ],
258 },
259 "like_": {
260 "anyOf": [
261 {
262 "type": "string"
263 },
264 {
Missing positive tests
265
"type": "null"
266 }
267 ],
268 "examples": [
269 "marvin"
270 ],
271 }
272 },
273 "type": "object"
274 },
275 "DeploymentFilterPaused": {
276 "additionalProperties": false,
277 "properties": {
278 "eq_": {
279 "anyOf": [
280 {
Missing positive tests
281
"type": "boolean"
282 },
283 {
284 "type": "null"
285 }
286 ],
287 }
288 },
289 "type": "object"
290 },
291 "DeploymentFilterTags": {
292 "additionalProperties": false,
293 "properties": {
294 "all_": {
295 "anyOf": [
296 {
297 "items": {
298 "type": "string"
299 },
300 "type": "array"
301 },
302 {
Missing positive tests
303
"type": "null"
304 }
305 ],
306 "examples": [
307 [
308 "tag-1",
309 "tag-2"
310 ]
311 ],
312 },
313 "any_": {
314 "anyOf": [
315 {
316 "items": {
317 "type": "string"
318 },
319 "type": "array"
320 },
321 {
Missing positive tests
322
"type": "null"
323 }
324 ],
325 "examples": [
326 [
327 "tag-1",
328 "tag-2"
329 ]
330 ],
331 },
332 "is_null_": {
333 "anyOf": [
334 {
Missing positive tests
335
"type": "boolean"
336 },
337 {
338 "type": "null"
339 }
340 ],
341 },
342 "operator": {
343 "$ref": "#/components/schemas/Operator",
344 }
345 },
346 "type": "object"
347 },
348 "DeploymentFilterWorkQueueName": {
349 "additionalProperties": false,
350 "properties": {
351 "any_": {
352 "anyOf": [
353 {
354 "items": {
355 "type": "string"
356 },
357 "type": "array"
358 },
359 {
Missing positive tests
360
"type": "null"
361 }
362 ],
363 "examples": [
364 [
365 "work_queue_1",
366 "work_queue_2"
367 ]
368 ],
369 }
370 },
371 "type": "object"
372 },
373 "DeploymentOrFlowNameFilter": {
374 "additionalProperties": false,
375 "properties": {
376 "like_": {
377 "anyOf": [
378 {
Missing positive tests
379
"type": "string"
380 },
381 {
382 "type": "null"
383 }
384 ],
385 }
386 },
387 "type": "object"
388 },
389 "FlowFilter": {
390 "additionalProperties": false,
391 "properties": {
392 "deployment": {
393 "anyOf": [
394 {
395 "$ref": "#/components/schemas/FlowFilterDeployment"
396 },
397 {
Missing positive tests
398
"type": "null"
399 }
400 ],
401 },
402 "id": {
403 "anyOf": [
404 {
405 "$ref": "#/components/schemas/FlowFilterId"
406 },
407 {
Missing positive tests
408
"type": "null"
409 }
410 ],
411 },
412 "name": {
413 "anyOf": [
414 {
415 "$ref": "#/components/schemas/FlowFilterName"
416 },
417 {
Missing positive tests
418
"type": "null"
419 }
420 ],
421 },
422 "operator": {
423 "$ref": "#/components/schemas/Operator",
424 },
425 "tags": {
426 "anyOf": [
427 {
428 "$ref": "#/components/schemas/FlowFilterTags"
429 },
430 {
Missing positive tests
431
"type": "null"
432 }
433 ],
434 }
435 },
436 "type": "object"
437 },
438 "FlowFilterDeployment": {
439 "additionalProperties": false,
440 "properties": {
441 "is_null_": {
442 "anyOf": [
443 {
Missing positive tests
444
"type": "boolean"
445 },
446 {
447 "type": "null"
448 }
449 ],
450 },
451 "operator": {
452 "$ref": "#/components/schemas/Operator",
453 }
454 },
455 "type": "object"
456 },
457 "FlowFilterId": {
458 "additionalProperties": false,
459 "properties": {
460 "any_": {
461 "anyOf": [
462 {
463 "items": {
Missing positive tests
464
"format": "uuid",
465 "type": "string"
466 },
467 "type": "array"
468 },
469 {
470 "type": "null"
471 }
472 ],
473 }
474 },
475 "type": "object"
476 },
477 "FlowFilterName": {
478 "additionalProperties": false,
479 "properties": {
480 "any_": {
481 "anyOf": [
482 {
483 "items": {
484 "type": "string"
485 },
486 "type": "array"
487 },
488 {
Missing positive tests
489
"type": "null"
490 }
491 ],
492 "examples": [
493 [
494 "my-flow-1",
495 "my-flow-2"
496 ]
497 ],
498 },
499 "like_": {
500 "anyOf": [
501 {
502 "type": "string"
503 },
504 {
Missing positive tests
505
"type": "null"
506 }
507 ],
508 "examples": [
509 "marvin"
510 ],
511 }
512 },
513 "type": "object"
514 },
515 "FlowFilterTags": {
516 "additionalProperties": false,
517 "properties": {
518 "all_": {
519 "anyOf": [
520 {
521 "items": {
522 "type": "string"
523 },
524 "type": "array"
525 },
526 {
Missing positive tests
527
"type": "null"
528 }
529 ],
530 "examples": [
531 [
532 "tag-1",
533 "tag-2"
534 ]
535 ],
536 },
537 "is_null_": {
538 "anyOf": [
539 {
Missing positive tests
540
"type": "boolean"
541 },
542 {
543 "type": "null"
544 }
545 ],
546 },
547 "operator": {
548 "$ref": "#/components/schemas/Operator",
549 }
550 },
551 "type": "object"
552 },
553 "FlowRunFilter": {
554 "additionalProperties": false,
555 "properties": {
556 "deployment_id": {
557 "anyOf": [
558 {
559 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
560 },
561 {
Missing positive tests
562
"type": "null"
563 }
564 ],
565 },
566 "end_time": {
567 "anyOf": [
568 {
569 "$ref": "#/components/schemas/FlowRunFilterEndTime"
570 },
571 {
Missing positive tests
572
"type": "null"
573 }
574 ],
575 },
576 "expected_start_time": {
577 "anyOf": [
578 {
579 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
580 },
581 {
Missing positive tests
582
"type": "null"
583 }
584 ],
585 },
586 "flow_version": {
587 "anyOf": [
588 {
589 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
590 },
591 {
Missing positive tests
592
"type": "null"
593 }
594 ],
595 },
596 "id": {
597 "anyOf": [
598 {
599 "$ref": "#/components/schemas/FlowRunFilterId"
600 },
601 {
Missing positive tests
602
"type": "null"
603 }
604 ],
605 },
606 "idempotency_key": {
607 "anyOf": [
608 {
609 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
610 },
611 {
Missing positive tests
612
"type": "null"
613 }
614 ],
615 },
616 "name": {
617 "anyOf": [
618 {
619 "$ref": "#/components/schemas/FlowRunFilterName"
620 },
621 {
Missing positive tests
622
"type": "null"
623 }
624 ],
625 },
626 "next_scheduled_start_time": {
627 "anyOf": [
628 {
629 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
630 },
631 {
Missing positive tests
632
"type": "null"
633 }
634 ],
635 },
636 "operator": {
637 "$ref": "#/components/schemas/Operator",
638 },
639 "parent_flow_run_id": {
640 "anyOf": [
641 {
642 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
643 },
644 {
Missing positive tests
645
"type": "null"
646 }
647 ],
648 },
649 "parent_task_run_id": {
650 "anyOf": [
651 {
652 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
653 },
654 {
Missing positive tests
655
"type": "null"
656 }
657 ],
658 },
659 "start_time": {
660 "anyOf": [
661 {
662 "$ref": "#/components/schemas/FlowRunFilterStartTime"
663 },
664 {
Missing positive tests
665
"type": "null"
666 }
667 ],
668 },
669 "state": {
670 "anyOf": [
671 {
672 "$ref": "#/components/schemas/FlowRunFilterState"
673 },
674 {
Missing positive tests
675
"type": "null"
676 }
677 ],
678 },
679 "tags": {
680 "anyOf": [
681 {
682 "$ref": "#/components/schemas/FlowRunFilterTags"
683 },
684 {
Missing positive tests
685
"type": "null"
686 }
687 ],
688 },
689 "work_queue_name": {
690 "anyOf": [
691 {
692 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
693 },
694 {
Missing positive tests
695
"type": "null"
696 }
697 ],
698 }
699 },
700 "type": "object"
701 },
702 "FlowRunFilterDeploymentId": {
703 "additionalProperties": false,
704 "properties": {
705 "any_": {
706 "anyOf": [
707 {
708 "items": {
Missing positive tests
709
"format": "uuid",
710 "type": "string"
711 },
712 "type": "array"
713 },
714 {
715 "type": "null"
716 }
717 ],
718 },
719 "is_null_": {
720 "anyOf": [
721 {
Missing positive tests
722
"type": "boolean"
723 },
724 {
725 "type": "null"
726 }
727 ],
728 },
729 "operator": {
730 "$ref": "#/components/schemas/Operator",
731 }
732 },
733 "type": "object"
734 },
735 "FlowRunFilterEndTime": {
736 "additionalProperties": false,
737 "properties": {
738 "after_": {
739 "anyOf": [
740 {
Missing positive tests
741
"format": "date-time",
742 "type": "string"
743 },
744 {
745 "type": "null"
746 }
747 ],
748 },
749 "before_": {
750 "anyOf": [
751 {
Missing positive tests
752
"format": "date-time",
753 "type": "string"
754 },
755 {
756 "type": "null"
757 }
758 ],
759 },
760 "is_null_": {
761 "anyOf": [
762 {
Missing positive tests
763
"type": "boolean"
764 },
765 {
766 "type": "null"
767 }
768 ],
769 }
770 },
771 "type": "object"
772 },
773 "FlowRunFilterExpectedStartTime": {
774 "additionalProperties": false,
775 "properties": {
776 "after_": {
777 "anyOf": [
778 {
Missing positive tests
779
"format": "date-time",
780 "type": "string"
781 },
782 {
783 "type": "null"
784 }
785 ],
786 },
787 "before_": {
788 "anyOf": [
789 {
Missing positive tests
790
"format": "date-time",
791 "type": "string"
792 },
793 {
794 "type": "null"
795 }
796 ],
797 }
798 },
799 "type": "object"
800 },
801 "FlowRunFilterFlowVersion": {
802 "additionalProperties": false,
803 "properties": {
804 "any_": {
805 "anyOf": [
806 {
807 "items": {
Missing positive tests
808
"type": "string"
809 },
810 "type": "array"
811 },
812 {
813 "type": "null"
814 }
815 ],
816 }
817 },
818 "type": "object"
819 },
820 "FlowRunFilterId": {
821 "additionalProperties": false,
822 "properties": {
823 "any_": {
824 "anyOf": [
825 {
826 "items": {
Missing positive tests
827
"format": "uuid",
828 "type": "string"
829 },
830 "type": "array"
831 },
832 {
833 "type": "null"
834 }
835 ],
836 },
837 "not_any_": {
838 "anyOf": [
839 {
840 "items": {
Missing positive tests
841
"format": "uuid",
842 "type": "string"
843 },
844 "type": "array"
845 },
846 {
847 "type": "null"
848 }
849 ],
850 }
851 },
852 "type": "object"
853 },
854 "FlowRunFilterIdempotencyKey": {
855 "additionalProperties": false,
856 "properties": {
857 "any_": {
858 "anyOf": [
859 {
860 "items": {
Missing positive tests
861
"type": "string"
862 },
863 "type": "array"
864 },
865 {
866 "type": "null"
867 }
868 ],
869 },
870 "not_any_": {
871 "anyOf": [
872 {
873 "items": {
Missing positive tests
874
"type": "string"
875 },
876 "type": "array"
877 },
878 {
879 "type": "null"
880 }
881 ],
882 }
883 },
884 "type": "object"
885 },
886 "FlowRunFilterName": {
887 "additionalProperties": false,
888 "properties": {
889 "any_": {
890 "anyOf": [
891 {
892 "items": {
893 "type": "string"
894 },
895 "type": "array"
896 },
897 {
Missing positive tests
898
"type": "null"
899 }
900 ],
901 "examples": [
902 [
903 "my-flow-run-1",
904 "my-flow-run-2"
905 ]
906 ],
907 },
908 "like_": {
909 "anyOf": [
910 {
911 "type": "string"
912 },
913 {
Missing positive tests
914
"type": "null"
915 }
916 ],
917 "examples": [
918 "marvin"
919 ],
920 }
921 },
922 "type": "object"
923 },
924 "FlowRunFilterNextScheduledStartTime": {
925 "additionalProperties": false,
926 "properties": {
927 "after_": {
928 "anyOf": [
929 {
Missing positive tests
930
"format": "date-time",
931 "type": "string"
932 },
933 {
934 "type": "null"
935 }
936 ],
937 },
938 "before_": {
939 "anyOf": [
940 {
Missing positive tests
941
"format": "date-time",
942 "type": "string"
943 },
944 {
945 "type": "null"
946 }
947 ],
948 }
949 },
950 "type": "object"
951 },
952 "FlowRunFilterParentFlowRunId": {
953 "additionalProperties": false,
954 "properties": {
955 "any_": {
956 "anyOf": [
957 {
958 "items": {
Missing positive tests
959
"format": "uuid",
960 "type": "string"
961 },
962 "type": "array"
963 },
964 {
965 "type": "null"
966 }
967 ],
968 },
969 "operator": {
970 "$ref": "#/components/schemas/Operator",
971 }
972 },
973 "type": "object"
974 },
975 "FlowRunFilterParentTaskRunId": {
976 "additionalProperties": false,
977 "properties": {
978 "any_": {
979 "anyOf": [
980 {
981 "items": {
Missing positive tests
982
"format": "uuid",
983 "type": "string"
984 },
985 "type": "array"
986 },
987 {
988 "type": "null"
989 }
990 ],
991 },
992 "is_null_": {
993 "anyOf": [
994 {
Missing positive tests
995
"type": "boolean"
996 },
997 {
998 "type": "null"
999 }
1000 ],
1001 },
1002 "operator": {
1003 "$ref": "#/components/schemas/Operator",
1004 }
1005 },
1006 "type": "object"
1007 },
1008 "FlowRunFilterStartTime": {
1009 "additionalProperties": false,
1010 "properties": {
1011 "after_": {
1012 "anyOf": [
1013 {
Missing positive tests
1014
"format": "date-time",
1015 "type": "string"
1016 },
1017 {
1018 "type": "null"
1019 }
1020 ],
1021 },
1022 "before_": {
1023 "anyOf": [
1024 {
Missing positive tests
1025
"format": "date-time",
1026 "type": "string"
1027 },
1028 {
1029 "type": "null"
1030 }
1031 ],
1032 },
1033 "is_null_": {
1034 "anyOf": [
1035 {
Missing positive tests
1036
"type": "boolean"
1037 },
1038 {
1039 "type": "null"
1040 }
1041 ],
1042 }
1043 },
1044 "type": "object"
1045 },
1046 "FlowRunFilterState": {
1047 "additionalProperties": false,
1048 "properties": {
1049 "name": {
1050 "anyOf": [
1051 {
1052 "$ref": "#/components/schemas/FlowRunFilterStateName"
1053 },
1054 {
Missing positive tests
1055
"type": "null"
1056 }
1057 ],
1058 },
1059 "operator": {
1060 "$ref": "#/components/schemas/Operator",
1061 },
1062 "type": {
1063 "anyOf": [
1064 {
1065 "$ref": "#/components/schemas/FlowRunFilterStateType"
1066 },
1067 {
Missing positive tests
1068
"type": "null"
1069 }
1070 ],
1071 }
1072 },
1073 "type": "object"
1074 },
1075 "FlowRunFilterStateName": {
1076 "additionalProperties": false,
1077 "properties": {
1078 "any_": {
1079 "anyOf": [
1080 {
1081 "items": {
Missing positive tests
1082
"type": "string"
1083 },
1084 "type": "array"
1085 },
1086 {
1087 "type": "null"
1088 }
1089 ],
1090 },
1091 "not_any_": {
1092 "anyOf": [
1093 {
1094 "items": {
Missing positive tests
1095
"type": "string"
1096 },
1097 "type": "array"
1098 },
1099 {
1100 "type": "null"
1101 }
1102 ],
1103 }
1104 },
1105 "type": "object"
1106 },
1107 "FlowRunFilterStateType": {
1108 "additionalProperties": false,
1109 "properties": {
1110 "any_": {
1111 "anyOf": [
1112 {
1113 "items": {
Missing positive tests
1114
"$ref": "#/components/schemas/StateType"
1115 },
1116 "type": "array"
1117 },
1118 {
1119 "type": "null"
1120 }
1121 ],
1122 },
1123 "not_any_": {
1124 "anyOf": [
1125 {
1126 "items": {
Missing positive tests
1127
"$ref": "#/components/schemas/StateType"
1128 },
1129 "type": "array"
1130 },
1131 {
1132 "type": "null"
1133 }
1134 ],
1135 }
1136 },
1137 "type": "object"
1138 },
1139 "FlowRunFilterTags": {
1140 "additionalProperties": false,
1141 "properties": {
1142 "all_": {
1143 "anyOf": [
1144 {
1145 "items": {
1146 "type": "string"
1147 },
1148 "type": "array"
1149 },
1150 {
Missing positive tests
1151
"type": "null"
1152 }
1153 ],
1154 "examples": [
1155 [
1156 "tag-1",
1157 "tag-2"
1158 ]
1159 ],
1160 },
1161 "any_": {
1162 "anyOf": [
1163 {
1164 "items": {
1165 "type": "string"
1166 },
1167 "type": "array"
1168 },
1169 {
Missing positive tests
1170
"type": "null"
1171 }
1172 ],
1173 "examples": [
1174 [
1175 "tag-1",
1176 "tag-2"
1177 ]
1178 ],
1179 },
1180 "is_null_": {
1181 "anyOf": [
1182 {
Missing positive tests
1183
"type": "boolean"
1184 },
1185 {
1186 "type": "null"
1187 }
1188 ],
1189 },
1190 "operator": {
1191 "$ref": "#/components/schemas/Operator",
1192 }
1193 },
1194 "type": "object"
1195 },
1196 "FlowRunFilterWorkQueueName": {
1197 "additionalProperties": false,
1198 "properties": {
1199 "any_": {
1200 "anyOf": [
1201 {
1202 "items": {
1203 "type": "string"
1204 },
1205 "type": "array"
1206 },
1207 {
Missing positive tests
1208
"type": "null"
1209 }
1210 ],
1211 "examples": [
1212 [
1213 "work_queue_1",
1214 "work_queue_2"
1215 ]
1216 ],
1217 },
1218 "is_null_": {
1219 "anyOf": [
1220 {
Missing positive tests
1221
"type": "boolean"
1222 },
1223 {
1224 "type": "null"
1225 }
1226 ],
1227 },
1228 "operator": {
1229 "$ref": "#/components/schemas/Operator",
1230 }
1231 },
1232 "type": "object"
1233 },
1234 "Operator": {
1235 "enum": [
1236 "and_",
1237 "or_"
1238 ],
1239 "type": "string"
1240 },
1241 "StateType": {
Missing positive tests
1242
"enum": [
1243 "SCHEDULED",
1244 "PENDING",
1245 "RUNNING",
1246 "COMPLETED",
1247 "FAILED",
1248 "CANCELLED",
1249 "CRASHED",
1250 "PAUSED",
1251 "CANCELLING"
Missing positive tests
1252
],
1253 "type": "string"
1254 },
1255 "TaskRunFilter": {
1256 "additionalProperties": false,
1257 "properties": {
1258 "expected_start_time": {
1259 "anyOf": [
1260 {
1261 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1262 },
1263 {
Missing positive tests
1264
"type": "null"
1265 }
1266 ],
1267 },
1268 "flow_run_id": {
1269 "anyOf": [
1270 {
1271 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1272 },
1273 {
Missing positive tests
1274
"type": "null"
1275 }
1276 ],
1277 },
1278 "id": {
1279 "anyOf": [
1280 {
1281 "$ref": "#/components/schemas/TaskRunFilterId"
1282 },
1283 {
Missing positive tests
1284
"type": "null"
1285 }
1286 ],
1287 },
1288 "name": {
1289 "anyOf": [
1290 {
1291 "$ref": "#/components/schemas/TaskRunFilterName"
1292 },
1293 {
Missing positive tests
1294
"type": "null"
1295 }
1296 ],
1297 },
1298 "operator": {
1299 "$ref": "#/components/schemas/Operator",
1300 },
1301 "start_time": {
1302 "anyOf": [
1303 {
1304 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1305 },
1306 {
Missing positive tests
1307
"type": "null"
1308 }
1309 ],
1310 },
1311 "state": {
1312 "anyOf": [
1313 {
1314 "$ref": "#/components/schemas/TaskRunFilterState"
1315 },
1316 {
Missing positive tests
1317
"type": "null"
1318 }
1319 ],
1320 },
1321 "subflow_runs": {
1322 "anyOf": [
1323 {
1324 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1325 },
1326 {
Missing positive tests
1327
"type": "null"
1328 }
1329 ],
1330 },
1331 "tags": {
1332 "anyOf": [
1333 {
1334 "$ref": "#/components/schemas/TaskRunFilterTags"
1335 },
1336 {
Missing positive tests
1337
"type": "null"
1338 }
1339 ],
1340 }
1341 },
1342 "type": "object"
1343 },
1344 "TaskRunFilterExpectedStartTime": {
1345 "additionalProperties": false,
1346 "properties": {
1347 "after_": {
1348 "anyOf": [
1349 {
Missing positive tests
1350
"format": "date-time",
1351 "type": "string"
1352 },
1353 {
1354 "type": "null"
1355 }
1356 ],
1357 },
1358 "before_": {
1359 "anyOf": [
1360 {
Missing positive tests
1361
"format": "date-time",
1362 "type": "string"
1363 },
1364 {
1365 "type": "null"
1366 }
1367 ],
1368 }
1369 },
1370 "type": "object"
1371 },
1372 "TaskRunFilterFlowRunId": {
1373 "additionalProperties": false,
1374 "properties": {
1375 "any_": {
1376 "anyOf": [
1377 {
1378 "items": {
Missing positive tests
1379
"format": "uuid",
1380 "type": "string"
1381 },
1382 "type": "array"
1383 },
1384 {
1385 "type": "null"
1386 }
1387 ],
1388 },
1389 "is_null_": {
1390 "anyOf": [
1391 {
1392 "type": "boolean"
1393 },
1394 {
Missing positive tests
1395
"type": "null"
1396 }
1397 ],
1398 },
1399 "operator": {
1400 "$ref": "#/components/schemas/Operator",
1401 }
1402 },
1403 "type": "object"
1404 },
1405 "TaskRunFilterId": {
1406 "additionalProperties": false,
1407 "properties": {
1408 "any_": {
1409 "anyOf": [
1410 {
1411 "items": {
Missing positive tests
1412
"format": "uuid",
1413 "type": "string"
1414 },
1415 "type": "array"
1416 },
1417 {
1418 "type": "null"
1419 }
1420 ],
1421 }
1422 },
1423 "type": "object"
1424 },
1425 "TaskRunFilterName": {
1426 "additionalProperties": false,
1427 "properties": {
1428 "any_": {
1429 "anyOf": [
1430 {
1431 "items": {
1432 "type": "string"
1433 },
1434 "type": "array"
1435 },
1436 {
Missing positive tests
1437
"type": "null"
1438 }
1439 ],
1440 "examples": [
1441 [
1442 "my-task-run-1",
1443 "my-task-run-2"
1444 ]
1445 ],
1446 },
1447 "like_": {
1448 "anyOf": [
1449 {
1450 "type": "string"
1451 },
1452 {
Missing positive tests
1453
"type": "null"
1454 }
1455 ],
1456 "examples": [
1457 "marvin"
1458 ],
1459 }
1460 },
1461 "type": "object"
1462 },
1463 "TaskRunFilterStartTime": {
1464 "additionalProperties": false,
1465 "properties": {
1466 "after_": {
1467 "anyOf": [
1468 {
Missing positive tests
1469
"format": "date-time",
1470 "type": "string"
1471 },
1472 {
1473 "type": "null"
1474 }
1475 ],
1476 },
1477 "before_": {
1478 "anyOf": [
1479 {
Missing positive tests
1480
"format": "date-time",
1481 "type": "string"
1482 },
1483 {
1484 "type": "null"
1485 }
1486 ],
1487 },
1488 "is_null_": {
1489 "anyOf": [
1490 {
Missing positive tests
1491
"type": "boolean"
1492 },
1493 {
1494 "type": "null"
1495 }
1496 ],
1497 }
1498 },
1499 "type": "object"
1500 },
1501 "TaskRunFilterState": {
1502 "additionalProperties": false,
1503 "properties": {
1504 "name": {
1505 "anyOf": [
1506 {
1507 "$ref": "#/components/schemas/TaskRunFilterStateName"
1508 },
1509 {
Missing positive tests
1510
"type": "null"
1511 }
1512 ],
1513 },
1514 "operator": {
1515 "$ref": "#/components/schemas/Operator",
1516 },
1517 "type": {
1518 "anyOf": [
1519 {
1520 "$ref": "#/components/schemas/TaskRunFilterStateType"
1521 },
1522 {
Missing positive tests
1523
"type": "null"
1524 }
1525 ],
1526 }
1527 },
1528 "type": "object"
1529 },
1530 "TaskRunFilterStateName": {
1531 "additionalProperties": false,
1532 "properties": {
1533 "any_": {
1534 "anyOf": [
1535 {
1536 "items": {
Missing positive tests
1537
"type": "string"
1538 },
1539 "type": "array"
1540 },
1541 {
1542 "type": "null"
1543 }
1544 ],
1545 }
1546 },
1547 "type": "object"
1548 },
1549 "TaskRunFilterStateType": {
1550 "additionalProperties": false,
1551 "properties": {
1552 "any_": {
1553 "anyOf": [
1554 {
1555 "items": {
Missing positive tests
1556
"$ref": "#/components/schemas/StateType"
1557 },
1558 "type": "array"
1559 },
1560 {
1561 "type": "null"
1562 }
1563 ],
1564 }
1565 },
1566 "type": "object"
1567 },
1568 "TaskRunFilterSubFlowRuns": {
1569 "additionalProperties": false,
1570 "properties": {
1571 "exists_": {
1572 "anyOf": [
1573 {
Missing positive tests
1574
"type": "boolean"
1575 },
1576 {
1577 "type": "null"
1578 }
1579 ],
1580 }
1581 },
1582 "type": "object"
1583 },
1584 "TaskRunFilterTags": {
1585 "additionalProperties": false,
1586 "properties": {
1587 "all_": {
1588 "anyOf": [
1589 {
1590 "items": {
1591 "type": "string"
1592 },
1593 "type": "array"
1594 },
1595 {
Missing positive tests
1596
"type": "null"
1597 }
1598 ],
1599 "examples": [
1600 [
1601 "tag-1",
1602 "tag-2"
1603 ]
1604 ],
1605 },
1606 "is_null_": {
1607 "anyOf": [
1608 {
Missing positive tests
1609
"type": "boolean"
1610 },
1611 {
1612 "type": "null"
1613 }
1614 ],
1615 },
1616 "operator": {
1617 "$ref": "#/components/schemas/Operator",
1618 }
1619 },
1620 "type": "object"
1621 },
1622 "WorkPoolFilter": {
1623 "additionalProperties": false,
1624 "properties": {
1625 "id": {
1626 "anyOf": [
1627 {
1628 "$ref": "#/components/schemas/WorkPoolFilterId"
1629 },
1630 {
Missing positive tests
1631
"type": "null"
1632 }
1633 ],
1634 },
1635 "name": {
1636 "anyOf": [
1637 {
1638 "$ref": "#/components/schemas/WorkPoolFilterName"
1639 },
1640 {
Missing positive tests
1641
"type": "null"
1642 }
1643 ],
1644 },
1645 "operator": {
1646 "$ref": "#/components/schemas/Operator",
1647 },
1648 "type": {
1649 "anyOf": [
1650 {
1651 "$ref": "#/components/schemas/WorkPoolFilterType"
1652 },
1653 {
Missing positive tests
1654
"type": "null"
1655 }
1656 ],
1657 }
1658 },
1659 "type": "object"
1660 },
1661 "WorkPoolFilterId": {
1662 "additionalProperties": false,
1663 "properties": {
1664 "any_": {
1665 "anyOf": [
1666 {
1667 "items": {
Missing positive tests
1668
"format": "uuid",
1669 "type": "string"
1670 },
1671 "type": "array"
1672 },
1673 {
1674 "type": "null"
1675 }
1676 ],
1677 }
1678 },
1679 "type": "object"
1680 },
1681 "WorkPoolFilterName": {
1682 "additionalProperties": false,
1683 "properties": {
1684 "any_": {
1685 "anyOf": [
1686 {
1687 "items": {
Missing positive tests
1688
"type": "string"
1689 },
1690 "type": "array"
1691 },
1692 {
1693 "type": "null"
1694 }
1695 ],
1696 }
1697 },
1698 "type": "object"
1699 },
1700 "WorkPoolFilterType": {
1701 "additionalProperties": false,
1702 "properties": {
1703 "any_": {
1704 "anyOf": [
1705 {
1706 "items": {
Missing positive tests
1707
"type": "string"
1708 },
1709 "type": "array"
1710 },
1711 {
1712 "type": "null"
1713 }
1714 ],
1715 }
1716 },
1717 "type": "object"
1718 },
1719 "WorkQueueFilter": {
1720 "additionalProperties": false,
1721 "properties": {
1722 "id": {
1723 "anyOf": [
1724 {
1725 "$ref": "#/components/schemas/WorkQueueFilterId"
1726 },
1727 {
Missing positive tests
1728
"type": "null"
1729 }
1730 ],
1731 },
1732 "name": {
1733 "anyOf": [
1734 {
1735 "$ref": "#/components/schemas/WorkQueueFilterName"
1736 },
1737 {
Missing positive tests
1738
"type": "null"
1739 }
1740 ],
1741 },
1742 "operator": {
1743 "$ref": "#/components/schemas/Operator",
1744 }
1745 },
1746 "type": "object"
1747 },
1748 "WorkQueueFilterId": {
1749 "additionalProperties": false,
1750 "properties": {
1751 "any_": {
1752 "anyOf": [
1753 {
1754 "items": {
Missing positive tests
1755
"format": "uuid",
1756 "type": "string"
1757 },
1758 "type": "array"
1759 },
1760 {
1761 "type": "null"
1762 }
1763 ],
1764 }
1765 },
1766 "type": "object"
1767 },
1768 "WorkQueueFilterName": {
1769 "additionalProperties": false,
1770 "properties": {
1771 "any_": {
1772 "anyOf": [
1773 {
1774 "items": {
1775 "type": "string"
1776 },
1777 "type": "array"
1778 },
1779 {
Missing positive tests
1780
"type": "null"
1781 }
1782 ],
1783 "examples": [
1784 [
1785 "wq-1",
1786 "wq-2"
1787 ]
1788 ],
1789 },
1790 "startswith_": {
1791 "anyOf": [
1792 {
1793 "items": {
1794 "type": "string"
1795 },
1796 "type": "array"
1797 },
1798 {
Missing positive tests
1799
"type": "null"
1800 }
1801 ],
1802 "examples": [
1803 [
1804 "marvin",
1805 "Marvin-robot"
1806 ]
1807 ],
1808 }
1809 },
1810 "type": "object"
1811 }
1812 }
1813 }
1814}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
908 2.09ms
default
Default
0 -
Examples
19 of 19 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json5 of 539 keywords covered
1{
2 "$ref": "#/components/schemas/Body_average_flow_run_lateness_flow_runs_lateness_post",
3 "components": {
4 "schemas": {
5 "Body_average_flow_run_lateness_flow_runs_lateness_post": {
Missing negative tests
6
"properties": {
7 "deployments": {
Missing negative tests
8
"anyOf": [
9 {
Missing negative tests
10
"$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
Missing positive tests
13
"type": "null"
14 }
Missing negative tests
15
]
16 },
17 "flow_runs": {
Missing negative tests
18
"anyOf": [
19 {
Missing negative tests
20
"$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
Missing positive tests
23
"type": "null"
24 }
Missing negative tests
25
]
26 },
27 "flows": {
Missing negative tests
28
"anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
Missing negative tests
35
]
36 },
37 "task_runs": {
Missing negative tests
38
"anyOf": [
39 {
Missing negative tests
40
"$ref": "#/components/schemas/TaskRunFilter"
41 },
42 {
Missing positive tests
43
"type": "null"
44 }
Missing negative tests
45
]
46 },
47 "work_pool_queues": {
Missing negative tests
48
"anyOf": [
49 {
Missing negative tests
50
"$ref": "#/components/schemas/WorkQueueFilter"
51 },
52 {
Missing positive tests
53
"type": "null"
54 }
Missing negative tests
55
]
56 },
57 "work_pools": {
Missing negative tests
58
"anyOf": [
59 {
Missing negative tests
60
"$ref": "#/components/schemas/WorkPoolFilter"
61 },
62 {
Missing positive tests
63
"type": "null"
64 }
Missing negative tests
65
]
66 }
Missing negative tests
67
},
68 "type": "object"
69 },
70 "DeploymentFilter": {
71 "additionalProperties": false,
Missing negative tests
72
"properties": {
73 "concurrency_limit": {
Missing tests
74
"anyOf": [
75 {
Missing tests
76
"$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
77 },
78 {
Missing tests
79
"type": "null"
80 }
Missing tests
81
],
82 "deprecated": true,
83 },
84 "flow_or_deployment_name": {
Missing tests
85
"anyOf": [
86 {
Missing tests
87
"$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
88 },
89 {
Missing tests
90
"type": "null"
91 }
Missing tests
92
],
93 },
94 "id": {
Missing tests
95
"anyOf": [
96 {
Missing tests
97
"$ref": "#/components/schemas/DeploymentFilterId"
98 },
99 {
Missing tests
100
"type": "null"
101 }
Missing tests
102
],
103 },
104 "name": {
Missing negative tests
105
"anyOf": [
106 {
Missing negative tests
107
"$ref": "#/components/schemas/DeploymentFilterName"
108 },
109 {
Missing positive tests
110
"type": "null"
111 }
Missing negative tests
112
],
113 },
114 "operator": {
Missing tests
115
"$ref": "#/components/schemas/Operator",
116 },
117 "paused": {
Missing tests
118
"anyOf": [
119 {
Missing tests
120
"$ref": "#/components/schemas/DeploymentFilterPaused"
121 },
122 {
Missing tests
123
"type": "null"
124 }
Missing tests
125
],
126 },
127 "tags": {
Missing negative tests
128
"anyOf": [
129 {
Missing negative tests
130
"$ref": "#/components/schemas/DeploymentFilterTags"
131 },
132 {
Missing positive tests
133
"type": "null"
134 }
Missing negative tests
135
],
136 },
137 "work_queue_name": {
Missing negative tests
138
"anyOf": [
139 {
Missing negative tests
140
"$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
141 },
142 {
Missing positive tests
143
"type": "null"
144 }
Missing negative tests
145
],
146 }
Missing negative tests
147
},
Missing negative tests
148
"type": "object"
149 },
150 "DeploymentFilterConcurrencyLimit": {
151 "additionalProperties": false,
Missing tests
152
"properties": {
153 "ge_": {
Missing tests
154
"anyOf": [
155 {
Missing tests
156
"type": "integer"
157 },
158 {
Missing tests
159
"type": "null"
160 }
Missing tests
161
],
162 },
163 "is_null_": {
Missing tests
164
"anyOf": [
165 {
Missing tests
166
"type": "boolean"
167 },
168 {
Missing tests
169
"type": "null"
170 }
Missing tests
171
],
172 },
173 "le_": {
Missing tests
174
"anyOf": [
175 {
Missing tests
176
"type": "integer"
177 },
178 {
Missing tests
179
"type": "null"
180 }
Missing tests
181
],
182 }
Missing tests
183
},
Missing tests
184
"type": "object"
185 },
186 "DeploymentFilterId": {
187 "additionalProperties": false,
Missing tests
188
"properties": {
189 "any_": {
Missing tests
190
"anyOf": [
191 {
192 "items": {
Missing tests
193
"format": "uuid",
Missing tests
194
"type": "string"
195 },
Missing tests
196
"type": "array"
197 },
198 {
Missing tests
199
"type": "null"
200 }
Missing tests
201
],
202 },
203 "not_any_": {
Missing tests
204
"anyOf": [
205 {
206 "items": {
Missing tests
207
"format": "uuid",
Missing tests
208
"type": "string"
209 },
Missing tests
210
"type": "array"
211 },
212 {
Missing tests
213
"type": "null"
214 }
Missing tests
215
],
216 }
Missing tests
217
},
Missing tests
218
"type": "object"
219 },
220 "DeploymentFilterName": {
221 "additionalProperties": false,
Missing negative tests
222
"properties": {
223 "any_": {
Missing negative tests
224
"anyOf": [
225 {
226 "items": {
Missing negative tests
227
"type": "string"
228 },
Missing negative tests
229
"type": "array"
230 },
231 {
Missing positive tests
232
"type": "null"
233 }
Missing negative tests
234
],
235 "examples": [
236 [
237 "my-deployment-1",
238 "my-deployment-2"
239 ]
240 ],
241 },
242 "like_": {
Missing negative tests
243
"anyOf": [
244 {
Missing negative tests
245
"type": "string"
246 },
247 {
Missing positive tests
248
"type": "null"
249 }
Missing negative tests
250
],
251 "examples": [
252 "marvin"
253 ],
254 }
Missing negative tests
255
},
Missing negative tests
256
"type": "object"
257 },
258 "DeploymentFilterPaused": {
259 "additionalProperties": false,
Missing tests
260
"properties": {
261 "eq_": {
Missing tests
262
"anyOf": [
263 {
Missing tests
264
"type": "boolean"
265 },
266 {
Missing tests
267
"type": "null"
268 }
Missing tests
269
],
270 }
Missing tests
271
},
Missing tests
272
"type": "object"
273 },
274 "DeploymentFilterTags": {
275 "additionalProperties": false,
Missing negative tests
276
"properties": {
277 "all_": {
Missing negative tests
278
"anyOf": [
279 {
280 "items": {
Missing negative tests
281
"type": "string"
282 },
Missing negative tests
283
"type": "array"
284 },
285 {
Missing positive tests
286
"type": "null"
287 }
Missing negative tests
288
],
289 "examples": [
290 [
291 "tag-1",
292 "tag-2"
293 ]
294 ],
295 },
296 "any_": {
Missing negative tests
297
"anyOf": [
298 {
299 "items": {
Missing negative tests
300
"type": "string"
301 },
Missing negative tests
302
"type": "array"
303 },
304 {
Missing positive tests
305
"type": "null"
306 }
Missing negative tests
307
],
308 "examples": [
309 [
310 "tag-1",
311 "tag-2"
312 ]
313 ],
314 },
315 "is_null_": {
Missing tests
316
"anyOf": [
317 {
Missing tests
318
"type": "boolean"
319 },
320 {
Missing tests
321
"type": "null"
322 }
Missing tests
323
],
324 },
325 "operator": {
Missing tests
326
"$ref": "#/components/schemas/Operator",
327 }
Missing negative tests
328
},
Missing negative tests
329
"type": "object"
330 },
331 "DeploymentFilterWorkQueueName": {
332 "additionalProperties": false,
Missing negative tests
333
"properties": {
334 "any_": {
Missing negative tests
335
"anyOf": [
336 {
337 "items": {
Missing negative tests
338
"type": "string"
339 },
Missing negative tests
340
"type": "array"
341 },
342 {
Missing positive tests
343
"type": "null"
344 }
Missing negative tests
345
],
346 "examples": [
347 [
348 "work_queue_1",
349 "work_queue_2"
350 ]
351 ],
352 }
Missing negative tests
353
},
Missing negative tests
354
"type": "object"
355 },
356 "DeploymentOrFlowNameFilter": {
357 "additionalProperties": false,
Missing tests
358
"properties": {
359 "like_": {
Missing tests
360
"anyOf": [
361 {
Missing tests
362
"type": "string"
363 },
364 {
Missing tests
365
"type": "null"
366 }
Missing tests
367
],
368 }
Missing tests
369
},
Missing tests
370
"type": "object"
371 },
372 "FlowFilter": {
373 "additionalProperties": false,
Missing negative tests
374
"properties": {
375 "deployment": {
Missing tests
376
"anyOf": [
377 {
Missing tests
378
"$ref": "#/components/schemas/FlowFilterDeployment"
379 },
380 {
Missing tests
381
"type": "null"
382 }
Missing tests
383
],
384 },
385 "id": {
Missing tests
386
"anyOf": [
387 {
Missing tests
388
"$ref": "#/components/schemas/FlowFilterId"
389 },
390 {
Missing tests
391
"type": "null"
392 }
Missing tests
393
],
394 },
395 "name": {
Missing negative tests
396
"anyOf": [
397 {
Missing negative tests
398
"$ref": "#/components/schemas/FlowFilterName"
399 },
400 {
Missing positive tests
401
"type": "null"
402 }
Missing negative tests
403
],
404 },
405 "operator": {
Missing tests
406
"$ref": "#/components/schemas/Operator",
407 },
408 "tags": {
Missing negative tests
409
"anyOf": [
410 {
Missing negative tests
411
"$ref": "#/components/schemas/FlowFilterTags"
412 },
413 {
Missing positive tests
414
"type": "null"
415 }
Missing negative tests
416
],
417 }
Missing negative tests
418
},
419 "type": "object"
420 },
421 "FlowFilterDeployment": {
422 "additionalProperties": false,
Missing tests
423
"properties": {
424 "is_null_": {
Missing tests
425
"anyOf": [
426 {
Missing tests
427
"type": "boolean"
428 },
429 {
Missing tests
430
"type": "null"
431 }
Missing tests
432
],
433 },
434 "operator": {
Missing tests
435
"$ref": "#/components/schemas/Operator",
436 }
Missing tests
437
},
Missing tests
438
"type": "object"
439 },
440 "FlowFilterId": {
441 "additionalProperties": false,
Missing tests
442
"properties": {
443 "any_": {
Missing tests
444
"anyOf": [
445 {
446 "items": {
Missing tests
447
"format": "uuid",
Missing tests
448
"type": "string"
449 },
Missing tests
450
"type": "array"
451 },
452 {
Missing tests
453
"type": "null"
454 }
Missing tests
455
],
456 }
Missing tests
457
},
Missing tests
458
"type": "object"
459 },
460 "FlowFilterName": {
461 "additionalProperties": false,
Missing negative tests
462
"properties": {
463 "any_": {
Missing negative tests
464
"anyOf": [
465 {
466 "items": {
Missing negative tests
467
"type": "string"
468 },
Missing negative tests
469
"type": "array"
470 },
471 {
Missing positive tests
472
"type": "null"
473 }
Missing negative tests
474
],
475 "examples": [
476 [
477 "my-flow-1",
478 "my-flow-2"
479 ]
480 ],
481 },
482 "like_": {
Missing negative tests
483
"anyOf": [
484 {
Missing negative tests
485
"type": "string"
486 },
487 {
Missing positive tests
488
"type": "null"
489 }
Missing negative tests
490
],
491 "examples": [
492 "marvin"
493 ],
494 }
Missing negative tests
495
},
Missing negative tests
496
"type": "object"
497 },
498 "FlowFilterTags": {
499 "additionalProperties": false,
Missing negative tests
500
"properties": {
501 "all_": {
Missing negative tests
502
"anyOf": [
503 {
504 "items": {
Missing negative tests
505
"type": "string"
506 },
Missing negative tests
507
"type": "array"
508 },
509 {
Missing positive tests
510
"type": "null"
511 }
Missing negative tests
512
],
513 "examples": [
514 [
515 "tag-1",
516 "tag-2"
517 ]
518 ],
519 },
520 "is_null_": {
Missing tests
521
"anyOf": [
522 {
Missing tests
523
"type": "boolean"
524 },
525 {
Missing tests
526
"type": "null"
527 }
Missing tests
528
],
529 },
530 "operator": {
Missing tests
531
"$ref": "#/components/schemas/Operator",
532 }
Missing negative tests
533
},
Missing negative tests
534
"type": "object"
535 },
536 "FlowRunFilter": {
537 "additionalProperties": false,
Missing negative tests
538
"properties": {
539 "deployment_id": {
Missing tests
540
"anyOf": [
541 {
Missing tests
542
"$ref": "#/components/schemas/FlowRunFilterDeploymentId"
543 },
544 {
Missing tests
545
"type": "null"
546 }
Missing tests
547
],
548 },
549 "end_time": {
Missing tests
550
"anyOf": [
551 {
Missing tests
552
"$ref": "#/components/schemas/FlowRunFilterEndTime"
553 },
554 {
Missing tests
555
"type": "null"
556 }
Missing tests
557
],
558 },
559 "expected_start_time": {
Missing tests
560
"anyOf": [
561 {
Missing tests
562
"$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
563 },
564 {
Missing tests
565
"type": "null"
566 }
Missing tests
567
],
568 },
569 "flow_version": {
Missing tests
570
"anyOf": [
571 {
Missing tests
572
"$ref": "#/components/schemas/FlowRunFilterFlowVersion"
573 },
574 {
Missing tests
575
"type": "null"
576 }
Missing tests
577
],
578 },
579 "id": {
Missing tests
580
"anyOf": [
581 {
Missing tests
582
"$ref": "#/components/schemas/FlowRunFilterId"
583 },
584 {
Missing tests
585
"type": "null"
586 }
Missing tests
587
],
588 },
589 "idempotency_key": {
Missing tests
590
"anyOf": [
591 {
Missing tests
592
"$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
593 },
594 {
Missing tests
595
"type": "null"
596 }
Missing tests
597
],
598 },
599 "name": {
Missing negative tests
600
"anyOf": [
601 {
Missing negative tests
602
"$ref": "#/components/schemas/FlowRunFilterName"
603 },
604 {
Missing positive tests
605
"type": "null"
606 }
Missing negative tests
607
],
608 },
609 "next_scheduled_start_time": {
Missing tests
610
"anyOf": [
611 {
Missing tests
612
"$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
613 },
614 {
Missing tests
615
"type": "null"
616 }
Missing tests
617
],
618 },
619 "operator": {
Missing tests
620
"$ref": "#/components/schemas/Operator",
621 },
622 "parent_flow_run_id": {
Missing tests
623
"anyOf": [
624 {
Missing tests
625
"$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
626 },
627 {
Missing tests
628
"type": "null"
629 }
Missing tests
630
],
631 },
632 "parent_task_run_id": {
Missing tests
633
"anyOf": [
634 {
Missing tests
635
"$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
636 },
637 {
Missing tests
638
"type": "null"
639 }
Missing tests
640
],
641 },
642 "start_time": {
Missing tests
643
"anyOf": [
644 {
Missing tests
645
"$ref": "#/components/schemas/FlowRunFilterStartTime"
646 },
647 {
Missing tests
648
"type": "null"
649 }
Missing tests
650
],
651 },
652 "state": {
Missing tests
653
"anyOf": [
654 {
Missing tests
655
"$ref": "#/components/schemas/FlowRunFilterState"
656 },
657 {
Missing tests
658
"type": "null"
659 }
Missing tests
660
],
661 },
662 "tags": {
Missing negative tests
663
"anyOf": [
664 {
Missing negative tests
665
"$ref": "#/components/schemas/FlowRunFilterTags"
666 },
667 {
Missing positive tests
668
"type": "null"
669 }
Missing negative tests
670
],
671 },
672 "work_queue_name": {
Missing negative tests
673
"anyOf": [
674 {
Missing negative tests
675
"$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
676 },
677 {
Missing positive tests
678
"type": "null"
679 }
Missing negative tests
680
],
681 }
Missing negative tests
682
},
Missing negative tests
683
"type": "object"
684 },
685 "FlowRunFilterDeploymentId": {
686 "additionalProperties": false,
Missing tests
687
"properties": {
688 "any_": {
Missing tests
689
"anyOf": [
690 {
691 "items": {
Missing tests
692
"format": "uuid",
Missing tests
693
"type": "string"
694 },
Missing tests
695
"type": "array"
696 },
697 {
Missing tests
698
"type": "null"
699 }
Missing tests
700
],
701 },
702 "is_null_": {
Missing tests
703
"anyOf": [
704 {
Missing tests
705
"type": "boolean"
706 },
707 {
Missing tests
708
"type": "null"
709 }
Missing tests
710
],
711 },
712 "operator": {
Missing tests
713
"$ref": "#/components/schemas/Operator",
714 }
Missing tests
715
},
Missing tests
716
"type": "object"
717 },
718 "FlowRunFilterEndTime": {
719 "additionalProperties": false,
Missing tests
720
"properties": {
721 "after_": {
Missing tests
722
"anyOf": [
723 {
Missing tests
724
"format": "date-time",
Missing tests
725
"type": "string"
726 },
727 {
Missing tests
728
"type": "null"
729 }
Missing tests
730
],
731 },
732 "before_": {
Missing tests
733
"anyOf": [
734 {
Missing tests
735
"format": "date-time",
Missing tests
736
"type": "string"
737 },
738 {
Missing tests
739
"type": "null"
740 }
Missing tests
741
],
742 },
743 "is_null_": {
Missing tests
744
"anyOf": [
745 {
Missing tests
746
"type": "boolean"
747 },
748 {
Missing tests
749
"type": "null"
750 }
Missing tests
751
],
752 }
Missing tests
753
},
Missing tests
754
"type": "object"
755 },
756 "FlowRunFilterExpectedStartTime": {
757 "additionalProperties": false,
Missing tests
758
"properties": {
759 "after_": {
Missing tests
760
"anyOf": [
761 {
Missing tests
762
"format": "date-time",
Missing tests
763
"type": "string"
764 },
765 {
Missing tests
766
"type": "null"
767 }
Missing tests
768
],
769 },
770 "before_": {
Missing tests
771
"anyOf": [
772 {
Missing tests
773
"format": "date-time",
Missing tests
774
"type": "string"
775 },
776 {
Missing tests
777
"type": "null"
778 }
Missing tests
779
],
780 }
Missing tests
781
},
Missing tests
782
"type": "object"
783 },
784 "FlowRunFilterFlowVersion": {
785 "additionalProperties": false,
Missing tests
786
"properties": {
787 "any_": {
Missing tests
788
"anyOf": [
789 {
790 "items": {
Missing tests
791
"type": "string"
792 },
Missing tests
793
"type": "array"
794 },
795 {
Missing tests
796
"type": "null"
797 }
Missing tests
798
],
799 }
Missing tests
800
},
Missing tests
801
"type": "object"
802 },
803 "FlowRunFilterId": {
804 "additionalProperties": false,
Missing tests
805
"properties": {
806 "any_": {
Missing tests
807
"anyOf": [
808 {
809 "items": {
Missing tests
810
"format": "uuid",
Missing tests
811
"type": "string"
812 },
Missing tests
813
"type": "array"
814 },
815 {
Missing tests
816
"type": "null"
817 }
Missing tests
818
],
819 },
820 "not_any_": {
Missing tests
821
"anyOf": [
822 {
823 "items": {
Missing tests
824
"format": "uuid",
Missing tests
825
"type": "string"
826 },
Missing tests
827
"type": "array"
828 },
829 {
Missing tests
830
"type": "null"
831 }
Missing tests
832
],
833 }
Missing tests
834
},
Missing tests
835
"type": "object"
836 },
837 "FlowRunFilterIdempotencyKey": {
838 "additionalProperties": false,
Missing tests
839
"properties": {
840 "any_": {
Missing tests
841
"anyOf": [
842 {
843 "items": {
Missing tests
844
"type": "string"
845 },
Missing tests
846
"type": "array"
847 },
848 {
Missing tests
849
"type": "null"
850 }
Missing tests
851
],
852 },
853 "not_any_": {
Missing tests
854
"anyOf": [
855 {
856 "items": {
Missing tests
857
"type": "string"
858 },
Missing tests
859
"type": "array"
860 },
861 {
Missing tests
862
"type": "null"
863 }
Missing tests
864
],
865 }
Missing tests
866
},
Missing tests
867
"type": "object"
868 },
869 "FlowRunFilterName": {
870 "additionalProperties": false,
Missing negative tests
871
"properties": {
872 "any_": {
Missing negative tests
873
"anyOf": [
874 {
875 "items": {
Missing negative tests
876
"type": "string"
877 },
Missing negative tests
878
"type": "array"
879 },
880 {
Missing positive tests
881
"type": "null"
882 }
Missing negative tests
883
],
884 "examples": [
885 [
886 "my-flow-run-1",
887 "my-flow-run-2"
888 ]
889 ],
890 },
891 "like_": {
Missing negative tests
892
"anyOf": [
893 {
Missing negative tests
894
"type": "string"
895 },
896 {
Missing positive tests
897
"type": "null"
898 }
Missing negative tests
899
],
900 "examples": [
901 "marvin"
902 ],
903 }
Missing negative tests
904
},
Missing negative tests
905
"type": "object"
906 },
907 "FlowRunFilterNextScheduledStartTime": {
908 "additionalProperties": false,
Missing tests
909
"properties": {
910 "after_": {
Missing tests
911
"anyOf": [
912 {
Missing tests
913
"format": "date-time",
Missing tests
914
"type": "string"
915 },
916 {
Missing tests
917
"type": "null"
918 }
Missing tests
919
],
920 },
921 "before_": {
Missing tests
922
"anyOf": [
923 {
Missing tests
924
"format": "date-time",
Missing tests
925
"type": "string"
926 },
927 {
Missing tests
928
"type": "null"
929 }
Missing tests
930
],
931 }
Missing tests
932
},
Missing tests
933
"type": "object"
934 },
935 "FlowRunFilterParentFlowRunId": {
936 "additionalProperties": false,
Missing tests
937
"properties": {
938 "any_": {
Missing tests
939
"anyOf": [
940 {
941 "items": {
Missing tests
942
"format": "uuid",
Missing tests
943
"type": "string"
944 },
Missing tests
945
"type": "array"
946 },
947 {
Missing tests
948
"type": "null"
949 }
Missing tests
950
],
951 },
952 "operator": {
Missing tests
953
"$ref": "#/components/schemas/Operator",
954 }
Missing tests
955
},
Missing tests
956
"type": "object"
957 },
958 "FlowRunFilterParentTaskRunId": {
959 "additionalProperties": false,
Missing tests
960
"properties": {
961 "any_": {
Missing tests
962
"anyOf": [
963 {
964 "items": {
Missing tests
965
"format": "uuid",
Missing tests
966
"type": "string"
967 },
Missing tests
968
"type": "array"
969 },
970 {
Missing tests
971
"type": "null"
972 }
Missing tests
973
],
974 },
975 "is_null_": {
Missing tests
976
"anyOf": [
977 {
Missing tests
978
"type": "boolean"
979 },
980 {
Missing tests
981
"type": "null"
982 }
Missing tests
983
],
984 },
985 "operator": {
Missing tests
986
"$ref": "#/components/schemas/Operator",
987 }
Missing tests
988
},
Missing tests
989
"type": "object"
990 },
991 "FlowRunFilterStartTime": {
992 "additionalProperties": false,
Missing tests
993
"properties": {
994 "after_": {
Missing tests
995
"anyOf": [
996 {
Missing tests
997
"format": "date-time",
Missing tests
998
"type": "string"
999 },
1000 {
Missing tests
1001
"type": "null"
1002 }
Missing tests
1003
],
1004 },
1005 "before_": {
Missing tests
1006
"anyOf": [
1007 {
Missing tests
1008
"format": "date-time",
Missing tests
1009
"type": "string"
1010 },
1011 {
Missing tests
1012
"type": "null"
1013 }
Missing tests
1014
],
1015 },
1016 "is_null_": {
Missing tests
1017
"anyOf": [
1018 {
Missing tests
1019
"type": "boolean"
1020 },
1021 {
Missing tests
1022
"type": "null"
1023 }
Missing tests
1024
],
1025 }
Missing tests
1026
},
Missing tests
1027
"type": "object"
1028 },
1029 "FlowRunFilterState": {
1030 "additionalProperties": false,
Missing tests
1031
"properties": {
1032 "name": {
Missing tests
1033
"anyOf": [
1034 {
Missing tests
1035
"$ref": "#/components/schemas/FlowRunFilterStateName"
1036 },
1037 {
Missing tests
1038
"type": "null"
1039 }
Missing tests
1040
],
1041 },
1042 "operator": {
Missing tests
1043
"$ref": "#/components/schemas/Operator",
1044 },
1045 "type": {
Missing tests
1046
"anyOf": [
1047 {
Missing tests
1048
"$ref": "#/components/schemas/FlowRunFilterStateType"
1049 },
1050 {
Missing tests
1051
"type": "null"
1052 }
Missing tests
1053
],
1054 }
Missing tests
1055
},
Missing tests
1056
"type": "object"
1057 },
1058 "FlowRunFilterStateName": {
1059 "additionalProperties": false,
Missing tests
1060
"properties": {
1061 "any_": {
Missing tests
1062
"anyOf": [
1063 {
1064 "items": {
Missing tests
1065
"type": "string"
1066 },
Missing tests
1067
"type": "array"
1068 },
1069 {
Missing tests
1070
"type": "null"
1071 }
Missing tests
1072
],
1073 },
1074 "not_any_": {
Missing tests
1075
"anyOf": [
1076 {
1077 "items": {
Missing tests
1078
"type": "string"
1079 },
Missing tests
1080
"type": "array"
1081 },
1082 {
Missing tests
1083
"type": "null"
1084 }
Missing tests
1085
],
1086 }
Missing tests
1087
},
Missing tests
1088
"type": "object"
1089 },
1090 "FlowRunFilterStateType": {
1091 "additionalProperties": false,
Missing tests
1092
"properties": {
1093 "any_": {
Missing tests
1094
"anyOf": [
1095 {
1096 "items": {
Missing tests
1097
"$ref": "#/components/schemas/StateType"
1098 },
Missing tests
1099
"type": "array"
1100 },
1101 {
Missing tests
1102
"type": "null"
1103 }
Missing tests
1104
],
1105 },
1106 "not_any_": {
Missing tests
1107
"anyOf": [
1108 {
1109 "items": {
Missing tests
1110
"$ref": "#/components/schemas/StateType"
1111 },
Missing tests
1112
"type": "array"
1113 },
1114 {
Missing tests
1115
"type": "null"
1116 }
Missing tests
1117
],
1118 }
Missing tests
1119
},
Missing tests
1120
"type": "object"
1121 },
1122 "FlowRunFilterTags": {
1123 "additionalProperties": false,
Missing negative tests
1124
"properties": {
1125 "all_": {
Missing negative tests
1126
"anyOf": [
1127 {
1128 "items": {
Missing negative tests
1129
"type": "string"
1130 },
Missing negative tests
1131
"type": "array"
1132 },
1133 {
Missing positive tests
1134
"type": "null"
1135 }
Missing negative tests
1136
],
1137 "examples": [
1138 [
1139 "tag-1",
1140 "tag-2"
1141 ]
1142 ],
1143 },
1144 "any_": {
Missing negative tests
1145
"anyOf": [
1146 {
1147 "items": {
Missing negative tests
1148
"type": "string"
1149 },
Missing negative tests
1150
"type": "array"
1151 },
1152 {
Missing positive tests
1153
"type": "null"
1154 }
Missing negative tests
1155
],
1156 "examples": [
1157 [
1158 "tag-1",
1159 "tag-2"
1160 ]
1161 ],
1162 },
1163 "is_null_": {
Missing tests
1164
"anyOf": [
1165 {
Missing tests
1166
"type": "boolean"
1167 },
1168 {
Missing tests
1169
"type": "null"
1170 }
Missing tests
1171
],
1172 },
1173 "operator": {
Missing tests
1174
"$ref": "#/components/schemas/Operator",
1175 }
Missing negative tests
1176
},
Missing negative tests
1177
"type": "object"
1178 },
1179 "FlowRunFilterWorkQueueName": {
1180 "additionalProperties": false,
Missing negative tests
1181
"properties": {
1182 "any_": {
Missing negative tests
1183
"anyOf": [
1184 {
1185 "items": {
Missing negative tests
1186
"type": "string"
1187 },
Missing negative tests
1188
"type": "array"
1189 },
1190 {
Missing positive tests
1191
"type": "null"
1192 }
Missing negative tests
1193
],
1194 "examples": [
1195 [
1196 "work_queue_1",
1197 "work_queue_2"
1198 ]
1199 ],
1200 },
1201 "is_null_": {
Missing tests
1202
"anyOf": [
1203 {
Missing tests
1204
"type": "boolean"
1205 },
1206 {
Missing tests
1207
"type": "null"
1208 }
Missing tests
1209
],
1210 },
1211 "operator": {
Missing tests
1212
"$ref": "#/components/schemas/Operator",
1213 }
Missing negative tests
1214
},
Missing negative tests
1215
"type": "object"
1216 },
1217 "Operator": {
Missing tests
1218
"enum": [
1219 "and_",
1220 "or_"
Missing tests
1221
],
Missing tests
1222
"type": "string"
1223 },
1224 "StateType": {
Missing tests
1225
"enum": [
1226 "SCHEDULED",
1227 "PENDING",
1228 "RUNNING",
1229 "COMPLETED",
1230 "FAILED",
1231 "CANCELLED",
1232 "CRASHED",
1233 "PAUSED",
1234 "CANCELLING"
Missing tests
1235
],
Missing tests
1236
"type": "string"
1237 },
1238 "TaskRunFilter": {
1239 "additionalProperties": false,
Missing negative tests
1240
"properties": {
1241 "expected_start_time": {
Missing tests
1242
"anyOf": [
1243 {
Missing tests
1244
"$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1245 },
1246 {
Missing tests
1247
"type": "null"
1248 }
Missing tests
1249
],
1250 },
1251 "flow_run_id": {
Missing tests
1252
"anyOf": [
1253 {
Missing tests
1254
"$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1255 },
1256 {
Missing tests
1257
"type": "null"
1258 }
Missing tests
1259
],
1260 },
1261 "id": {
Missing tests
1262
"anyOf": [
1263 {
Missing tests
1264
"$ref": "#/components/schemas/TaskRunFilterId"
1265 },
1266 {
Missing tests
1267
"type": "null"
1268 }
Missing tests
1269
],
1270 },
1271 "name": {
Missing negative tests
1272
"anyOf": [
1273 {
Missing negative tests
1274
"$ref": "#/components/schemas/TaskRunFilterName"
1275 },
1276 {
Missing positive tests
1277
"type": "null"
1278 }
Missing negative tests
1279
],
1280 },
1281 "operator": {
Missing tests
1282
"$ref": "#/components/schemas/Operator",
1283 },
1284 "start_time": {
Missing tests
1285
"anyOf": [
1286 {
Missing tests
1287
"$ref": "#/components/schemas/TaskRunFilterStartTime"
1288 },
1289 {
Missing tests
1290
"type": "null"
1291 }
Missing tests
1292
],
1293 },
1294 "state": {
Missing tests
1295
"anyOf": [
1296 {
Missing tests
1297
"$ref": "#/components/schemas/TaskRunFilterState"
1298 },
1299 {
Missing tests
1300
"type": "null"
1301 }
Missing tests
1302
],
1303 },
1304 "subflow_runs": {
Missing tests
1305
"anyOf": [
1306 {
Missing tests
1307
"$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1308 },
1309 {
Missing tests
1310
"type": "null"
1311 }
Missing tests
1312
],
1313 },
1314 "tags": {
Missing negative tests
1315
"anyOf": [
1316 {
Missing negative tests
1317
"$ref": "#/components/schemas/TaskRunFilterTags"
1318 },
1319 {
Missing positive tests
1320
"type": "null"
1321 }
Missing negative tests
1322
],
1323 }
Missing negative tests
1324
},
Missing negative tests
1325
"type": "object"
1326 },
1327 "TaskRunFilterExpectedStartTime": {
1328 "additionalProperties": false,
Missing tests
1329
"properties": {
1330 "after_": {
Missing tests
1331
"anyOf": [
1332 {
Missing tests
1333
"format": "date-time",
Missing tests
1334
"type": "string"
1335 },
1336 {
Missing tests
1337
"type": "null"
1338 }
Missing tests
1339
],
1340 },
1341 "before_": {
Missing tests
1342
"anyOf": [
1343 {
Missing tests
1344
"format": "date-time",
Missing tests
1345
"type": "string"
1346 },
1347 {
Missing tests
1348
"type": "null"
1349 }
Missing tests
1350
],
1351 }
Missing tests
1352
},
Missing tests
1353
"type": "object"
1354 },
1355 "TaskRunFilterFlowRunId": {
1356 "additionalProperties": false,
Missing tests
1357
"properties": {
1358 "any_": {
Missing tests
1359
"anyOf": [
1360 {
1361 "items": {
Missing tests
1362
"format": "uuid",
Missing tests
1363
"type": "string"
1364 },
Missing tests
1365
"type": "array"
1366 },
1367 {
Missing tests
1368
"type": "null"
1369 }
Missing tests
1370
],
1371 },
1372 "is_null_": {
Missing tests
1373
"anyOf": [
1374 {
Missing tests
1375
"type": "boolean"
1376 },
1377 {
Missing tests
1378
"type": "null"
1379 }
Missing tests
1380
],
1381 },
1382 "operator": {
Missing tests
1383
"$ref": "#/components/schemas/Operator",
1384 }
Missing tests
1385
},
Missing tests
1386
"type": "object"
1387 },
1388 "TaskRunFilterId": {
1389 "additionalProperties": false,
Missing tests
1390
"properties": {
1391 "any_": {
Missing tests
1392
"anyOf": [
1393 {
1394 "items": {
Missing tests
1395
"format": "uuid",
Missing tests
1396
"type": "string"
1397 },
Missing tests
1398
"type": "array"
1399 },
1400 {
Missing tests
1401
"type": "null"
1402 }
Missing tests
1403
],
1404 }
Missing tests
1405
},
Missing tests
1406
"type": "object"
1407 },
1408 "TaskRunFilterName": {
1409 "additionalProperties": false,
Missing negative tests
1410
"properties": {
1411 "any_": {
Missing negative tests
1412
"anyOf": [
1413 {
1414 "items": {
Missing negative tests
1415
"type": "string"
1416 },
Missing negative tests
1417
"type": "array"
1418 },
1419 {
Missing positive tests
1420
"type": "null"
1421 }
Missing negative tests
1422
],
1423 "examples": [
1424 [
1425 "my-task-run-1",
1426 "my-task-run-2"
1427 ]
1428 ],
1429 },
1430 "like_": {
Missing negative tests
1431
"anyOf": [
1432 {
Missing negative tests
1433
"type": "string"
1434 },
1435 {
Missing positive tests
1436
"type": "null"
1437 }
Missing negative tests
1438
],
1439 "examples": [
1440 "marvin"
1441 ],
1442 }
Missing negative tests
1443
},
Missing negative tests
1444
"type": "object"
1445 },
1446 "TaskRunFilterStartTime": {
1447 "additionalProperties": false,
Missing tests
1448
"properties": {
1449 "after_": {
Missing tests
1450
"anyOf": [
1451 {
Missing tests
1452
"format": "date-time",
Missing tests
1453
"type": "string"
1454 },
1455 {
Missing tests
1456
"type": "null"
1457 }
Missing tests
1458
],
1459 },
1460 "before_": {
Missing tests
1461
"anyOf": [
1462 {
Missing tests
1463
"format": "date-time",
Missing tests
1464
"type": "string"
1465 },
1466 {
Missing tests
1467
"type": "null"
1468 }
Missing tests
1469
],
1470 },
1471 "is_null_": {
Missing tests
1472
"anyOf": [
1473 {
Missing tests
1474
"type": "boolean"
1475 },
1476 {
Missing tests
1477
"type": "null"
1478 }
Missing tests
1479
],
1480 }
Missing tests
1481
},
Missing tests
1482
"type": "object"
1483 },
1484 "TaskRunFilterState": {
1485 "additionalProperties": false,
Missing tests
1486
"properties": {
1487 "name": {
Missing tests
1488
"anyOf": [
1489 {
Missing tests
1490
"$ref": "#/components/schemas/TaskRunFilterStateName"
1491 },
1492 {
Missing tests
1493
"type": "null"
1494 }
Missing tests
1495
],
1496 },
1497 "operator": {
Missing tests
1498
"$ref": "#/components/schemas/Operator",
1499 },
1500 "type": {
Missing tests
1501
"anyOf": [
1502 {
Missing tests
1503
"$ref": "#/components/schemas/TaskRunFilterStateType"
1504 },
1505 {
Missing tests
1506
"type": "null"
1507 }
Missing tests
1508
],
1509 }
Missing tests
1510
},
Missing tests
1511
"type": "object"
1512 },
1513 "TaskRunFilterStateName": {
1514 "additionalProperties": false,
Missing tests
1515
"properties": {
1516 "any_": {
Missing tests
1517
"anyOf": [
1518 {
1519 "items": {
Missing tests
1520
"type": "string"
1521 },
Missing tests
1522
"type": "array"
1523 },
1524 {
Missing tests
1525
"type": "null"
1526 }
Missing tests
1527
],
1528 }
Missing tests
1529
},
Missing tests
1530
"type": "object"
1531 },
1532 "TaskRunFilterStateType": {
1533 "additionalProperties": false,
Missing tests
1534
"properties": {
1535 "any_": {
Missing tests
1536
"anyOf": [
1537 {
1538 "items": {
Missing tests
1539
"$ref": "#/components/schemas/StateType"
1540 },
Missing tests
1541
"type": "array"
1542 },
1543 {
Missing tests
1544
"type": "null"
1545 }
Missing tests
1546
],
1547 }
Missing tests
1548
},
Missing tests
1549
"type": "object"
1550 },
1551 "TaskRunFilterSubFlowRuns": {
1552 "additionalProperties": false,
Missing tests
1553
"properties": {
1554 "exists_": {
Missing tests
1555
"anyOf": [
1556 {
Missing tests
1557
"type": "boolean"
1558 },
1559 {
Missing tests
1560
"type": "null"
1561 }
Missing tests
1562
],
1563 }
Missing tests
1564
},
Missing tests
1565
"type": "object"
1566 },
1567 "TaskRunFilterTags": {
1568 "additionalProperties": false,
Missing negative tests
1569
"properties": {
1570 "all_": {
Missing negative tests
1571
"anyOf": [
1572 {
1573 "items": {
Missing negative tests
1574
"type": "string"
1575 },
Missing negative tests
1576
"type": "array"
1577 },
1578 {
Missing positive tests
1579
"type": "null"
1580 }
Missing negative tests
1581
],
1582 "examples": [
1583 [
1584 "tag-1",
1585 "tag-2"
1586 ]
1587 ],
1588 },
1589 "is_null_": {
Missing tests
1590
"anyOf": [
1591 {
Missing tests
1592
"type": "boolean"
1593 },
1594 {
Missing tests
1595
"type": "null"
1596 }
Missing tests
1597
],
1598 },
1599 "operator": {
Missing tests
1600
"$ref": "#/components/schemas/Operator",
1601 }
Missing negative tests
1602
},
Missing negative tests
1603
"type": "object"
1604 },
1605 "WorkPoolFilter": {
1606 "additionalProperties": false,
Missing tests
1607
"properties": {
1608 "id": {
Missing tests
1609
"anyOf": [
1610 {
Missing tests
1611
"$ref": "#/components/schemas/WorkPoolFilterId"
1612 },
1613 {
Missing tests
1614
"type": "null"
1615 }
Missing tests
1616
],
1617 },
1618 "name": {
Missing tests
1619
"anyOf": [
1620 {
Missing tests
1621
"$ref": "#/components/schemas/WorkPoolFilterName"
1622 },
1623 {
Missing tests
1624
"type": "null"
1625 }
Missing tests
1626
],
1627 },
1628 "operator": {
Missing tests
1629
"$ref": "#/components/schemas/Operator",
1630 },
1631 "type": {
Missing tests
1632
"anyOf": [
1633 {
Missing tests
1634
"$ref": "#/components/schemas/WorkPoolFilterType"
1635 },
1636 {
Missing tests
1637
"type": "null"
1638 }
Missing tests
1639
],
1640 }
Missing tests
1641
},
Missing negative tests
1642
"type": "object"
1643 },
1644 "WorkPoolFilterId": {
1645 "additionalProperties": false,
Missing tests
1646
"properties": {
1647 "any_": {
Missing tests
1648
"anyOf": [
1649 {
1650 "items": {
Missing tests
1651
"format": "uuid",
Missing tests
1652
"type": "string"
1653 },
Missing tests
1654
"type": "array"
1655 },
1656 {
Missing tests
1657
"type": "null"
1658 }
Missing tests
1659
],
1660 }
Missing tests
1661
},
Missing tests
1662
"type": "object"
1663 },
1664 "WorkPoolFilterName": {
1665 "additionalProperties": false,
Missing tests
1666
"properties": {
1667 "any_": {
Missing tests
1668
"anyOf": [
1669 {
1670 "items": {
Missing tests
1671
"type": "string"
1672 },
Missing tests
1673
"type": "array"
1674 },
1675 {
Missing tests
1676
"type": "null"
1677 }
Missing tests
1678
],
1679 }
Missing tests
1680
},
Missing tests
1681
"type": "object"
1682 },
1683 "WorkPoolFilterType": {
1684 "additionalProperties": false,
Missing tests
1685
"properties": {
1686 "any_": {
Missing tests
1687
"anyOf": [
1688 {
1689 "items": {
Missing tests
1690
"type": "string"
1691 },
Missing tests
1692
"type": "array"
1693 },
1694 {
Missing tests
1695
"type": "null"
1696 }
Missing tests
1697
],
1698 }
Missing tests
1699
},
Missing tests
1700
"type": "object"
1701 },
1702 "WorkQueueFilter": {
1703 "additionalProperties": false,
Missing negative tests
1704
"properties": {
1705 "id": {
Missing tests
1706
"anyOf": [
1707 {
Missing tests
1708
"$ref": "#/components/schemas/WorkQueueFilterId"
1709 },
1710 {
Missing tests
1711
"type": "null"
1712 }
Missing tests
1713
],
1714 },
1715 "name": {
Missing negative tests
1716
"anyOf": [
1717 {
Missing negative tests
1718
"$ref": "#/components/schemas/WorkQueueFilterName"
1719 },
1720 {
Missing positive tests
1721
"type": "null"
1722 }
Missing negative tests
1723
],
1724 },
1725 "operator": {
Missing tests
1726
"$ref": "#/components/schemas/Operator",
1727 }
Missing negative tests
1728
},
Missing negative tests
1729
"type": "object"
1730 },
1731 "WorkQueueFilterId": {
1732 "additionalProperties": false,
Missing tests
1733
"properties": {
1734 "any_": {
Missing tests
1735
"anyOf": [
1736 {
1737 "items": {
Missing tests
1738
"format": "uuid",
Missing tests
1739
"type": "string"
1740 },
Missing tests
1741
"type": "array"
1742 },
1743 {
Missing tests
1744
"type": "null"
1745 }
Missing tests
1746
],
1747 }
Missing tests
1748
},
Missing tests
1749
"type": "object"
1750 },
1751 "WorkQueueFilterName": {
1752 "additionalProperties": false,
Missing negative tests
1753
"properties": {
1754 "any_": {
Missing negative tests
1755
"anyOf": [
1756 {
1757 "items": {
Missing negative tests
1758
"type": "string"
1759 },
Missing negative tests
1760
"type": "array"
1761 },
1762 {
Missing positive tests
1763
"type": "null"
1764 }
Missing negative tests
1765
],
1766 "examples": [
1767 [
1768 "wq-1",
1769 "wq-2"
1770 ]
1771 ],
1772 },
1773 "startswith_": {
Missing negative tests
1774
"anyOf": [
1775 {
1776 "items": {
Missing negative tests
1777
"type": "string"
1778 },
Missing negative tests
1779
"type": "array"
1780 },
1781 {
Missing positive tests
1782
"type": "null"
1783 }
Missing negative tests
1784
],
1785 "examples": [
1786 [
1787 "marvin",
1788 "Marvin-robot"
1789 ]
1790 ],
1791 }
Missing negative tests
1792
},
Missing negative tests
1793
"type": "object"
1794 }
1795 }
1796 }
1797}
Responses
seen average

200
Successful Response
5 8.58ms
422
Validation Error
2 2.10ms
default
Default
1 0.84ms
Examples
0 of 19 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json206 of 545 keywords covered
1{
2 "$ref": "#/components/schemas/Body_paginate_flow_runs_flow_runs_paginate_post",
3 "components": {
4 "schemas": {
5 "Body_paginate_flow_runs_flow_runs_paginate_post": {
Missing negative tests
6
"properties": {
7 "deployments": {
Missing negative tests
8
"anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
13 "type": "null"
14 }
Missing negative tests
15
]
16 },
17 "flow_runs": {
Missing negative tests
18
"anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
23 "type": "null"
24 }
Missing negative tests
25
]
26 },
27 "flows": {
Missing negative tests
28
"anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
Missing negative tests
35
]
36 },
37 "limit": {
Missing negative tests
38
"type": "integer"
39 },
40 "page": {
Missing negative tests
41
"minimum": 1.0,
Missing negative tests
42
"type": "integer"
43 },
44 "sort": {
Missing negative tests
45
"$ref": "#/components/schemas/FlowRunSort",
46 },
47 "task_runs": {
Missing negative tests
48
"anyOf": [
49 {
50 "$ref": "#/components/schemas/TaskRunFilter"
51 },
52 {
53 "type": "null"
54 }
Missing negative tests
55
]
56 },
57 "work_pool_queues": {
Missing negative tests
58
"anyOf": [
59 {
60 "$ref": "#/components/schemas/WorkQueueFilter"
61 },
62 {
63 "type": "null"
64 }
Missing negative tests
65
]
66 },
67 "work_pools": {
Missing negative tests
68
"anyOf": [
69 {
70 "$ref": "#/components/schemas/WorkPoolFilter"
71 },
72 {
73 "type": "null"
74 }
Missing negative tests
75
]
76 }
Missing negative tests
77
},
78 "type": "object"
79 },
80 "DeploymentFilter": {
81 "additionalProperties": false,
Missing negative tests
82
"properties": {
83 "concurrency_limit": {
Missing negative tests
84
"anyOf": [
85 {
86 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
87 },
88 {
89 "type": "null"
90 }
Missing negative tests
91
],
92 "deprecated": true,
93 },
94 "flow_or_deployment_name": {
Missing negative tests
95
"anyOf": [
96 {
97 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
98 },
99 {
100 "type": "null"
101 }
Missing negative tests
102
],
103 },
104 "id": {
Missing negative tests
105
"anyOf": [
106 {
107 "$ref": "#/components/schemas/DeploymentFilterId"
108 },
109 {
110 "type": "null"
111 }
Missing negative tests
112
],
113 },
114 "name": {
Missing negative tests
115
"anyOf": [
116 {
117 "$ref": "#/components/schemas/DeploymentFilterName"
118 },
119 {
120 "type": "null"
121 }
Missing negative tests
122
],
123 },
124 "operator": {
Missing negative tests
125
"$ref": "#/components/schemas/Operator",
126 },
127 "paused": {
Missing negative tests
128
"anyOf": [
129 {
130 "$ref": "#/components/schemas/DeploymentFilterPaused"
131 },
132 {
133 "type": "null"
134 }
Missing negative tests
135
],
136 },
137 "tags": {
Missing negative tests
138
"anyOf": [
139 {
140 "$ref": "#/components/schemas/DeploymentFilterTags"
141 },
142 {
143 "type": "null"
144 }
Missing negative tests
145
],
146 },
147 "work_queue_name": {
Missing negative tests
148
"anyOf": [
149 {
150 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
151 },
152 {
153 "type": "null"
154 }
Missing negative tests
155
],
156 }
Missing negative tests
157
},
158 "type": "object"
159 },
160 "DeploymentFilterConcurrencyLimit": {
161 "additionalProperties": false,
Missing negative tests
162
"properties": {
163 "ge_": {
Missing negative tests
164
"anyOf": [
165 {
166 "type": "integer"
167 },
168 {
169 "type": "null"
170 }
Missing negative tests
171
],
172 },
173 "is_null_": {
Missing negative tests
174
"anyOf": [
175 {
176 "type": "boolean"
177 },
178 {
179 "type": "null"
180 }
Missing negative tests
181
],
182 },
183 "le_": {
Missing negative tests
184
"anyOf": [
185 {
Missing positive tests
186
"type": "integer"
187 },
188 {
Missing negative tests
189
"type": "null"
190 }
Missing negative tests
191
],
192 }
Missing negative tests
193
},
194 "type": "object"
195 },
196 "DeploymentFilterId": {
197 "additionalProperties": false,
Missing negative tests
198
"properties": {
199 "any_": {
Missing negative tests
200
"anyOf": [
201 {
202 "items": {
Missing negative tests
203
"format": "uuid",
Missing negative tests
204
"type": "string"
205 },
206 "type": "array"
207 },
208 {
209 "type": "null"
210 }
Missing negative tests
211
],
212 },
213 "not_any_": {
Missing negative tests
214
"anyOf": [
215 {
216 "items": {
Missing negative tests
217
"format": "uuid",
Missing negative tests
218
"type": "string"
219 },
220 "type": "array"
221 },
222 {
223 "type": "null"
224 }
Missing negative tests
225
],
226 }
Missing negative tests
227
},
228 "type": "object"
229 },
230 "DeploymentFilterName": {
231 "additionalProperties": false,
Missing negative tests
232
"properties": {
233 "any_": {
Missing negative tests
234
"anyOf": [
235 {
236 "items": {
Missing negative tests
237
"type": "string"
238 },
239 "type": "array"
240 },
241 {
242 "type": "null"
243 }
Missing negative tests
244
],
245 "examples": [
246 [
247 "my-deployment-1",
248 "my-deployment-2"
249 ]
250 ],
251 },
252 "like_": {
Missing negative tests
253
"anyOf": [
254 {
255 "type": "string"
256 },
257 {
258 "type": "null"
259 }
Missing negative tests
260
],
261 "examples": [
262 "marvin"
263 ],
264 }
Missing negative tests
265
},
266 "type": "object"
267 },
268 "DeploymentFilterPaused": {
269 "additionalProperties": false,
Missing negative tests
270
"properties": {
271 "eq_": {
Missing negative tests
272
"anyOf": [
273 {
274 "type": "boolean"
275 },
276 {
277 "type": "null"
278 }
Missing negative tests
279
],
280 }
Missing negative tests
281
},
282 "type": "object"
283 },
284 "DeploymentFilterTags": {
285 "additionalProperties": false,
Missing negative tests
286
"properties": {
287 "all_": {
Missing negative tests
288
"anyOf": [
289 {
290 "items": {
Missing negative tests
291
"type": "string"
292 },
293 "type": "array"
294 },
295 {
296 "type": "null"
297 }
Missing negative tests
298
],
299 "examples": [
300 [
301 "tag-1",
302 "tag-2"
303 ]
304 ],
305 },
306 "any_": {
Missing negative tests
307
"anyOf": [
308 {
309 "items": {
Missing negative tests
310
"type": "string"
311 },
312 "type": "array"
313 },
314 {
315 "type": "null"
316 }
Missing negative tests
317
],
318 "examples": [
319 [
320 "tag-1",
321 "tag-2"
322 ]
323 ],
324 },
325 "is_null_": {
Missing negative tests
326
"anyOf": [
327 {
Missing positive tests
328
"type": "boolean"
329 },
330 {
Missing negative tests
331
"type": "null"
332 }
Missing negative tests
333
],
334 },
335 "operator": {
Missing negative tests
336
"$ref": "#/components/schemas/Operator",
337 }
Missing negative tests
338
},
339 "type": "object"
340 },
341 "DeploymentFilterWorkQueueName": {
342 "additionalProperties": false,
Missing negative tests
343
"properties": {
344 "any_": {
Missing negative tests
345
"anyOf": [
346 {
347 "items": {
Missing negative tests
348
"type": "string"
349 },
350 "type": "array"
351 },
352 {
353 "type": "null"
354 }
Missing negative tests
355
],
356 "examples": [
357 [
358 "work_queue_1",
359 "work_queue_2"
360 ]
361 ],
362 }
Missing negative tests
363
},
364 "type": "object"
365 },
366 "DeploymentOrFlowNameFilter": {
367 "additionalProperties": false,
Missing negative tests
368
"properties": {
369 "like_": {
Missing negative tests
370
"anyOf": [
371 {
Missing positive tests
372
"type": "string"
373 },
374 {
Missing negative tests
375
"type": "null"
376 }
Missing negative tests
377
],
378 }
Missing negative tests
379
},
380 "type": "object"
381 },
382 "FlowFilter": {
383 "additionalProperties": false,
Missing negative tests
384
"properties": {
385 "deployment": {
Missing negative tests
386
"anyOf": [
387 {
388 "$ref": "#/components/schemas/FlowFilterDeployment"
389 },
390 {
391 "type": "null"
392 }
Missing negative tests
393
],
394 },
395 "id": {
Missing negative tests
396
"anyOf": [
397 {
398 "$ref": "#/components/schemas/FlowFilterId"
399 },
400 {
401 "type": "null"
402 }
Missing negative tests
403
],
404 },
405 "name": {
Missing negative tests
406
"anyOf": [
407 {
408 "$ref": "#/components/schemas/FlowFilterName"
409 },
410 {
411 "type": "null"
412 }
Missing negative tests
413
],
414 },
415 "operator": {
Missing negative tests
416
"$ref": "#/components/schemas/Operator",
417 },
418 "tags": {
Missing negative tests
419
"anyOf": [
420 {
421 "$ref": "#/components/schemas/FlowFilterTags"
422 },
423 {
424 "type": "null"
425 }
Missing negative tests
426
],
427 }
Missing negative tests
428
},
429 "type": "object"
430 },
431 "FlowFilterDeployment": {
432 "additionalProperties": false,
Missing negative tests
433
"properties": {
434 "is_null_": {
Missing negative tests
435
"anyOf": [
436 {
Missing positive tests
437
"type": "boolean"
438 },
439 {
Missing negative tests
440
"type": "null"
441 }
Missing negative tests
442
],
443 },
444 "operator": {
Missing negative tests
445
"$ref": "#/components/schemas/Operator",
446 }
Missing negative tests
447
},
448 "type": "object"
449 },
450 "FlowFilterId": {
451 "additionalProperties": false,
Missing negative tests
452
"properties": {
453 "any_": {
Missing negative tests
454
"anyOf": [
455 {
456 "items": {
Missing negative tests
457
"format": "uuid",
Missing negative tests
458
"type": "string"
459 },
460 "type": "array"
461 },
462 {
463 "type": "null"
464 }
Missing negative tests
465
],
466 }
Missing negative tests
467
},
468 "type": "object"
469 },
470 "FlowFilterName": {
471 "additionalProperties": false,
Missing negative tests
472
"properties": {
473 "any_": {
Missing negative tests
474
"anyOf": [
475 {
476 "items": {
Missing negative tests
477
"type": "string"
478 },
Missing negative tests
479
"type": "array"
480 },
481 {
Missing positive tests
482
"type": "null"
483 }
Missing negative tests
484
],
485 "examples": [
486 [
487 "my-flow-1",
488 "my-flow-2"
489 ]
490 ],
491 },
492 "like_": {
Missing negative tests
493
"anyOf": [
494 {
Missing negative tests
495
"type": "string"
496 },
497 {
Missing positive tests
498
"type": "null"
499 }
Missing negative tests
500
],
501 "examples": [
502 "marvin"
503 ],
504 }
Missing negative tests
505
},
506 "type": "object"
507 },
508 "FlowFilterTags": {
509 "additionalProperties": false,
Missing negative tests
510
"properties": {
511 "all_": {
Missing negative tests
512
"anyOf": [
513 {
514 "items": {
Missing negative tests
515
"type": "string"
516 },
Missing negative tests
517
"type": "array"
518 },
519 {
Missing positive tests
520
"type": "null"
521 }
Missing negative tests
522
],
523 "examples": [
524 [
525 "tag-1",
526 "tag-2"
527 ]
528 ],
529 },
530 "is_null_": {
Missing negative tests
531
"anyOf": [
532 {
Missing negative tests
533
"type": "boolean"
534 },
535 {
Missing positive tests
536
"type": "null"
537 }
Missing negative tests
538
],
539 },
540 "operator": {
Missing negative tests
541
"$ref": "#/components/schemas/Operator",
542 }
Missing negative tests
543
},
544 "type": "object"
545 },
546 "FlowRunFilter": {
547 "additionalProperties": false,
Missing negative tests
548
"properties": {
549 "deployment_id": {
Missing negative tests
550
"anyOf": [
551 {
552 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
553 },
554 {
555 "type": "null"
556 }
Missing negative tests
557
],
558 },
559 "end_time": {
Missing negative tests
560
"anyOf": [
561 {
562 "$ref": "#/components/schemas/FlowRunFilterEndTime"
563 },
564 {
565 "type": "null"
566 }
Missing negative tests
567
],
568 },
569 "expected_start_time": {
Missing negative tests
570
"anyOf": [
571 {
572 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
573 },
574 {
575 "type": "null"
576 }
Missing negative tests
577
],
578 },
579 "flow_version": {
Missing negative tests
580
"anyOf": [
581 {
582 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
583 },
584 {
585 "type": "null"
586 }
Missing negative tests
587
],
588 },
589 "id": {
Missing negative tests
590
"anyOf": [
591 {
592 "$ref": "#/components/schemas/FlowRunFilterId"
593 },
594 {
595 "type": "null"
596 }
Missing negative tests
597
],
598 },
599 "idempotency_key": {
Missing negative tests
600
"anyOf": [
601 {
602 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
603 },
604 {
605 "type": "null"
606 }
Missing negative tests
607
],
608 },
609 "name": {
Missing negative tests
610
"anyOf": [
611 {
612 "$ref": "#/components/schemas/FlowRunFilterName"
613 },
614 {
615 "type": "null"
616 }
Missing negative tests
617
],
618 },
619 "next_scheduled_start_time": {
Missing negative tests
620
"anyOf": [
621 {
622 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
623 },
624 {
625 "type": "null"
626 }
Missing negative tests
627
],
628 },
629 "operator": {
Missing negative tests
630
"$ref": "#/components/schemas/Operator",
631 },
632 "parent_flow_run_id": {
Missing negative tests
633
"anyOf": [
634 {
635 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
636 },
637 {
638 "type": "null"
639 }
Missing negative tests
640
],
641 },
642 "parent_task_run_id": {
Missing negative tests
643
"anyOf": [
644 {
645 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
646 },
647 {
648 "type": "null"
649 }
Missing negative tests
650
],
651 },
652 "start_time": {
Missing negative tests
653
"anyOf": [
654 {
655 "$ref": "#/components/schemas/FlowRunFilterStartTime"
656 },
657 {
658 "type": "null"
659 }
Missing negative tests
660
],
661 },
662 "state": {
Missing negative tests
663
"anyOf": [
664 {
665 "$ref": "#/components/schemas/FlowRunFilterState"
666 },
667 {
668 "type": "null"
669 }
Missing negative tests
670
],
671 },
672 "tags": {
Missing negative tests
673
"anyOf": [
674 {
675 "$ref": "#/components/schemas/FlowRunFilterTags"
676 },
677 {
678 "type": "null"
679 }
Missing negative tests
680
],
681 },
682 "work_queue_name": {
Missing negative tests
683
"anyOf": [
684 {
685 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
686 },
687 {
688 "type": "null"
689 }
Missing negative tests
690
],
691 }
Missing negative tests
692
},
693 "type": "object"
694 },
695 "FlowRunFilterDeploymentId": {
696 "additionalProperties": false,
Missing negative tests
697
"properties": {
698 "any_": {
Missing negative tests
699
"anyOf": [
700 {
701 "items": {
Missing tests
702
"format": "uuid",
Missing tests
703
"type": "string"
704 },
Missing positive tests
705
"type": "array"
706 },
707 {
Missing negative tests
708
"type": "null"
709 }
Missing negative tests
710
],
711 },
712 "is_null_": {
Missing negative tests
713
"anyOf": [
714 {
715 "type": "boolean"
716 },
717 {
718 "type": "null"
719 }
Missing negative tests
720
],
721 },
722 "operator": {
Missing negative tests
723
"$ref": "#/components/schemas/Operator",
724 }
Missing negative tests
725
},
726 "type": "object"
727 },
728 "FlowRunFilterEndTime": {
729 "additionalProperties": false,
Missing negative tests
730
"properties": {
731 "after_": {
Missing negative tests
732
"anyOf": [
733 {
Missing tests
734
"format": "date-time",
Missing positive tests
735
"type": "string"
736 },
737 {
Missing negative tests
738
"type": "null"
739 }
Missing negative tests
740
],
741 },
742 "before_": {
Missing negative tests
743
"anyOf": [
744 {
Missing negative tests
745
"format": "date-time",
746 "type": "string"
747 },
748 {
749 "type": "null"
750 }
Missing negative tests
751
],
752 },
753 "is_null_": {
Missing negative tests
754
"anyOf": [
755 {
756 "type": "boolean"
757 },
758 {
759 "type": "null"
760 }
Missing negative tests
761
],
762 }
Missing negative tests
763
},
764 "type": "object"
765 },
766 "FlowRunFilterExpectedStartTime": {
767 "additionalProperties": false,
Missing negative tests
768
"properties": {
769 "after_": {
Missing negative tests
770
"anyOf": [
771 {
Missing negative tests
772
"format": "date-time",
773 "type": "string"
774 },
775 {
776 "type": "null"
777 }
Missing negative tests
778
],
779 },
780 "before_": {
Missing negative tests
781
"anyOf": [
782 {
Missing tests
783
"format": "date-time",
Missing positive tests
784
"type": "string"
785 },
786 {
Missing negative tests
787
"type": "null"
788 }
Missing negative tests
789
],
790 }
Missing negative tests
791
},
792 "type": "object"
793 },
794 "FlowRunFilterFlowVersion": {
795 "additionalProperties": false,
Missing negative tests
796
"properties": {
797 "any_": {
Missing negative tests
798
"anyOf": [
799 {
800 "items": {
Missing negative tests
801
"type": "string"
802 },
803 "type": "array"
804 },
805 {
806 "type": "null"
807 }
Missing negative tests
808
],
809 }
Missing negative tests
810
},
811 "type": "object"
812 },
813 "FlowRunFilterId": {
814 "additionalProperties": false,
Missing negative tests
815
"properties": {
816 "any_": {
Missing negative tests
817
"anyOf": [
818 {
819 "items": {
Missing tests
820
"format": "uuid",
Missing tests
821
"type": "string"
822 },
823 "type": "array"
824 },
825 {
826 "type": "null"
827 }
Missing negative tests
828
],
829 },
830 "not_any_": {
Missing negative tests
831
"anyOf": [
832 {
833 "items": {
Missing negative tests
834
"format": "uuid",
Missing negative tests
835
"type": "string"
836 },
837 "type": "array"
838 },
839 {
840 "type": "null"
841 }
Missing negative tests
842
],
843 }
Missing negative tests
844
},
845 "type": "object"
846 },
847 "FlowRunFilterIdempotencyKey": {
848 "additionalProperties": false,
Missing negative tests
849
"properties": {
850 "any_": {
Missing negative tests
851
"anyOf": [
852 {
853 "items": {
Missing negative tests
854
"type": "string"
855 },
856 "type": "array"
857 },
858 {
859 "type": "null"
860 }
Missing negative tests
861
],
862 },
863 "not_any_": {
Missing negative tests
864
"anyOf": [
865 {
866 "items": {
Missing tests
867
"type": "string"
868 },
Missing positive tests
869
"type": "array"
870 },
871 {
Missing negative tests
872
"type": "null"
873 }
Missing negative tests
874
],
875 }
Missing negative tests
876
},
877 "type": "object"
878 },
879 "FlowRunFilterName": {
880 "additionalProperties": false,
Missing negative tests
881
"properties": {
882 "any_": {
Missing negative tests
883
"anyOf": [
884 {
885 "items": {
Missing negative tests
886
"type": "string"
887 },
888 "type": "array"
889 },
890 {
891 "type": "null"
892 }
Missing negative tests
893
],
894 "examples": [
895 [
896 "my-flow-run-1",
897 "my-flow-run-2"
898 ]
899 ],
900 },
901 "like_": {
Missing negative tests
902
"anyOf": [
903 {
904 "type": "string"
905 },
906 {
907 "type": "null"
908 }
Missing negative tests
909
],
910 "examples": [
911 "marvin"
912 ],
913 }
Missing negative tests
914
},
915 "type": "object"
916 },
917 "FlowRunFilterNextScheduledStartTime": {
918 "additionalProperties": false,
Missing negative tests
919
"properties": {
920 "after_": {
Missing negative tests
921
"anyOf": [
922 {
Missing negative tests
923
"format": "date-time",
924 "type": "string"
925 },
926 {
927 "type": "null"
928 }
Missing negative tests
929
],
930 },
931 "before_": {
Missing negative tests
932
"anyOf": [
933 {
Missing negative tests
934
"format": "date-time",
935 "type": "string"
936 },
937 {
938 "type": "null"
939 }
Missing negative tests
940
],
941 }
Missing negative tests
942
},
943 "type": "object"
944 },
945 "FlowRunFilterParentFlowRunId": {
946 "additionalProperties": false,
Missing negative tests
947
"properties": {
948 "any_": {
Missing negative tests
949
"anyOf": [
950 {
951 "items": {
Missing negative tests
952
"format": "uuid",
Missing negative tests
953
"type": "string"
954 },
Missing negative tests
955
"type": "array"
956 },
957 {
Missing positive tests
958
"type": "null"
959 }
Missing negative tests
960
],
961 },
962 "operator": {
Missing negative tests
963
"$ref": "#/components/schemas/Operator",
964 }
Missing negative tests
965
},
966 "type": "object"
967 },
968 "FlowRunFilterParentTaskRunId": {
969 "additionalProperties": false,
Missing negative tests
970
"properties": {
971 "any_": {
Missing negative tests
972
"anyOf": [
973 {
974 "items": {
Missing negative tests
975
"format": "uuid",
Missing negative tests
976
"type": "string"
977 },
978 "type": "array"
979 },
980 {
981 "type": "null"
982 }
Missing negative tests
983
],
984 },
985 "is_null_": {
Missing negative tests
986
"anyOf": [
987 {
Missing negative tests
988
"type": "boolean"
989 },
990 {
Missing positive tests
991
"type": "null"
992 }
Missing negative tests
993
],
994 },
995 "operator": {
Missing negative tests
996
"$ref": "#/components/schemas/Operator",
997 }
Missing negative tests
998
},
999 "type": "object"
1000 },
1001 "FlowRunFilterStartTime": {
1002 "additionalProperties": false,
Missing negative tests
1003
"properties": {
1004 "after_": {
Missing negative tests
1005
"anyOf": [
1006 {
Missing negative tests
1007
"format": "date-time",
1008 "type": "string"
1009 },
1010 {
1011 "type": "null"
1012 }
Missing negative tests
1013
],
1014 },
1015 "before_": {
Missing negative tests
1016
"anyOf": [
1017 {
Missing tests
1018
"format": "date-time",
Missing positive tests
1019
"type": "string"
1020 },
1021 {
Missing negative tests
1022
"type": "null"
1023 }
Missing negative tests
1024
],
1025 },
1026 "is_null_": {
Missing negative tests
1027
"anyOf": [
1028 {
Missing positive tests
1029
"type": "boolean"
1030 },
1031 {
Missing negative tests
1032
"type": "null"
1033 }
Missing negative tests
1034
],
1035 }
Missing negative tests
1036
},
1037 "type": "object"
1038 },
1039 "FlowRunFilterState": {
1040 "additionalProperties": false,
Missing negative tests
1041
"properties": {
1042 "name": {
Missing negative tests
1043
"anyOf": [
1044 {
Missing negative tests
1045
"$ref": "#/components/schemas/FlowRunFilterStateName"
1046 },
1047 {
Missing positive tests
1048
"type": "null"
1049 }
Missing negative tests
1050
],
1051 },
1052 "operator": {
Missing negative tests
1053
"$ref": "#/components/schemas/Operator",
1054 },
1055 "type": {
Missing negative tests
1056
"anyOf": [
1057 {
Missing negative tests
1058
"$ref": "#/components/schemas/FlowRunFilterStateType"
1059 },
1060 {
Missing positive tests
1061
"type": "null"
1062 }
Missing negative tests
1063
],
1064 }
Missing negative tests
1065
},
1066 "type": "object"
1067 },
1068 "FlowRunFilterStateName": {
1069 "additionalProperties": false,
Missing negative tests
1070
"properties": {
1071 "any_": {
Missing tests
1072
"anyOf": [
1073 {
1074 "items": {
Missing tests
1075
"type": "string"
1076 },
Missing tests
1077
"type": "array"
1078 },
1079 {
Missing tests
1080
"type": "null"
1081 }
Missing tests
1082
],
1083 },
1084 "not_any_": {
Missing negative tests
1085
"anyOf": [
1086 {
1087 "items": {
Missing negative tests
1088
"type": "string"
1089 },
Missing negative tests
1090
"type": "array"
1091 },
1092 {
Missing positive tests
1093
"type": "null"
1094 }
Missing negative tests
1095
],
1096 }
Missing negative tests
1097
},
Missing negative tests
1098
"type": "object"
1099 },
1100 "FlowRunFilterStateType": {
1101 "additionalProperties": false,
Missing tests
1102
"properties": {
1103 "any_": {
Missing tests
1104
"anyOf": [
1105 {
1106 "items": {
Missing tests
1107
"$ref": "#/components/schemas/StateType"
1108 },
Missing tests
1109
"type": "array"
1110 },
1111 {
Missing tests
1112
"type": "null"
1113 }
Missing tests
1114
],
1115 },
1116 "not_any_": {
Missing tests
1117
"anyOf": [
1118 {
1119 "items": {
Missing tests
1120
"$ref": "#/components/schemas/StateType"
1121 },
Missing tests
1122
"type": "array"
1123 },
1124 {
Missing tests
1125
"type": "null"
1126 }
Missing tests
1127
],
1128 }
Missing tests
1129
},
Missing negative tests
1130
"type": "object"
1131 },
1132 "FlowRunFilterTags": {
1133 "additionalProperties": false,
Missing negative tests
1134
"properties": {
1135 "all_": {
Missing negative tests
1136
"anyOf": [
1137 {
1138 "items": {
Missing negative tests
1139
"type": "string"
1140 },
1141 "type": "array"
1142 },
1143 {
1144 "type": "null"
1145 }
Missing negative tests
1146
],
1147 "examples": [
1148 [
1149 "tag-1",
1150 "tag-2"
1151 ]
1152 ],
1153 },
1154 "any_": {
Missing negative tests
1155
"anyOf": [
1156 {
1157 "items": {
Missing negative tests
1158
"type": "string"
1159 },
1160 "type": "array"
1161 },
1162 {
1163 "type": "null"
1164 }
Missing negative tests
1165
],
1166 "examples": [
1167 [
1168 "tag-1",
1169 "tag-2"
1170 ]
1171 ],
1172 },
1173 "is_null_": {
Missing negative tests
1174
"anyOf": [
1175 {
1176 "type": "boolean"
1177 },
1178 {
1179 "type": "null"
1180 }
Missing negative tests
1181
],
1182 },
1183 "operator": {
Missing negative tests
1184
"$ref": "#/components/schemas/Operator",
1185 }
Missing negative tests
1186
},
1187 "type": "object"
1188 },
1189 "FlowRunFilterWorkQueueName": {
1190 "additionalProperties": false,
Missing negative tests
1191
"properties": {
1192 "any_": {
Missing negative tests
1193
"anyOf": [
1194 {
1195 "items": {
Missing negative tests
1196
"type": "string"
1197 },
1198 "type": "array"
1199 },
1200 {
1201 "type": "null"
1202 }
Missing negative tests
1203
],
1204 "examples": [
1205 [
1206 "work_queue_1",
1207 "work_queue_2"
1208 ]
1209 ],
1210 },
1211 "is_null_": {
Missing negative tests
1212
"anyOf": [
1213 {
1214 "type": "boolean"
1215 },
1216 {
1217 "type": "null"
1218 }
Missing negative tests
1219
],
1220 },
1221 "operator": {
Missing negative tests
1222
"$ref": "#/components/schemas/Operator",
1223 }
Missing negative tests
1224
},
1225 "type": "object"
1226 },
1227 "FlowRunSort": {
Missing negative tests
1228
"enum": [
1229 "ID_DESC",
1230 "START_TIME_ASC",
1231 "START_TIME_DESC",
1232 "EXPECTED_START_TIME_ASC",
1233 "EXPECTED_START_TIME_DESC",
1234 "NAME_ASC",
1235 "NAME_DESC",
1236 "NEXT_SCHEDULED_START_TIME_ASC",
1237 "END_TIME_DESC"
Missing negative tests
1238
],
Missing negative tests
1239
"type": "string"
1240 },
1241 "Operator": {
Missing negative tests
1242
"enum": [
1243 "and_",
1244 "or_"
Missing negative tests
1245
],
Missing negative tests
1246
"type": "string"
1247 },
1248 "StateType": {
Missing negative tests
1249
"enum": [
1250 "SCHEDULED",
1251 "PENDING",
1252 "RUNNING",
1253 "COMPLETED",
1254 "FAILED",
1255 "CANCELLED",
1256 "CRASHED",
1257 "PAUSED",
1258 "CANCELLING"
Missing negative tests
1259
],
Missing negative tests
1260
"type": "string"
1261 },
1262 "TaskRunFilter": {
1263 "additionalProperties": false,
Missing negative tests
1264
"properties": {
1265 "expected_start_time": {
Missing negative tests
1266
"anyOf": [
1267 {
1268 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1269 },
1270 {
1271 "type": "null"
1272 }
Missing negative tests
1273
],
1274 },
1275 "flow_run_id": {
Missing negative tests
1276
"anyOf": [
1277 {
1278 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1279 },
1280 {
1281 "type": "null"
1282 }
Missing negative tests
1283
],
1284 },
1285 "id": {
Missing negative tests
1286
"anyOf": [
1287 {
1288 "$ref": "#/components/schemas/TaskRunFilterId"
1289 },
1290 {
1291 "type": "null"
1292 }
Missing negative tests
1293
],
1294 },
1295 "name": {
Missing negative tests
1296
"anyOf": [
1297 {
1298 "$ref": "#/components/schemas/TaskRunFilterName"
1299 },
1300 {
1301 "type": "null"
1302 }
Missing negative tests
1303
],
1304 },
1305 "operator": {
Missing negative tests
1306
"$ref": "#/components/schemas/Operator",
1307 },
1308 "start_time": {
Missing negative tests
1309
"anyOf": [
1310 {
1311 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1312 },
1313 {
1314 "type": "null"
1315 }
Missing negative tests
1316
],
1317 },
1318 "state": {
Missing negative tests
1319
"anyOf": [
1320 {
1321 "$ref": "#/components/schemas/TaskRunFilterState"
1322 },
1323 {
1324 "type": "null"
1325 }
Missing negative tests
1326
],
1327 },
1328 "subflow_runs": {
Missing negative tests
1329
"anyOf": [
1330 {
1331 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1332 },
1333 {
1334 "type": "null"
1335 }
Missing negative tests
1336
],
1337 },
1338 "tags": {
Missing negative tests
1339
"anyOf": [
1340 {
1341 "$ref": "#/components/schemas/TaskRunFilterTags"
1342 },
1343 {
1344 "type": "null"
1345 }
Missing negative tests
1346
],
1347 }
Missing negative tests
1348
},
1349 "type": "object"
1350 },
1351 "TaskRunFilterExpectedStartTime": {
1352 "additionalProperties": false,
Missing negative tests
1353
"properties": {
1354 "after_": {
Missing negative tests
1355
"anyOf": [
1356 {
Missing negative tests
1357
"format": "date-time",
1358 "type": "string"
1359 },
1360 {
1361 "type": "null"
1362 }
Missing negative tests
1363
],
1364 },
1365 "before_": {
Missing negative tests
1366
"anyOf": [
1367 {
Missing tests
1368
"format": "date-time",
Missing positive tests
1369
"type": "string"
1370 },
1371 {
Missing negative tests
1372
"type": "null"
1373 }
Missing negative tests
1374
],
1375 }
Missing negative tests
1376
},
1377 "type": "object"
1378 },
1379 "TaskRunFilterFlowRunId": {
1380 "additionalProperties": false,
Missing negative tests
1381
"properties": {
1382 "any_": {
Missing negative tests
1383
"anyOf": [
1384 {
1385 "items": {
Missing negative tests
1386
"format": "uuid",
Missing negative tests
1387
"type": "string"
1388 },
Missing negative tests
1389
"type": "array"
1390 },
1391 {
Missing positive tests
1392
"type": "null"
1393 }
Missing negative tests
1394
],
1395 },
1396 "is_null_": {
Missing negative tests
1397
"anyOf": [
1398 {
Missing negative tests
1399
"type": "boolean"
1400 },
1401 {
Missing positive tests
1402
"type": "null"
1403 }
Missing negative tests
1404
],
1405 },
1406 "operator": {
Missing negative tests
1407
"$ref": "#/components/schemas/Operator",
1408 }
Missing negative tests
1409
},
1410 "type": "object"
1411 },
1412 "TaskRunFilterId": {
1413 "additionalProperties": false,
Missing negative tests
1414
"properties": {
1415 "any_": {
Missing negative tests
1416
"anyOf": [
1417 {
1418 "items": {
Missing tests
1419
"format": "uuid",
Missing tests
1420
"type": "string"
1421 },
Missing positive tests
1422
"type": "array"
1423 },
1424 {
Missing negative tests
1425
"type": "null"
1426 }
Missing negative tests
1427
],
1428 }
Missing negative tests
1429
},
1430 "type": "object"
1431 },
1432 "TaskRunFilterName": {
1433 "additionalProperties": false,
Missing negative tests
1434
"properties": {
1435 "any_": {
Missing negative tests
1436
"anyOf": [
1437 {
1438 "items": {
Missing negative tests
1439
"type": "string"
1440 },
1441 "type": "array"
1442 },
1443 {
1444 "type": "null"
1445 }
Missing negative tests
1446
],
1447 "examples": [
1448 [
1449 "my-task-run-1",
1450 "my-task-run-2"
1451 ]
1452 ],
1453 },
1454 "like_": {
Missing negative tests
1455
"anyOf": [
1456 {
Missing negative tests
1457
"type": "string"
1458 },
1459 {
Missing positive tests
1460
"type": "null"
1461 }
Missing negative tests
1462
],
1463 "examples": [
1464 "marvin"
1465 ],
1466 }
Missing negative tests
1467
},
1468 "type": "object"
1469 },
1470 "TaskRunFilterStartTime": {
1471 "additionalProperties": false,
Missing negative tests
1472
"properties": {
1473 "after_": {
Missing negative tests
1474
"anyOf": [
1475 {
Missing negative tests
1476
"format": "date-time",
Missing negative tests
1477
"type": "string"
1478 },
1479 {
Missing positive tests
1480
"type": "null"
1481 }
Missing negative tests
1482
],
1483 },
1484 "before_": {
Missing negative tests
1485
"anyOf": [
1486 {
Missing tests
1487
"format": "date-time",
Missing positive tests
1488
"type": "string"
1489 },
1490 {
Missing negative tests
1491
"type": "null"
1492 }
Missing negative tests
1493
],
1494 },
1495 "is_null_": {
Missing negative tests
1496
"anyOf": [
1497 {
1498 "type": "boolean"
1499 },
1500 {
1501 "type": "null"
1502 }
Missing negative tests
1503
],
1504 }
Missing negative tests
1505
},
1506 "type": "object"
1507 },
1508 "TaskRunFilterState": {
1509 "additionalProperties": false,
Missing negative tests
1510
"properties": {
1511 "name": {
Missing negative tests
1512
"anyOf": [
1513 {
Missing negative tests
1514
"$ref": "#/components/schemas/TaskRunFilterStateName"
1515 },
1516 {
Missing positive tests
1517
"type": "null"
1518 }
Missing negative tests
1519
],
1520 },
1521 "operator": {
Missing negative tests
1522
"$ref": "#/components/schemas/Operator",
1523 },
1524 "type": {
Missing negative tests
1525
"anyOf": [
1526 {
Missing negative tests
1527
"$ref": "#/components/schemas/TaskRunFilterStateType"
1528 },
1529 {
Missing positive tests
1530
"type": "null"
1531 }
Missing negative tests
1532
],
1533 }
Missing negative tests
1534
},
1535 "type": "object"
1536 },
1537 "TaskRunFilterStateName": {
1538 "additionalProperties": false,
Missing negative tests
1539
"properties": {
1540 "any_": {
Missing negative tests
1541
"anyOf": [
1542 {
1543 "items": {
Missing negative tests
1544
"type": "string"
1545 },
Missing negative tests
1546
"type": "array"
1547 },
1548 {
Missing positive tests
1549
"type": "null"
1550 }
Missing negative tests
1551
],
1552 }
Missing negative tests
1553
},
Missing negative tests
1554
"type": "object"
1555 },
1556 "TaskRunFilterStateType": {
1557 "additionalProperties": false,
Missing negative tests
1558
"properties": {
1559 "any_": {
Missing negative tests
1560
"anyOf": [
1561 {
1562 "items": {
Missing negative tests
1563
"$ref": "#/components/schemas/StateType"
1564 },
Missing negative tests
1565
"type": "array"
1566 },
1567 {
Missing positive tests
1568
"type": "null"
1569 }
Missing negative tests
1570
],
1571 }
Missing negative tests
1572
},
Missing negative tests
1573
"type": "object"
1574 },
1575 "TaskRunFilterSubFlowRuns": {
1576 "additionalProperties": false,
Missing negative tests
1577
"properties": {
1578 "exists_": {
Missing negative tests
1579
"anyOf": [
1580 {
Missing negative tests
1581
"type": "boolean"
1582 },
1583 {
Missing positive tests
1584
"type": "null"
1585 }
Missing negative tests
1586
],
1587 }
Missing negative tests
1588
},
1589 "type": "object"
1590 },
1591 "TaskRunFilterTags": {
1592 "additionalProperties": false,
Missing negative tests
1593
"properties": {
1594 "all_": {
Missing negative tests
1595
"anyOf": [
1596 {
1597 "items": {
Missing negative tests
1598
"type": "string"
1599 },
1600 "type": "array"
1601 },
1602 {
1603 "type": "null"
1604 }
Missing negative tests
1605
],
1606 "examples": [
1607 [
1608 "tag-1",
1609 "tag-2"
1610 ]
1611 ],
1612 },
1613 "is_null_": {
Missing negative tests
1614
"anyOf": [
1615 {
Missing negative tests
1616
"type": "boolean"
1617 },
1618 {
Missing positive tests
1619
"type": "null"
1620 }
Missing negative tests
1621
],
1622 },
1623 "operator": {
Missing negative tests
1624
"$ref": "#/components/schemas/Operator",
1625 }
Missing negative tests
1626
},
1627 "type": "object"
1628 },
1629 "WorkPoolFilter": {
1630 "additionalProperties": false,
Missing negative tests
1631
"properties": {
1632 "id": {
Missing negative tests
1633
"anyOf": [
1634 {
1635 "$ref": "#/components/schemas/WorkPoolFilterId"
1636 },
1637 {
1638 "type": "null"
1639 }
Missing negative tests
1640
],
1641 },
1642 "name": {
Missing negative tests
1643
"anyOf": [
1644 {
1645 "$ref": "#/components/schemas/WorkPoolFilterName"
1646 },
1647 {
1648 "type": "null"
1649 }
Missing negative tests
1650
],
1651 },
1652 "operator": {
Missing negative tests
1653
"$ref": "#/components/schemas/Operator",
1654 },
1655 "type": {
Missing negative tests
1656
"anyOf": [
1657 {
1658 "$ref": "#/components/schemas/WorkPoolFilterType"
1659 },
1660 {
1661 "type": "null"
1662 }
Missing negative tests
1663
],
1664 }
Missing negative tests
1665
},
1666 "type": "object"
1667 },
1668 "WorkPoolFilterId": {
1669 "additionalProperties": false,
Missing negative tests
1670
"properties": {
1671 "any_": {
Missing negative tests
1672
"anyOf": [
1673 {
1674 "items": {
Missing tests
1675
"format": "uuid",
Missing tests
1676
"type": "string"
1677 },
Missing positive tests
1678
"type": "array"
1679 },
1680 {
Missing negative tests
1681
"type": "null"
1682 }
Missing negative tests
1683
],
1684 }
Missing negative tests
1685
},
1686 "type": "object"
1687 },
1688 "WorkPoolFilterName": {
1689 "additionalProperties": false,
Missing tests
1690
"properties": {
1691 "any_": {
Missing tests
1692
"anyOf": [
1693 {
1694 "items": {
Missing tests
1695
"type": "string"
1696 },
Missing tests
1697
"type": "array"
1698 },
1699 {
Missing tests
1700
"type": "null"
1701 }
Missing tests
1702
],
1703 }
Missing tests
1704
},
1705 "type": "object"
1706 },
1707 "WorkPoolFilterType": {
1708 "additionalProperties": false,
Missing negative tests
1709
"properties": {
1710 "any_": {
Missing negative tests
1711
"anyOf": [
1712 {
1713 "items": {
Missing tests
1714
"type": "string"
1715 },
Missing negative tests
1716
"type": "array"
1717 },
1718 {
Missing positive tests
1719
"type": "null"
1720 }
Missing negative tests
1721
],
1722 }
Missing negative tests
1723
},
1724 "type": "object"
1725 },
1726 "WorkQueueFilter": {
1727 "additionalProperties": false,
Missing negative tests
1728
"properties": {
1729 "id": {
Missing negative tests
1730
"anyOf": [
1731 {
1732 "$ref": "#/components/schemas/WorkQueueFilterId"
1733 },
1734 {
1735 "type": "null"
1736 }
Missing negative tests
1737
],
1738 },
1739 "name": {
Missing negative tests
1740
"anyOf": [
1741 {
1742 "$ref": "#/components/schemas/WorkQueueFilterName"
1743 },
1744 {
1745 "type": "null"
1746 }
Missing negative tests
1747
],
1748 },
1749 "operator": {
Missing negative tests
1750
"$ref": "#/components/schemas/Operator",
1751 }
Missing negative tests
1752
},
1753 "type": "object"
1754 },
1755 "WorkQueueFilterId": {
1756 "additionalProperties": false,
Missing negative tests
1757
"properties": {
1758 "any_": {
Missing negative tests
1759
"anyOf": [
1760 {
1761 "items": {
Missing tests
1762
"format": "uuid",
Missing tests
1763
"type": "string"
1764 },
Missing positive tests
1765
"type": "array"
1766 },
1767 {
Missing negative tests
1768
"type": "null"
1769 }
Missing negative tests
1770
],
1771 }
Missing negative tests
1772
},
1773 "type": "object"
1774 },
1775 "WorkQueueFilterName": {
1776 "additionalProperties": false,
Missing negative tests
1777
"properties": {
1778 "any_": {
Missing negative tests
1779
"anyOf": [
1780 {
1781 "items": {
Missing negative tests
1782
"type": "string"
1783 },
1784 "type": "array"
1785 },
1786 {
1787 "type": "null"
1788 }
Missing negative tests
1789
],
1790 "examples": [
1791 [
1792 "wq-1",
1793 "wq-2"
1794 ]
1795 ],
1796 },
1797 "startswith_": {
Missing negative tests
1798
"anyOf": [
1799 {
1800 "items": {
Missing negative tests
1801
"type": "string"
1802 },
1803 "type": "array"
1804 },
1805 {
1806 "type": "null"
1807 }
Missing negative tests
1808
],
1809 "examples": [
1810 [
1811 "marvin",
1812 "Marvin-robot"
1813 ]
1814 ],
1815 }
Missing negative tests
1816
},
1817 "type": "object"
1818 }
1819 }
1820 }
1821}
Responses
seen average

200
Successful Response
128 4.61ms
422
Validation Error
29 1.66ms
default
Default
85 3.27ms
Examples
14 of 21 covered

Body: application/json
operator.default
 
"and_"
 
sort.default
 
"ID_DESC"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
page.default
 
1
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
1 6.08ms
422
Validation Error
0 -
default
Default
33 2.14ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
1 3.22ms
422
Validation Error
0 -
default
Default
20 1.99ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json8 of 43 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/FlowRunUpdate",
3 "components": {
4 "schemas": {
5 "FlowRunPolicy": {
Missing negative tests
6
"properties": {
7 "max_retries": {
8 "deprecated": true,
Missing tests
9
"type": "integer"
10 },
11 "pause_keys": {
Missing negative tests
12
"anyOf": [
13 {
14 "items": {
Missing tests
15
"type": "string"
16 },
Missing negative tests
17
"type": "array",
Missing negative tests
18
"uniqueItems": true
19 },
20 {
Missing positive tests
21
"type": "null"
22 }
Missing negative tests
23
],
24 },
25 "resuming": {
Missing negative tests
26
"anyOf": [
27 {
Missing positive tests
28
"type": "boolean"
29 },
30 {
Missing negative tests
31
"type": "null"
32 }
Missing negative tests
33
],
34 },
35 "retries": {
Missing negative tests
36
"anyOf": [
37 {
Missing negative tests
38
"type": "integer"
39 },
40 {
Missing positive tests
41
"type": "null"
42 }
Missing negative tests
43
],
44 },
45 "retry_delay": {
Missing negative tests
46
"anyOf": [
47 {
Missing negative tests
48
"type": "integer"
49 },
50 {
Missing positive tests
51
"type": "null"
52 }
Missing negative tests
53
],
54 },
55 "retry_delay_seconds": {
56 "deprecated": true,
Missing negative tests
57
"type": "number"
58 },
59 "retry_type": {
Missing negative tests
60
"anyOf": [
61 {
Missing positive tests
62
"enum": [
63 "in_process",
64 "reschedule"
Missing positive tests
65
],
Missing positive tests
66
"type": "string"
67 },
68 {
Missing negative tests
69
"type": "null"
70 }
Missing negative tests
71
],
72 }
Missing negative tests
73
},
Missing negative tests
74
"type": "object"
75 },
76 "FlowRunUpdate": {
77 "additionalProperties": false,
Missing negative tests
78
"properties": {
79 "empirical_policy": {
Missing negative tests
80
"$ref": "#/components/schemas/FlowRunPolicy"
81 },
82 "flow_version": {
Missing negative tests
83
"anyOf": [
84 {
85 "type": "string"
86 },
87 {
88 "type": "null"
89 }
Missing negative tests
90
],
91 },
92 "infrastructure_pid": {
Missing negative tests
93
"anyOf": [
94 {
Missing positive tests
95
"type": "string"
96 },
97 {
Missing negative tests
98
"type": "null"
99 }
Missing negative tests
100
],
101 },
102 "job_variables": {
Missing negative tests
103
"anyOf": [
104 {
Negative tests not applicable
105
"additionalProperties": true,
106 "type": "object"
107 },
108 {
109 "type": "null"
110 }
Missing negative tests
111
],
112 },
113 "name": {
Missing negative tests
114
"anyOf": [
115 {
116 "type": "string"
117 },
118 {
119 "type": "null"
120 }
Missing negative tests
121
],
122 },
123 "parameters": {
Negative tests not applicable
124
"additionalProperties": true,
Missing negative tests
125
"type": "object"
126 },
127 "tags": {
128 "items": {
Missing negative tests
129
"type": "string"
130 },
Missing negative tests
131
"type": "array"
132 }
Missing negative tests
133
},
Missing negative tests
134
"type": "object"
135 }
136 }
137 }
138}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
2 2.66ms
default
Default
12 2.39ms
Examples
1 of 3 covered

Body: application/json
resuming.default
 
false
 
retry_delay_seconds.default
 
0
 
max_retries.default
 
0
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 2.28ms
Path Parameters

id1 of 2 keywords covered
1{
Missing negative tests
2
"format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Query Parameters

since1 of 2 keywords covered
1{
Missing positive tests
2
"format": "date-time",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
4 1.29ms
default
Default
2 2.29ms
Examples
0 of 1 covered

Query
since
 
"0001-01-01T00:00:00+00:00"
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json0 of 10 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/Body_create_flow_run_input_flow_runs__id__input_post",
3 "components": {
4 "schemas": {
5 "Body_create_flow_run_input_flow_runs__id__input_post": {
Missing negative tests
6
"properties": {
7 "key": {
Missing negative tests
8
"type": "string"
9 },
10 "sender": {
Missing negative tests
11
"anyOf": [
12 {
Missing positive tests
13
"type": "string"
14 },
15 {
Missing negative tests
16
"type": "null"
17 }
Missing negative tests
18
],
19 },
20 "value": {
Missing negative tests
21
"format": "binary",
Missing negative tests
22
"type": "string"
23 }
Missing negative tests
24
},
Missing negative tests
25
"required": [
26 "key",
27 "value"
Missing negative tests
28
],
Missing negative tests
29
"type": "object"
30 }
31 }
32 }
33}
Responses
seen average

201
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 2.42ms
Path Parameters

id1 of 2 keywords covered
1{
Missing negative tests
2
"format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json0 of 8 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/Body_filter_flow_run_input_flow_runs__id__input_filter_post",
3 "components": {
4 "schemas": {
5 "Body_filter_flow_run_input_flow_runs__id__input_filter_post": {
Missing negative tests
6
"properties": {
7 "exclude_keys": {
8 "items": {
Missing tests
9
"type": "string"
10 },
Missing tests
11
"type": "array"
12 },
13 "limit": {
Missing negative tests
14
"type": "integer"
15 },
16 "prefix": {
Missing negative tests
17
"type": "string"
18 }
Missing negative tests
19
},
Missing negative tests
20
"required": [
21 "prefix"
Missing negative tests
22
],
Missing negative tests
23
"type": "object"
24 }
25 }
26 }
27}
Responses
seen average

200
Successful Response
3 3.14ms
422
Validation Error
0 -
default
Default
1 1.31ms
Examples
0 of 2 covered

Body: application/json
exclude_keys.default
 
[]
 
limit.default
 
1
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
key1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 1.82ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
key1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 1.42ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json1 of 2 keywords covered
1{
Negative tests not applicable
2
"additionalProperties": true,
Missing negative tests
3
"type": "object"
4}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 1.63ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 1.30ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json0 of 7 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/Body_resume_flow_run_flow_runs__id__resume_post",
3 "components": {
4 "schemas": {
5 "Body_resume_flow_run_flow_runs__id__resume_post": {
Missing negative tests
6
"properties": {
7 "run_input": {
Missing negative tests
8
"anyOf": [
9 {
Missing positive tests - negative not applicable
10
"additionalProperties": true,
Missing positive tests
11
"type": "object"
12 },
13 {
Missing negative tests
14
"type": "null"
15 }
Missing negative tests
16
],
17 }
Missing negative tests
18
},
Missing negative tests
19
"type": "object"
20 }
21 }
22 }
23}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 2.62ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json0 of 83 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/Body_set_flow_run_state_flow_runs__id__set_state_post",
3 "components": {
4 "schemas": {
5 "Body_set_flow_run_state_flow_runs__id__set_state_post": {
Missing negative tests
6
"properties": {
7 "force": {
Missing negative tests
8
"type": "boolean"
9 },
10 "state": {
Missing negative tests
11
"$ref": "#/components/schemas/StateCreate",
12 }
Missing negative tests
13
},
Missing negative tests
14
"required": [
15 "state"
Missing negative tests
16
],
Missing negative tests
17
"type": "object"
18 },
19 "StateCreate": {
20 "additionalProperties": false,
Missing negative tests
21
"properties": {
22 "data": {
Missing positive tests - negative not applicable
23
"anyOf": [
24 {},
25 {
Missing tests
26
"type": "null"
27 }
Missing positive tests - negative not applicable
28
],
29 },
30 "message": {
Missing tests
31
"anyOf": [
32 {
Missing tests
33
"type": "string"
34 },
35 {
Missing tests
36
"type": "null"
37 }
Missing tests
38
],
39 },
40 "name": {
Missing tests
41
"anyOf": [
42 {
Missing tests
43
"type": "string"
44 },
45 {
Missing tests
46
"type": "null"
47 }
Missing tests
48
],
49 },
50 "state_details": {
Missing tests
51
"$ref": "#/components/schemas/StateDetails",
52 },
53 "type": {
Missing negative tests
54
"$ref": "#/components/schemas/StateType",
55 }
Missing negative tests
56
},
Missing negative tests
57
"required": [
58 "type"
Missing negative tests
59
],
Missing negative tests
60
"type": "object"
61 },
62 "StateDetails": {
Missing tests
63
"properties": {
64 "cache_expiration": {
Missing tests
65
"anyOf": [
66 {
Missing tests
67
"format": "date-time",
Missing tests
68
"type": "string"
69 },
70 {
Missing tests
71
"type": "null"
72 }
Missing tests
73
],
74 },
75 "cache_key": {
Missing tests
76
"anyOf": [
77 {
Missing tests
78
"type": "string"
79 },
80 {
Missing tests
81
"type": "null"
82 }
Missing tests
83
],
84 },
85 "child_flow_run_id": {
Missing tests
86
"anyOf": [
87 {
Missing tests
88
"format": "uuid",
Missing tests
89
"type": "string"
90 },
91 {
Missing tests
92
"type": "null"
93 }
Missing tests
94
],
95 },
96 "deferred": {
Missing tests
97
"anyOf": [
98 {
Missing tests
99
"type": "boolean"
100 },
101 {
Missing tests
102
"type": "null"
103 }
Missing tests
104
],
105 },
106 "deployment_concurrency_lease_id": {
Missing tests
107
"anyOf": [
108 {
Missing tests
109
"format": "uuid",
Missing tests
110
"type": "string"
111 },
112 {
Missing tests
113
"type": "null"
114 }
Missing tests
115
],
116 },
117 "flow_run_id": {
Missing tests
118
"anyOf": [
119 {
Missing tests
120
"format": "uuid",
Missing tests
121
"type": "string"
122 },
123 {
Missing tests
124
"type": "null"
125 }
Missing tests
126
],
127 },
128 "pause_key": {
Missing tests
129
"anyOf": [
130 {
Missing tests
131
"type": "string"
132 },
133 {
Missing tests
134
"type": "null"
135 }
Missing tests
136
],
137 },
138 "pause_reschedule": {
Missing tests
139
"type": "boolean"
140 },
141 "pause_timeout": {
Missing tests
142
"anyOf": [
143 {
Missing tests
144
"format": "date-time",
Missing tests
145
"type": "string"
146 },
147 {
Missing tests
148
"type": "null"
149 }
Missing tests
150
],
151 },
152 "refresh_cache": {
Missing tests
153
"anyOf": [
154 {
Missing tests
155
"type": "boolean"
156 },
157 {
Missing tests
158
"type": "null"
159 }
Missing tests
160
],
161 },
162 "retriable": {
Missing tests
163
"anyOf": [
164 {
Missing tests
165
"type": "boolean"
166 },
167 {
Missing tests
168
"type": "null"
169 }
Missing tests
170
],
171 },
172 "run_input_keyset": {
Missing tests
173
"anyOf": [
174 {
175 "additionalProperties": {
Missing tests
176
"type": "string"
177 },
Missing tests
178
"type": "object"
179 },
180 {
Missing tests
181
"type": "null"
182 }
Missing tests
183
],
184 },
185 "scheduled_time": {
Missing tests
186
"anyOf": [
187 {
Missing tests
188
"format": "date-time",
Missing tests
189
"type": "string"
190 },
191 {
Missing tests
192
"type": "null"
193 }
Missing tests
194
],
195 },
196 "task_parameters_id": {
Missing tests
197
"anyOf": [
198 {
Missing tests
199
"format": "uuid",
Missing tests
200
"type": "string"
201 },
202 {
Missing tests
203
"type": "null"
204 }
Missing tests
205
],
206 },
207 "task_run_id": {
Missing tests
208
"anyOf": [
209 {
Missing tests
210
"format": "uuid",
Missing tests
211
"type": "string"
212 },
213 {
Missing tests
214
"type": "null"
215 }
Missing tests
216
],
217 },
218 "traceparent": {
Missing tests
219
"anyOf": [
220 {
Missing tests
221
"type": "string"
222 },
223 {
Missing tests
224
"type": "null"
225 }
Missing tests
226
],
227 },
228 "transition_id": {
Missing tests
229
"anyOf": [
230 {
Missing tests
231
"format": "uuid",
Missing tests
232
"type": "string"
233 },
234 {
Missing tests
235
"type": "null"
236 }
Missing tests
237
],
238 },
239 "untrackable_result": {
Missing tests
240
"type": "boolean"
241 }
Missing tests
242
},
Missing tests
243
"type": "object"
244 },
245 "StateType": {
Missing negative tests
246
"enum": [
247 "SCHEDULED",
248 "PENDING",
249 "RUNNING",
250 "COMPLETED",
251 "FAILED",
252 "CANCELLED",
253 "CRASHED",
254 "PAUSED",
255 "CANCELLING"
Missing negative tests
256
],
Missing negative tests
257
"type": "string"
258 }
259 }
260 }
261}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 2.93ms
Examples
1 of 4 covered

Body: application/json
deferred.default
 
false
 
pause_reschedule.default
 
false
 
force.default
 
false
 
untrackable_result.default
 
false
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json15 of 16 keywords covered
1{
2 "$ref": "#/components/schemas/FlowCreate",
3 "components": {
4 "schemas": {
5 "FlowCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "labels": {
9 "anyOf": [
10 {
11 "additionalProperties": {
Missing negative tests
12
"anyOf": [
13 {
14 "type": "boolean"
15 },
16 {
17 "type": "integer"
18 },
19 {
20 "type": "number"
21 },
22 {
23 "type": "string"
24 }
Missing negative tests
25
]
26 },
27 "type": "object"
28 },
29 {
30 "type": "null"
31 }
32 ],
33 "examples": [
34 {
35 "key": "value1",
36 "key2": 42
37 }
38 ],
39 },
40 "name": {
41 "examples": [
42 "my-flow"
43 ],
44 "pattern": "^[^/%&><]+$",
45 "type": "string"
46 },
47 "tags": {
48 "examples": [
49 [
50 "tag-1",
51 "tag-2"
52 ]
53 ],
54 "items": {
55 "type": "string"
56 },
57 "type": "array"
58 }
59 },
60 "required": [
61 "name"
62 ],
63 "type": "object"
64 }
65 }
66 }
67}
Responses
seen average

200
Successful Response
40 3.07ms
422
Validation Error
27 1.14ms
default
Default
298 3.22ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 500 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_flows_flows_count_post",
3 "components": {
4 "schemas": {
5 "Body_count_flows_flows_count_post": {
Missing negative tests
6
"properties": {
7 "deployments": {
Missing negative tests
8
"$ref": "#/components/schemas/DeploymentFilter"
9 },
10 "flow_runs": {
Missing negative tests
11
"$ref": "#/components/schemas/FlowRunFilter"
12 },
13 "flows": {
Missing negative tests
14
"$ref": "#/components/schemas/FlowFilter"
15 },
16 "task_runs": {
Missing negative tests
17
"$ref": "#/components/schemas/TaskRunFilter"
18 },
19 "work_pools": {
Missing tests
20
"$ref": "#/components/schemas/WorkPoolFilter"
21 }
Missing negative tests
22
},
23 "type": "object"
24 },
25 "DeploymentFilter": {
26 "additionalProperties": false,
Missing negative tests
27
"properties": {
28 "concurrency_limit": {
Missing tests
29
"anyOf": [
30 {
Missing tests
31
"$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
32 },
33 {
Missing tests
34
"type": "null"
35 }
Missing tests
36
],
37 "deprecated": true,
38 },
39 "flow_or_deployment_name": {
Missing tests
40
"anyOf": [
41 {
Missing tests
42
"$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
43 },
44 {
Missing tests
45
"type": "null"
46 }
Missing tests
47
],
48 },
49 "id": {
Missing tests
50
"anyOf": [
51 {
Missing tests
52
"$ref": "#/components/schemas/DeploymentFilterId"
53 },
54 {
Missing tests
55
"type": "null"
56 }
Missing tests
57
],
58 },
59 "name": {
Missing negative tests
60
"anyOf": [
61 {
Missing negative tests
62
"$ref": "#/components/schemas/DeploymentFilterName"
63 },
64 {
Missing positive tests
65
"type": "null"
66 }
Missing negative tests
67
],
68 },
69 "operator": {
Missing tests
70
"$ref": "#/components/schemas/Operator",
71 },
72 "paused": {
Missing tests
73
"anyOf": [
74 {
Missing tests
75
"$ref": "#/components/schemas/DeploymentFilterPaused"
76 },
77 {
Missing tests
78
"type": "null"
79 }
Missing tests
80
],
81 },
82 "tags": {
Missing negative tests
83
"anyOf": [
84 {
Missing negative tests
85
"$ref": "#/components/schemas/DeploymentFilterTags"
86 },
87 {
Missing positive tests
88
"type": "null"
89 }
Missing negative tests
90
],
91 },
92 "work_queue_name": {
Missing negative tests
93
"anyOf": [
94 {
Missing negative tests
95
"$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
96 },
97 {
Missing positive tests
98
"type": "null"
99 }
Missing negative tests
100
],
101 }
Missing negative tests
102
},
Missing negative tests
103
"type": "object"
104 },
105 "DeploymentFilterConcurrencyLimit": {
106 "additionalProperties": false,
Missing tests
107
"properties": {
108 "ge_": {
Missing tests
109
"anyOf": [
110 {
Missing tests
111
"type": "integer"
112 },
113 {
Missing tests
114
"type": "null"
115 }
Missing tests
116
],
117 },
118 "is_null_": {
Missing tests
119
"anyOf": [
120 {
Missing tests
121
"type": "boolean"
122 },
123 {
Missing tests
124
"type": "null"
125 }
Missing tests
126
],
127 },
128 "le_": {
Missing tests
129
"anyOf": [
130 {
Missing tests
131
"type": "integer"
132 },
133 {
Missing tests
134
"type": "null"
135 }
Missing tests
136
],
137 }
Missing tests
138
},
Missing tests
139
"type": "object"
140 },
141 "DeploymentFilterId": {
142 "additionalProperties": false,
Missing tests
143
"properties": {
144 "any_": {
Missing tests
145
"anyOf": [
146 {
147 "items": {
Missing tests
148
"format": "uuid",
Missing tests
149
"type": "string"
150 },
Missing tests
151
"type": "array"
152 },
153 {
Missing tests
154
"type": "null"
155 }
Missing tests
156
],
157 },
158 "not_any_": {
Missing tests
159
"anyOf": [
160 {
161 "items": {
Missing tests
162
"format": "uuid",
Missing tests
163
"type": "string"
164 },
Missing tests
165
"type": "array"
166 },
167 {
Missing tests
168
"type": "null"
169 }
Missing tests
170
],
171 }
Missing tests
172
},
Missing tests
173
"type": "object"
174 },
175 "DeploymentFilterName": {
176 "additionalProperties": false,
Missing negative tests
177
"properties": {
178 "any_": {
Missing negative tests
179
"anyOf": [
180 {
181 "items": {
Missing negative tests
182
"type": "string"
183 },
Missing negative tests
184
"type": "array"
185 },
186 {
Missing positive tests
187
"type": "null"
188 }
Missing negative tests
189
],
190 "examples": [
191 [
192 "my-deployment-1",
193 "my-deployment-2"
194 ]
195 ],
196 },
197 "like_": {
Missing negative tests
198
"anyOf": [
199 {
Missing negative tests
200
"type": "string"
201 },
202 {
Missing positive tests
203
"type": "null"
204 }
Missing negative tests
205
],
206 "examples": [
207 "marvin"
208 ],
209 }
Missing negative tests
210
},
Missing negative tests
211
"type": "object"
212 },
213 "DeploymentFilterPaused": {
214 "additionalProperties": false,
Missing tests
215
"properties": {
216 "eq_": {
Missing tests
217
"anyOf": [
218 {
Missing tests
219
"type": "boolean"
220 },
221 {
Missing tests
222
"type": "null"
223 }
Missing tests
224
],
225 }
Missing tests
226
},
Missing tests
227
"type": "object"
228 },
229 "DeploymentFilterTags": {
230 "additionalProperties": false,
Missing negative tests
231
"properties": {
232 "all_": {
Missing negative tests
233
"anyOf": [
234 {
235 "items": {
Missing negative tests
236
"type": "string"
237 },
Missing negative tests
238
"type": "array"
239 },
240 {
Missing positive tests
241
"type": "null"
242 }
Missing negative tests
243
],
244 "examples": [
245 [
246 "tag-1",
247 "tag-2"
248 ]
249 ],
250 },
251 "any_": {
Missing negative tests
252
"anyOf": [
253 {
254 "items": {
Missing negative tests
255
"type": "string"
256 },
Missing negative tests
257
"type": "array"
258 },
259 {
Missing positive tests
260
"type": "null"
261 }
Missing negative tests
262
],
263 "examples": [
264 [
265 "tag-1",
266 "tag-2"
267 ]
268 ],
269 },
270 "is_null_": {
Missing tests
271
"anyOf": [
272 {
Missing tests
273
"type": "boolean"
274 },
275 {
Missing tests
276
"type": "null"
277 }
Missing tests
278
],
279 },
280 "operator": {
Missing tests
281
"$ref": "#/components/schemas/Operator",
282 }
Missing negative tests
283
},
Missing negative tests
284
"type": "object"
285 },
286 "DeploymentFilterWorkQueueName": {
287 "additionalProperties": false,
Missing negative tests
288
"properties": {
289 "any_": {
Missing negative tests
290
"anyOf": [
291 {
292 "items": {
Missing negative tests
293
"type": "string"
294 },
Missing negative tests
295
"type": "array"
296 },
297 {
Missing positive tests
298
"type": "null"
299 }
Missing negative tests
300
],
301 "examples": [
302 [
303 "work_queue_1",
304 "work_queue_2"
305 ]
306 ],
307 }
Missing negative tests
308
},
Missing negative tests
309
"type": "object"
310 },
311 "DeploymentOrFlowNameFilter": {
312 "additionalProperties": false,
Missing tests
313
"properties": {
314 "like_": {
Missing tests
315
"anyOf": [
316 {
Missing tests
317
"type": "string"
318 },
319 {
Missing tests
320
"type": "null"
321 }
Missing tests
322
],
323 }
Missing tests
324
},
Missing tests
325
"type": "object"
326 },
327 "FlowFilter": {
328 "additionalProperties": false,
Missing negative tests
329
"properties": {
330 "deployment": {
Missing tests
331
"anyOf": [
332 {
Missing tests
333
"$ref": "#/components/schemas/FlowFilterDeployment"
334 },
335 {
Missing tests
336
"type": "null"
337 }
Missing tests
338
],
339 },
340 "id": {
Missing tests
341
"anyOf": [
342 {
Missing tests
343
"$ref": "#/components/schemas/FlowFilterId"
344 },
345 {
Missing tests
346
"type": "null"
347 }
Missing tests
348
],
349 },
350 "name": {
Missing negative tests
351
"anyOf": [
352 {
Missing negative tests
353
"$ref": "#/components/schemas/FlowFilterName"
354 },
355 {
Missing positive tests
356
"type": "null"
357 }
Missing negative tests
358
],
359 },
360 "operator": {
Missing tests
361
"$ref": "#/components/schemas/Operator",
362 },
363 "tags": {
Missing negative tests
364
"anyOf": [
365 {
Missing negative tests
366
"$ref": "#/components/schemas/FlowFilterTags"
367 },
368 {
Missing positive tests
369
"type": "null"
370 }
Missing negative tests
371
],
372 }
Missing negative tests
373
},
Missing negative tests
374
"type": "object"
375 },
376 "FlowFilterDeployment": {
377 "additionalProperties": false,
Missing tests
378
"properties": {
379 "is_null_": {
Missing tests
380
"anyOf": [
381 {
Missing tests
382
"type": "boolean"
383 },
384 {
Missing tests
385
"type": "null"
386 }
Missing tests
387
],
388 },
389 "operator": {
Missing tests
390
"$ref": "#/components/schemas/Operator",
391 }
Missing tests
392
},
Missing tests
393
"type": "object"
394 },
395 "FlowFilterId": {
396 "additionalProperties": false,
Missing tests
397
"properties": {
398 "any_": {
Missing tests
399
"anyOf": [
400 {
401 "items": {
Missing tests
402
"format": "uuid",
Missing tests
403
"type": "string"
404 },
Missing tests
405
"type": "array"
406 },
407 {
Missing tests
408
"type": "null"
409 }
Missing tests
410
],
411 }
Missing tests
412
},
Missing tests
413
"type": "object"
414 },
415 "FlowFilterName": {
416 "additionalProperties": false,
Missing negative tests
417
"properties": {
418 "any_": {
Missing negative tests
419
"anyOf": [
420 {
421 "items": {
Missing negative tests
422
"type": "string"
423 },
Missing negative tests
424
"type": "array"
425 },
426 {
Missing positive tests
427
"type": "null"
428 }
Missing negative tests
429
],
430 "examples": [
431 [
432 "my-flow-1",
433 "my-flow-2"
434 ]
435 ],
436 },
437 "like_": {
Missing negative tests
438
"anyOf": [
439 {
Missing negative tests
440
"type": "string"
441 },
442 {
Missing positive tests
443
"type": "null"
444 }
Missing negative tests
445
],
446 "examples": [
447 "marvin"
448 ],
449 }
Missing negative tests
450
},
Missing negative tests
451
"type": "object"
452 },
453 "FlowFilterTags": {
454 "additionalProperties": false,
Missing negative tests
455
"properties": {
456 "all_": {
Missing negative tests
457
"anyOf": [
458 {
459 "items": {
Missing negative tests
460
"type": "string"
461 },
Missing negative tests
462
"type": "array"
463 },
464 {
Missing positive tests
465
"type": "null"
466 }
Missing negative tests
467
],
468 "examples": [
469 [
470 "tag-1",
471 "tag-2"
472 ]
473 ],
474 },
475 "is_null_": {
Missing tests
476
"anyOf": [
477 {
Missing tests
478
"type": "boolean"
479 },
480 {
Missing tests
481
"type": "null"
482 }
Missing tests
483
],
484 },
485 "operator": {
Missing tests
486
"$ref": "#/components/schemas/Operator",
487 }
Missing negative tests
488
},
Missing negative tests
489
"type": "object"
490 },
491 "FlowRunFilter": {
492 "additionalProperties": false,
Missing negative tests
493
"properties": {
494 "deployment_id": {
Missing tests
495
"anyOf": [
496 {
Missing tests
497
"$ref": "#/components/schemas/FlowRunFilterDeploymentId"
498 },
499 {
Missing tests
500
"type": "null"
501 }
Missing tests
502
],
503 },
504 "end_time": {
Missing tests
505
"anyOf": [
506 {
Missing tests
507
"$ref": "#/components/schemas/FlowRunFilterEndTime"
508 },
509 {
Missing tests
510
"type": "null"
511 }
Missing tests
512
],
513 },
514 "expected_start_time": {
Missing tests
515
"anyOf": [
516 {
Missing tests
517
"$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
518 },
519 {
Missing tests
520
"type": "null"
521 }
Missing tests
522
],
523 },
524 "flow_version": {
Missing tests
525
"anyOf": [
526 {
Missing tests
527
"$ref": "#/components/schemas/FlowRunFilterFlowVersion"
528 },
529 {
Missing tests
530
"type": "null"
531 }
Missing tests
532
],
533 },
534 "id": {
Missing tests
535
"anyOf": [
536 {
Missing tests
537
"$ref": "#/components/schemas/FlowRunFilterId"
538 },
539 {
Missing tests
540
"type": "null"
541 }
Missing tests
542
],
543 },
544 "idempotency_key": {
Missing tests
545
"anyOf": [
546 {
Missing tests
547
"$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
548 },
549 {
Missing tests
550
"type": "null"
551 }
Missing tests
552
],
553 },
554 "name": {
Missing negative tests
555
"anyOf": [
556 {
Missing negative tests
557
"$ref": "#/components/schemas/FlowRunFilterName"
558 },
559 {
Missing positive tests
560
"type": "null"
561 }
Missing negative tests
562
],
563 },
564 "next_scheduled_start_time": {
Missing tests
565
"anyOf": [
566 {
Missing tests
567
"$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
568 },
569 {
Missing tests
570
"type": "null"
571 }
Missing tests
572
],
573 },
574 "operator": {
Missing tests
575
"$ref": "#/components/schemas/Operator",
576 },
577 "parent_flow_run_id": {
Missing tests
578
"anyOf": [
579 {
Missing tests
580
"$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
581 },
582 {
Missing tests
583
"type": "null"
584 }
Missing tests
585
],
586 },
587 "parent_task_run_id": {
Missing tests
588
"anyOf": [
589 {
Missing tests
590
"$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
591 },
592 {
Missing tests
593
"type": "null"
594 }
Missing tests
595
],
596 },
597 "start_time": {
Missing tests
598
"anyOf": [
599 {
Missing tests
600
"$ref": "#/components/schemas/FlowRunFilterStartTime"
601 },
602 {
Missing tests
603
"type": "null"
604 }
Missing tests
605
],
606 },
607 "state": {
Missing tests
608
"anyOf": [
609 {
Missing tests
610
"$ref": "#/components/schemas/FlowRunFilterState"
611 },
612 {
Missing tests
613
"type": "null"
614 }
Missing tests
615
],
616 },
617 "tags": {
Missing negative tests
618
"anyOf": [
619 {
Missing negative tests
620
"$ref": "#/components/schemas/FlowRunFilterTags"
621 },
622 {
Missing positive tests
623
"type": "null"
624 }
Missing negative tests
625
],
626 },
627 "work_queue_name": {
Missing negative tests
628
"anyOf": [
629 {
Missing negative tests
630
"$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
631 },
632 {
Missing positive tests
633
"type": "null"
634 }
Missing negative tests
635
],
636 }
Missing negative tests
637
},
Missing negative tests
638
"type": "object"
639 },
640 "FlowRunFilterDeploymentId": {
641 "additionalProperties": false,
Missing tests
642
"properties": {
643 "any_": {
Missing tests
644
"anyOf": [
645 {
646 "items": {
Missing tests
647
"format": "uuid",
Missing tests
648
"type": "string"
649 },
Missing tests
650
"type": "array"
651 },
652 {
Missing tests
653
"type": "null"
654 }
Missing tests
655
],
656 },
657 "is_null_": {
Missing tests
658
"anyOf": [
659 {
Missing tests
660
"type": "boolean"
661 },
662 {
Missing tests
663
"type": "null"
664 }
Missing tests
665
],
666 },
667 "operator": {
Missing tests
668
"$ref": "#/components/schemas/Operator",
669 }
Missing tests
670
},
Missing tests
671
"type": "object"
672 },
673 "FlowRunFilterEndTime": {
674 "additionalProperties": false,
Missing tests
675
"properties": {
676 "after_": {
Missing tests
677
"anyOf": [
678 {
Missing tests
679
"format": "date-time",
Missing tests
680
"type": "string"
681 },
682 {
Missing tests
683
"type": "null"
684 }
Missing tests
685
],
686 },
687 "before_": {
Missing tests
688
"anyOf": [
689 {
Missing tests
690
"format": "date-time",
Missing tests
691
"type": "string"
692 },
693 {
Missing tests
694
"type": "null"
695 }
Missing tests
696
],
697 },
698 "is_null_": {
Missing tests
699
"anyOf": [
700 {
Missing tests
701
"type": "boolean"
702 },
703 {
Missing tests
704
"type": "null"
705 }
Missing tests
706
],
707 }
Missing tests
708
},
Missing tests
709
"type": "object"
710 },
711 "FlowRunFilterExpectedStartTime": {
712 "additionalProperties": false,
Missing tests
713
"properties": {
714 "after_": {
Missing tests
715
"anyOf": [
716 {
Missing tests
717
"format": "date-time",
Missing tests
718
"type": "string"
719 },
720 {
Missing tests
721
"type": "null"
722 }
Missing tests
723
],
724 },
725 "before_": {
Missing tests
726
"anyOf": [
727 {
Missing tests
728
"format": "date-time",
Missing tests
729
"type": "string"
730 },
731 {
Missing tests
732
"type": "null"
733 }
Missing tests
734
],
735 }
Missing tests
736
},
Missing tests
737
"type": "object"
738 },
739 "FlowRunFilterFlowVersion": {
740 "additionalProperties": false,
Missing tests
741
"properties": {
742 "any_": {
Missing tests
743
"anyOf": [
744 {
745 "items": {
Missing tests
746
"type": "string"
747 },
Missing tests
748
"type": "array"
749 },
750 {
Missing tests
751
"type": "null"
752 }
Missing tests
753
],
754 }
Missing tests
755
},
Missing tests
756
"type": "object"
757 },
758 "FlowRunFilterId": {
759 "additionalProperties": false,
Missing tests
760
"properties": {
761 "any_": {
Missing tests
762
"anyOf": [
763 {
764 "items": {
Missing tests
765
"format": "uuid",
Missing tests
766
"type": "string"
767 },
Missing tests
768
"type": "array"
769 },
770 {
Missing tests
771
"type": "null"
772 }
Missing tests
773
],
774 },
775 "not_any_": {
Missing tests
776
"anyOf": [
777 {
778 "items": {
Missing tests
779
"format": "uuid",
Missing tests
780
"type": "string"
781 },
Missing tests
782
"type": "array"
783 },
784 {
Missing tests
785
"type": "null"
786 }
Missing tests
787
],
788 }
Missing tests
789
},
Missing tests
790
"type": "object"
791 },
792 "FlowRunFilterIdempotencyKey": {
793 "additionalProperties": false,
Missing tests
794
"properties": {
795 "any_": {
Missing tests
796
"anyOf": [
797 {
798 "items": {
Missing tests
799
"type": "string"
800 },
Missing tests
801
"type": "array"
802 },
803 {
Missing tests
804
"type": "null"
805 }
Missing tests
806
],
807 },
808 "not_any_": {
Missing tests
809
"anyOf": [
810 {
811 "items": {
Missing tests
812
"type": "string"
813 },
Missing tests
814
"type": "array"
815 },
816 {
Missing tests
817
"type": "null"
818 }
Missing tests
819
],
820 }
Missing tests
821
},
Missing tests
822
"type": "object"
823 },
824 "FlowRunFilterName": {
825 "additionalProperties": false,
Missing negative tests
826
"properties": {
827 "any_": {
Missing negative tests
828
"anyOf": [
829 {
830 "items": {
Missing negative tests
831
"type": "string"
832 },
Missing negative tests
833
"type": "array"
834 },
835 {
Missing positive tests
836
"type": "null"
837 }
Missing negative tests
838
],
839 "examples": [
840 [
841 "my-flow-run-1",
842 "my-flow-run-2"
843 ]
844 ],
845 },
846 "like_": {
Missing negative tests
847
"anyOf": [
848 {
Missing negative tests
849
"type": "string"
850 },
851 {
Missing positive tests
852
"type": "null"
853 }
Missing negative tests
854
],
855 "examples": [
856 "marvin"
857 ],
858 }
Missing negative tests
859
},
Missing negative tests
860
"type": "object"
861 },
862 "FlowRunFilterNextScheduledStartTime": {
863 "additionalProperties": false,
Missing tests
864
"properties": {
865 "after_": {
Missing tests
866
"anyOf": [
867 {
Missing tests
868
"format": "date-time",
Missing tests
869
"type": "string"
870 },
871 {
Missing tests
872
"type": "null"
873 }
Missing tests
874
],
875 },
876 "before_": {
Missing tests
877
"anyOf": [
878 {
Missing tests
879
"format": "date-time",
Missing tests
880
"type": "string"
881 },
882 {
Missing tests
883
"type": "null"
884 }
Missing tests
885
],
886 }
Missing tests
887
},
Missing tests
888
"type": "object"
889 },
890 "FlowRunFilterParentFlowRunId": {
891 "additionalProperties": false,
Missing tests
892
"properties": {
893 "any_": {
Missing tests
894
"anyOf": [
895 {
896 "items": {
Missing tests
897
"format": "uuid",
Missing tests
898
"type": "string"
899 },
Missing tests
900
"type": "array"
901 },
902 {
Missing tests
903
"type": "null"
904 }
Missing tests
905
],
906 },
907 "operator": {
Missing tests
908
"$ref": "#/components/schemas/Operator",
909 }
Missing tests
910
},
Missing tests
911
"type": "object"
912 },
913 "FlowRunFilterParentTaskRunId": {
914 "additionalProperties": false,
Missing tests
915
"properties": {
916 "any_": {
Missing tests
917
"anyOf": [
918 {
919 "items": {
Missing tests
920
"format": "uuid",
Missing tests
921
"type": "string"
922 },
Missing tests
923
"type": "array"
924 },
925 {
Missing tests
926
"type": "null"
927 }
Missing tests
928
],
929 },
930 "is_null_": {
Missing tests
931
"anyOf": [
932 {
Missing tests
933
"type": "boolean"
934 },
935 {
Missing tests
936
"type": "null"
937 }
Missing tests
938
],
939 },
940 "operator": {
Missing tests
941
"$ref": "#/components/schemas/Operator",
942 }
Missing tests
943
},
Missing tests
944
"type": "object"
945 },
946 "FlowRunFilterStartTime": {
947 "additionalProperties": false,
Missing tests
948
"properties": {
949 "after_": {
Missing tests
950
"anyOf": [
951 {
Missing tests
952
"format": "date-time",
Missing tests
953
"type": "string"
954 },
955 {
Missing tests
956
"type": "null"
957 }
Missing tests
958
],
959 },
960 "before_": {
Missing tests
961
"anyOf": [
962 {
Missing tests
963
"format": "date-time",
Missing tests
964
"type": "string"
965 },
966 {
Missing tests
967
"type": "null"
968 }
Missing tests
969
],
970 },
971 "is_null_": {
Missing tests
972
"anyOf": [
973 {
Missing tests
974
"type": "boolean"
975 },
976 {
Missing tests
977
"type": "null"
978 }
Missing tests
979
],
980 }
Missing tests
981
},
Missing tests
982
"type": "object"
983 },
984 "FlowRunFilterState": {
985 "additionalProperties": false,
Missing tests
986
"properties": {
987 "name": {
Missing tests
988
"anyOf": [
989 {
Missing tests
990
"$ref": "#/components/schemas/FlowRunFilterStateName"
991 },
992 {
Missing tests
993
"type": "null"
994 }
Missing tests
995
],
996 },
997 "operator": {
Missing tests
998
"$ref": "#/components/schemas/Operator",
999 },
1000 "type": {
Missing tests
1001
"anyOf": [
1002 {
Missing tests
1003
"$ref": "#/components/schemas/FlowRunFilterStateType"
1004 },
1005 {
Missing tests
1006
"type": "null"
1007 }
Missing tests
1008
],
1009 }
Missing tests
1010
},
Missing tests
1011
"type": "object"
1012 },
1013 "FlowRunFilterStateName": {
1014 "additionalProperties": false,
Missing tests
1015
"properties": {
1016 "any_": {
Missing tests
1017
"anyOf": [
1018 {
1019 "items": {
Missing tests
1020
"type": "string"
1021 },
Missing tests
1022
"type": "array"
1023 },
1024 {
Missing tests
1025
"type": "null"
1026 }
Missing tests
1027
],
1028 },
1029 "not_any_": {
Missing tests
1030
"anyOf": [
1031 {
1032 "items": {
Missing tests
1033
"type": "string"
1034 },
Missing tests
1035
"type": "array"
1036 },
1037 {
Missing tests
1038
"type": "null"
1039 }
Missing tests
1040
],
1041 }
Missing tests
1042
},
Missing tests
1043
"type": "object"
1044 },
1045 "FlowRunFilterStateType": {
1046 "additionalProperties": false,
Missing tests
1047
"properties": {
1048 "any_": {
Missing tests
1049
"anyOf": [
1050 {
1051 "items": {
Missing tests
1052
"$ref": "#/components/schemas/StateType"
1053 },
Missing tests
1054
"type": "array"
1055 },
1056 {
Missing tests
1057
"type": "null"
1058 }
Missing tests
1059
],
1060 },
1061 "not_any_": {
Missing tests
1062
"anyOf": [
1063 {
1064 "items": {
Missing tests
1065
"$ref": "#/components/schemas/StateType"
1066 },
Missing tests
1067
"type": "array"
1068 },
1069 {
Missing tests
1070
"type": "null"
1071 }
Missing tests
1072
],
1073 }
Missing tests
1074
},
Missing tests
1075
"type": "object"
1076 },
1077 "FlowRunFilterTags": {
1078 "additionalProperties": false,
Missing negative tests
1079
"properties": {
1080 "all_": {
Missing negative tests
1081
"anyOf": [
1082 {
1083 "items": {
Missing negative tests
1084
"type": "string"
1085 },
Missing negative tests
1086
"type": "array"
1087 },
1088 {
Missing positive tests
1089
"type": "null"
1090 }
Missing negative tests
1091
],
1092 "examples": [
1093 [
1094 "tag-1",
1095 "tag-2"
1096 ]
1097 ],
1098 },
1099 "any_": {
Missing negative tests
1100
"anyOf": [
1101 {
1102 "items": {
Missing negative tests
1103
"type": "string"
1104 },
Missing negative tests
1105
"type": "array"
1106 },
1107 {
Missing positive tests
1108
"type": "null"
1109 }
Missing negative tests
1110
],
1111 "examples": [
1112 [
1113 "tag-1",
1114 "tag-2"
1115 ]
1116 ],
1117 },
1118 "is_null_": {
Missing tests
1119
"anyOf": [
1120 {
Missing tests
1121
"type": "boolean"
1122 },
1123 {
Missing tests
1124
"type": "null"
1125 }
Missing tests
1126
],
1127 },
1128 "operator": {
Missing tests
1129
"$ref": "#/components/schemas/Operator",
1130 }
Missing negative tests
1131
},
Missing negative tests
1132
"type": "object"
1133 },
1134 "FlowRunFilterWorkQueueName": {
1135 "additionalProperties": false,
Missing negative tests
1136
"properties": {
1137 "any_": {
Missing negative tests
1138
"anyOf": [
1139 {
1140 "items": {
Missing negative tests
1141
"type": "string"
1142 },
Missing negative tests
1143
"type": "array"
1144 },
1145 {
Missing positive tests
1146
"type": "null"
1147 }
Missing negative tests
1148
],
1149 "examples": [
1150 [
1151 "work_queue_1",
1152 "work_queue_2"
1153 ]
1154 ],
1155 },
1156 "is_null_": {
Missing tests
1157
"anyOf": [
1158 {
Missing tests
1159
"type": "boolean"
1160 },
1161 {
Missing tests
1162
"type": "null"
1163 }
Missing tests
1164
],
1165 },
1166 "operator": {
Missing tests
1167
"$ref": "#/components/schemas/Operator",
1168 }
Missing negative tests
1169
},
Missing negative tests
1170
"type": "object"
1171 },
1172 "Operator": {
Missing tests
1173
"enum": [
1174 "and_",
1175 "or_"
Missing tests
1176
],
Missing tests
1177
"type": "string"
1178 },
1179 "StateType": {
Missing tests
1180
"enum": [
1181 "SCHEDULED",
1182 "PENDING",
1183 "RUNNING",
1184 "COMPLETED",
1185 "FAILED",
1186 "CANCELLED",
1187 "CRASHED",
1188 "PAUSED",
1189 "CANCELLING"
Missing tests
1190
],
Missing tests
1191
"type": "string"
1192 },
1193 "TaskRunFilter": {
1194 "additionalProperties": false,
Missing negative tests
1195
"properties": {
1196 "expected_start_time": {
Missing tests
1197
"anyOf": [
1198 {
Missing tests
1199
"$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1200 },
1201 {
Missing tests
1202
"type": "null"
1203 }
Missing tests
1204
],
1205 },
1206 "flow_run_id": {
Missing tests
1207
"anyOf": [
1208 {
Missing tests
1209
"$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1210 },
1211 {
Missing tests
1212
"type": "null"
1213 }
Missing tests
1214
],
1215 },
1216 "id": {
Missing tests
1217
"anyOf": [
1218 {
Missing tests
1219
"$ref": "#/components/schemas/TaskRunFilterId"
1220 },
1221 {
Missing tests
1222
"type": "null"
1223 }
Missing tests
1224
],
1225 },
1226 "name": {
Missing negative tests
1227
"anyOf": [
1228 {
Missing negative tests
1229
"$ref": "#/components/schemas/TaskRunFilterName"
1230 },
1231 {
Missing positive tests
1232
"type": "null"
1233 }
Missing negative tests
1234
],
1235 },
1236 "operator": {
Missing tests
1237
"$ref": "#/components/schemas/Operator",
1238 },
1239 "start_time": {
Missing tests
1240
"anyOf": [
1241 {
Missing tests
1242
"$ref": "#/components/schemas/TaskRunFilterStartTime"
1243 },
1244 {
Missing tests
1245
"type": "null"
1246 }
Missing tests
1247
],
1248 },
1249 "state": {
Missing tests
1250
"anyOf": [
1251 {
Missing tests
1252
"$ref": "#/components/schemas/TaskRunFilterState"
1253 },
1254 {
Missing tests
1255
"type": "null"
1256 }
Missing tests
1257
],
1258 },
1259 "subflow_runs": {
Missing tests
1260
"anyOf": [
1261 {
Missing tests
1262
"$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1263 },
1264 {
Missing tests
1265
"type": "null"
1266 }
Missing tests
1267
],
1268 },
1269 "tags": {
Missing negative tests
1270
"anyOf": [
1271 {
Missing negative tests
1272
"$ref": "#/components/schemas/TaskRunFilterTags"
1273 },
1274 {
Missing positive tests
1275
"type": "null"
1276 }
Missing negative tests
1277
],
1278 }
Missing negative tests
1279
},
Missing negative tests
1280
"type": "object"
1281 },
1282 "TaskRunFilterExpectedStartTime": {
1283 "additionalProperties": false,
Missing tests
1284
"properties": {
1285 "after_": {
Missing tests
1286
"anyOf": [
1287 {
Missing tests
1288
"format": "date-time",
Missing tests
1289
"type": "string"
1290 },
1291 {
Missing tests
1292
"type": "null"
1293 }
Missing tests
1294
],
1295 },
1296 "before_": {
Missing tests
1297
"anyOf": [
1298 {
Missing tests
1299
"format": "date-time",
Missing tests
1300
"type": "string"
1301 },
1302 {
Missing tests
1303
"type": "null"
1304 }
Missing tests
1305
],
1306 }
Missing tests
1307
},
Missing tests
1308
"type": "object"
1309 },
1310 "TaskRunFilterFlowRunId": {
1311 "additionalProperties": false,
Missing tests
1312
"properties": {
1313 "any_": {
Missing tests
1314
"anyOf": [
1315 {
1316 "items": {
Missing tests
1317
"format": "uuid",
Missing tests
1318
"type": "string"
1319 },
Missing tests
1320
"type": "array"
1321 },
1322 {
Missing tests
1323
"type": "null"
1324 }
Missing tests
1325
],
1326 },
1327 "is_null_": {
Missing tests
1328
"anyOf": [
1329 {
Missing tests
1330
"type": "boolean"
1331 },
1332 {
Missing tests
1333
"type": "null"
1334 }
Missing tests
1335
],
1336 },
1337 "operator": {
Missing tests
1338
"$ref": "#/components/schemas/Operator",
1339 }
Missing tests
1340
},
Missing tests
1341
"type": "object"
1342 },
1343 "TaskRunFilterId": {
1344 "additionalProperties": false,
Missing tests
1345
"properties": {
1346 "any_": {
Missing tests
1347
"anyOf": [
1348 {
1349 "items": {
Missing tests
1350
"format": "uuid",
Missing tests
1351
"type": "string"
1352 },
Missing tests
1353
"type": "array"
1354 },
1355 {
Missing tests
1356
"type": "null"
1357 }
Missing tests
1358
],
1359 }
Missing tests
1360
},
Missing tests
1361
"type": "object"
1362 },
1363 "TaskRunFilterName": {
1364 "additionalProperties": false,
Missing negative tests
1365
"properties": {
1366 "any_": {
Missing negative tests
1367
"anyOf": [
1368 {
1369 "items": {
Missing negative tests
1370
"type": "string"
1371 },
Missing negative tests
1372
"type": "array"
1373 },
1374 {
Missing positive tests
1375
"type": "null"
1376 }
Missing negative tests
1377
],
1378 "examples": [
1379 [
1380 "my-task-run-1",
1381 "my-task-run-2"
1382 ]
1383 ],
1384 },
1385 "like_": {
Missing negative tests
1386
"anyOf": [
1387 {
Missing negative tests
1388
"type": "string"
1389 },
1390 {
Missing positive tests
1391
"type": "null"
1392 }
Missing negative tests
1393
],
1394 "examples": [
1395 "marvin"
1396 ],
1397 }
Missing negative tests
1398
},
Missing negative tests
1399
"type": "object"
1400 },
1401 "TaskRunFilterStartTime": {
1402 "additionalProperties": false,
Missing tests
1403
"properties": {
1404 "after_": {
Missing tests
1405
"anyOf": [
1406 {
Missing tests
1407
"format": "date-time",
Missing tests
1408
"type": "string"
1409 },
1410 {
Missing tests
1411
"type": "null"
1412 }
Missing tests
1413
],
1414 },
1415 "before_": {
Missing tests
1416
"anyOf": [
1417 {
Missing tests
1418
"format": "date-time",
Missing tests
1419
"type": "string"
1420 },
1421 {
Missing tests
1422
"type": "null"
1423 }
Missing tests
1424
],
1425 },
1426 "is_null_": {
Missing tests
1427
"anyOf": [
1428 {
Missing tests
1429
"type": "boolean"
1430 },
1431 {
Missing tests
1432
"type": "null"
1433 }
Missing tests
1434
],
1435 }
Missing tests
1436
},
Missing tests
1437
"type": "object"
1438 },
1439 "TaskRunFilterState": {
1440 "additionalProperties": false,
Missing tests
1441
"properties": {
1442 "name": {
Missing tests
1443
"anyOf": [
1444 {
Missing tests
1445
"$ref": "#/components/schemas/TaskRunFilterStateName"
1446 },
1447 {
Missing tests
1448
"type": "null"
1449 }
Missing tests
1450
],
1451 },
1452 "operator": {
Missing tests
1453
"$ref": "#/components/schemas/Operator",
1454 },
1455 "type": {
Missing tests
1456
"anyOf": [
1457 {
Missing tests
1458
"$ref": "#/components/schemas/TaskRunFilterStateType"
1459 },
1460 {
Missing tests
1461
"type": "null"
1462 }
Missing tests
1463
],
1464 }
Missing tests
1465
},
Missing tests
1466
"type": "object"
1467 },
1468 "TaskRunFilterStateName": {
1469 "additionalProperties": false,
Missing tests
1470
"properties": {
1471 "any_": {
Missing tests
1472
"anyOf": [
1473 {
1474 "items": {
Missing tests
1475
"type": "string"
1476 },
Missing tests
1477
"type": "array"
1478 },
1479 {
Missing tests
1480
"type": "null"
1481 }
Missing tests
1482
],
1483 }
Missing tests
1484
},
Missing tests
1485
"type": "object"
1486 },
1487 "TaskRunFilterStateType": {
1488 "additionalProperties": false,
Missing tests
1489
"properties": {
1490 "any_": {
Missing tests
1491
"anyOf": [
1492 {
1493 "items": {
Missing tests
1494
"$ref": "#/components/schemas/StateType"
1495 },
Missing tests
1496
"type": "array"
1497 },
1498 {
Missing tests
1499
"type": "null"
1500 }
Missing tests
1501
],
1502 }
Missing tests
1503
},
Missing tests
1504
"type": "object"
1505 },
1506 "TaskRunFilterSubFlowRuns": {
1507 "additionalProperties": false,
Missing tests
1508
"properties": {
1509 "exists_": {
Missing tests
1510
"anyOf": [
1511 {
Missing tests
1512
"type": "boolean"
1513 },
1514 {
Missing tests
1515
"type": "null"
1516 }
Missing tests
1517
],
1518 }
Missing tests
1519
},
Missing tests
1520
"type": "object"
1521 },
1522 "TaskRunFilterTags": {
1523 "additionalProperties": false,
Missing negative tests
1524
"properties": {
1525 "all_": {
Missing negative tests
1526
"anyOf": [
1527 {
1528 "items": {
Missing negative tests
1529
"type": "string"
1530 },
Missing negative tests
1531
"type": "array"
1532 },
1533 {
Missing positive tests
1534
"type": "null"
1535 }
Missing negative tests
1536
],
1537 "examples": [
1538 [
1539 "tag-1",
1540 "tag-2"
1541 ]
1542 ],
1543 },
1544 "is_null_": {
Missing tests
1545
"anyOf": [
1546 {
Missing tests
1547
"type": "boolean"
1548 },
1549 {
Missing tests
1550
"type": "null"
1551 }
Missing tests
1552
],
1553 },
1554 "operator": {
Missing tests
1555
"$ref": "#/components/schemas/Operator",
1556 }
Missing negative tests
1557
},
Missing negative tests
1558
"type": "object"
1559 },
1560 "WorkPoolFilter": {
1561 "additionalProperties": false,
Missing tests
1562
"properties": {
1563 "id": {
Missing tests
1564
"anyOf": [
1565 {
Missing tests
1566
"$ref": "#/components/schemas/WorkPoolFilterId"
1567 },
1568 {
Missing tests
1569
"type": "null"
1570 }
Missing tests
1571
],
1572 },
1573 "name": {
Missing tests
1574
"anyOf": [
1575 {
Missing tests
1576
"$ref": "#/components/schemas/WorkPoolFilterName"
1577 },
1578 {
Missing tests
1579
"type": "null"
1580 }
Missing tests
1581
],
1582 },
1583 "operator": {
Missing tests
1584
"$ref": "#/components/schemas/Operator",
1585 },
1586 "type": {
Missing tests
1587
"anyOf": [
1588 {
Missing tests
1589
"$ref": "#/components/schemas/WorkPoolFilterType"
1590 },
1591 {
Missing tests
1592
"type": "null"
1593 }
Missing tests
1594
],
1595 }
Missing tests
1596
},
Missing tests
1597
"type": "object"
1598 },
1599 "WorkPoolFilterId": {
1600 "additionalProperties": false,
Missing tests
1601
"properties": {
1602 "any_": {
Missing tests
1603
"anyOf": [
1604 {
1605 "items": {
Missing tests
1606
"format": "uuid",
Missing tests
1607
"type": "string"
1608 },
Missing tests
1609
"type": "array"
1610 },
1611 {
Missing tests
1612
"type": "null"
1613 }
Missing tests
1614
],
1615 }
Missing tests
1616
},
Missing tests
1617
"type": "object"
1618 },
1619 "WorkPoolFilterName": {
1620 "additionalProperties": false,
Missing tests
1621
"properties": {
1622 "any_": {
Missing tests
1623
"anyOf": [
1624 {
1625 "items": {
Missing tests
1626
"type": "string"
1627 },
Missing tests
1628
"type": "array"
1629 },
1630 {
Missing tests
1631
"type": "null"
1632 }
Missing tests
1633
],
1634 }
Missing tests
1635
},
Missing tests
1636
"type": "object"
1637 },
1638 "WorkPoolFilterType": {
1639 "additionalProperties": false,
Missing tests
1640
"properties": {
1641 "any_": {
Missing tests
1642
"anyOf": [
1643 {
1644 "items": {
Missing tests
1645
"type": "string"
1646 },
Missing tests
1647
"type": "array"
1648 },
1649 {
Missing tests
1650
"type": "null"
1651 }
Missing tests
1652
],
1653 }
Missing tests
1654
},
Missing tests
1655
"type": "object"
1656 }
1657 }
1658 }
1659}
Responses
seen average

200
Successful Response
5 4.31ms
422
Validation Error
2 1.86ms
default
Default
1 1.72ms
Examples
0 of 18 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json239 of 506 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_flows_flows_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_flows_flows_filter_post": {
Missing negative tests
6
"properties": {
7 "deployments": {
Missing negative tests
8
"$ref": "#/components/schemas/DeploymentFilter"
9 },
10 "flow_runs": {
Missing negative tests
11
"$ref": "#/components/schemas/FlowRunFilter"
12 },
13 "flows": {
Missing negative tests
14
"$ref": "#/components/schemas/FlowFilter"
15 },
16 "limit": {
Missing negative tests
17
"type": "integer"
18 },
19 "offset": {
Missing negative tests
20
"minimum": 0.0,
Missing negative tests
21
"type": "integer"
22 },
23 "sort": {
Missing negative tests
24
"$ref": "#/components/schemas/FlowSort",
25 },
26 "task_runs": {
Missing negative tests
27
"$ref": "#/components/schemas/TaskRunFilter"
28 },
29 "work_pools": {
Missing negative tests
30
"$ref": "#/components/schemas/WorkPoolFilter"
31 }
Missing negative tests
32
},
33 "type": "object"
34 },
35 "DeploymentFilter": {
36 "additionalProperties": false,
Missing negative tests
37
"properties": {
38 "concurrency_limit": {
Missing negative tests
39
"anyOf": [
40 {
41 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
42 },
43 {
44 "type": "null"
45 }
Missing negative tests
46
],
47 "deprecated": true,
48 },
49 "flow_or_deployment_name": {
Missing negative tests
50
"anyOf": [
51 {
52 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
53 },
54 {
55 "type": "null"
56 }
Missing negative tests
57
],
58 },
59 "id": {
Missing negative tests
60
"anyOf": [
61 {
62 "$ref": "#/components/schemas/DeploymentFilterId"
63 },
64 {
65 "type": "null"
66 }
Missing negative tests
67
],
68 },
69 "name": {
Missing negative tests
70
"anyOf": [
71 {
72 "$ref": "#/components/schemas/DeploymentFilterName"
73 },
74 {
75 "type": "null"
76 }
Missing negative tests
77
],
78 },
79 "operator": {
Missing negative tests
80
"$ref": "#/components/schemas/Operator",
81 },
82 "paused": {
Missing negative tests
83
"anyOf": [
84 {
85 "$ref": "#/components/schemas/DeploymentFilterPaused"
86 },
87 {
88 "type": "null"
89 }
Missing negative tests
90
],
91 },
92 "tags": {
Missing negative tests
93
"anyOf": [
94 {
95 "$ref": "#/components/schemas/DeploymentFilterTags"
96 },
97 {
98 "type": "null"
99 }
Missing negative tests
100
],
101 },
102 "work_queue_name": {
Missing negative tests
103
"anyOf": [
104 {
105 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
106 },
107 {
108 "type": "null"
109 }
Missing negative tests
110
],
111 }
Missing negative tests
112
},
Missing negative tests
113
"type": "object"
114 },
115 "DeploymentFilterConcurrencyLimit": {
116 "additionalProperties": false,
Missing negative tests
117
"properties": {
118 "ge_": {
Missing negative tests
119
"anyOf": [
120 {
121 "type": "integer"
122 },
123 {
124 "type": "null"
125 }
Missing negative tests
126
],
127 },
128 "is_null_": {
Missing negative tests
129
"anyOf": [
130 {
131 "type": "boolean"
132 },
133 {
134 "type": "null"
135 }
Missing negative tests
136
],
137 },
138 "le_": {
Missing negative tests
139
"anyOf": [
140 {
141 "type": "integer"
142 },
143 {
144 "type": "null"
145 }
Missing negative tests
146
],
147 }
Missing negative tests
148
},
149 "type": "object"
150 },
151 "DeploymentFilterId": {
152 "additionalProperties": false,
Missing negative tests
153
"properties": {
154 "any_": {
Missing negative tests
155
"anyOf": [
156 {
157 "items": {
Missing negative tests
158
"format": "uuid",
Missing negative tests
159
"type": "string"
160 },
161 "type": "array"
162 },
163 {
164 "type": "null"
165 }
Missing negative tests
166
],
167 },
168 "not_any_": {
Missing negative tests
169
"anyOf": [
170 {
171 "items": {
Missing negative tests
172
"format": "uuid",
Missing negative tests
173
"type": "string"
174 },
175 "type": "array"
176 },
177 {
178 "type": "null"
179 }
Missing negative tests
180
],
181 }
Missing negative tests
182
},
183 "type": "object"
184 },
185 "DeploymentFilterName": {
186 "additionalProperties": false,
Missing negative tests
187
"properties": {
188 "any_": {
Missing negative tests
189
"anyOf": [
190 {
191 "items": {
Missing negative tests
192
"type": "string"
193 },
194 "type": "array"
195 },
196 {
197 "type": "null"
198 }
Missing negative tests
199
],
200 "examples": [
201 [
202 "my-deployment-1",
203 "my-deployment-2"
204 ]
205 ],
206 },
207 "like_": {
Missing negative tests
208
"anyOf": [
209 {
210 "type": "string"
211 },
212 {
213 "type": "null"
214 }
Missing negative tests
215
],
216 "examples": [
217 "marvin"
218 ],
219 }
Missing negative tests
220
},
221 "type": "object"
222 },
223 "DeploymentFilterPaused": {
224 "additionalProperties": false,
Missing negative tests
225
"properties": {
226 "eq_": {
Missing negative tests
227
"anyOf": [
228 {
229 "type": "boolean"
230 },
231 {
232 "type": "null"
233 }
Missing negative tests
234
],
235 }
Missing negative tests
236
},
237 "type": "object"
238 },
239 "DeploymentFilterTags": {
240 "additionalProperties": false,
Missing negative tests
241
"properties": {
242 "all_": {
Missing negative tests
243
"anyOf": [
244 {
245 "items": {
Missing negative tests
246
"type": "string"
247 },
248 "type": "array"
249 },
250 {
251 "type": "null"
252 }
Missing negative tests
253
],
254 "examples": [
255 [
256 "tag-1",
257 "tag-2"
258 ]
259 ],
260 },
261 "any_": {
Missing negative tests
262
"anyOf": [
263 {
264 "items": {
Missing negative tests
265
"type": "string"
266 },
267 "type": "array"
268 },
269 {
270 "type": "null"
271 }
Missing negative tests
272
],
273 "examples": [
274 [
275 "tag-1",
276 "tag-2"
277 ]
278 ],
279 },
280 "is_null_": {
Missing negative tests
281
"anyOf": [
282 {
283 "type": "boolean"
284 },
285 {
286 "type": "null"
287 }
Missing negative tests
288
],
289 },
290 "operator": {
Missing negative tests
291
"$ref": "#/components/schemas/Operator",
292 }
Missing negative tests
293
},
294 "type": "object"
295 },
296 "DeploymentFilterWorkQueueName": {
297 "additionalProperties": false,
Missing negative tests
298
"properties": {
299 "any_": {
Missing negative tests
300
"anyOf": [
301 {
302 "items": {
Missing negative tests
303
"type": "string"
304 },
Missing negative tests
305
"type": "array"
306 },
307 {
Missing positive tests
308
"type": "null"
309 }
Missing negative tests
310
],
311 "examples": [
312 [
313 "work_queue_1",
314 "work_queue_2"
315 ]
316 ],
317 }
Missing negative tests
318
},
319 "type": "object"
320 },
321 "DeploymentOrFlowNameFilter": {
322 "additionalProperties": false,
Missing negative tests
323
"properties": {
324 "like_": {
Missing negative tests
325
"anyOf": [
326 {
327 "type": "string"
328 },
329 {
330 "type": "null"
331 }
Missing negative tests
332
],
333 }
Missing negative tests
334
},
335 "type": "object"
336 },
337 "FlowFilter": {
338 "additionalProperties": false,
Missing negative tests
339
"properties": {
340 "deployment": {
Missing negative tests
341
"anyOf": [
342 {
343 "$ref": "#/components/schemas/FlowFilterDeployment"
344 },
345 {
346 "type": "null"
347 }
Missing negative tests
348
],
349 },
350 "id": {
Missing negative tests
351
"anyOf": [
352 {
353 "$ref": "#/components/schemas/FlowFilterId"
354 },
355 {
356 "type": "null"
357 }
Missing negative tests
358
],
359 },
360 "name": {
Missing negative tests
361
"anyOf": [
362 {
363 "$ref": "#/components/schemas/FlowFilterName"
364 },
365 {
366 "type": "null"
367 }
Missing negative tests
368
],
369 },
370 "operator": {
Missing negative tests
371
"$ref": "#/components/schemas/Operator",
372 },
373 "tags": {
Missing negative tests
374
"anyOf": [
375 {
376 "$ref": "#/components/schemas/FlowFilterTags"
377 },
378 {
379 "type": "null"
380 }
Missing negative tests
381
],
382 }
Missing negative tests
383
},
Missing negative tests
384
"type": "object"
385 },
386 "FlowFilterDeployment": {
387 "additionalProperties": false,
Missing negative tests
388
"properties": {
389 "is_null_": {
Missing negative tests
390
"anyOf": [
391 {
392 "type": "boolean"
393 },
394 {
395 "type": "null"
396 }
Missing negative tests
397
],
398 },
399 "operator": {
Missing negative tests
400
"$ref": "#/components/schemas/Operator",
401 }
Missing negative tests
402
},
403 "type": "object"
404 },
405 "FlowFilterId": {
406 "additionalProperties": false,
Missing negative tests
407
"properties": {
408 "any_": {
Missing negative tests
409
"anyOf": [
410 {
411 "items": {
Missing negative tests
412
"format": "uuid",
Missing negative tests
413
"type": "string"
414 },
415 "type": "array"
416 },
417 {
418 "type": "null"
419 }
Missing negative tests
420
],
421 }
Missing negative tests
422
},
423 "type": "object"
424 },
425 "FlowFilterName": {
426 "additionalProperties": false,
Missing negative tests
427
"properties": {
428 "any_": {
Missing negative tests
429
"anyOf": [
430 {
431 "items": {
Missing negative tests
432
"type": "string"
433 },
434 "type": "array"
435 },
436 {
437 "type": "null"
438 }
Missing negative tests
439
],
440 "examples": [
441 [
442 "my-flow-1",
443 "my-flow-2"
444 ]
445 ],
446 },
447 "like_": {
Missing negative tests
448
"anyOf": [
449 {
450 "type": "string"
451 },
452 {
453 "type": "null"
454 }
Missing negative tests
455
],
456 "examples": [
457 "marvin"
458 ],
459 }
Missing negative tests
460
},
461 "type": "object"
462 },
463 "FlowFilterTags": {
464 "additionalProperties": false,
Missing negative tests
465
"properties": {
466 "all_": {
Missing negative tests
467
"anyOf": [
468 {
469 "items": {
Missing negative tests
470
"type": "string"
471 },
472 "type": "array"
473 },
474 {
475 "type": "null"
476 }
Missing negative tests
477
],
478 "examples": [
479 [
480 "tag-1",
481 "tag-2"
482 ]
483 ],
484 },
485 "is_null_": {
Missing negative tests
486
"anyOf": [
487 {
488 "type": "boolean"
489 },
490 {
491 "type": "null"
492 }
Missing negative tests
493
],
494 },
495 "operator": {
Missing negative tests
496
"$ref": "#/components/schemas/Operator",
497 }
Missing negative tests
498
},
499 "type": "object"
500 },
501 "FlowRunFilter": {
502 "additionalProperties": false,
Missing negative tests
503
"properties": {
504 "deployment_id": {
Missing negative tests
505
"anyOf": [
506 {
507 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
508 },
509 {
510 "type": "null"
511 }
Missing negative tests
512
],
513 },
514 "end_time": {
Missing negative tests
515
"anyOf": [
516 {
517 "$ref": "#/components/schemas/FlowRunFilterEndTime"
518 },
519 {
520 "type": "null"
521 }
Missing negative tests
522
],
523 },
524 "expected_start_time": {
Missing negative tests
525
"anyOf": [
526 {
527 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
528 },
529 {
530 "type": "null"
531 }
Missing negative tests
532
],
533 },
534 "flow_version": {
Missing negative tests
535
"anyOf": [
536 {
537 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
538 },
539 {
540 "type": "null"
541 }
Missing negative tests
542
],
543 },
544 "id": {
Missing negative tests
545
"anyOf": [
546 {
547 "$ref": "#/components/schemas/FlowRunFilterId"
548 },
549 {
550 "type": "null"
551 }
Missing negative tests
552
],
553 },
554 "idempotency_key": {
Missing negative tests
555
"anyOf": [
556 {
557 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
558 },
559 {
560 "type": "null"
561 }
Missing negative tests
562
],
563 },
564 "name": {
Missing negative tests
565
"anyOf": [
566 {
567 "$ref": "#/components/schemas/FlowRunFilterName"
568 },
569 {
570 "type": "null"
571 }
Missing negative tests
572
],
573 },
574 "next_scheduled_start_time": {
Missing negative tests
575
"anyOf": [
576 {
577 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
578 },
579 {
580 "type": "null"
581 }
Missing negative tests
582
],
583 },
584 "operator": {
Missing negative tests
585
"$ref": "#/components/schemas/Operator",
586 },
587 "parent_flow_run_id": {
Missing negative tests
588
"anyOf": [
589 {
590 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
591 },
592 {
593 "type": "null"
594 }
Missing negative tests
595
],
596 },
597 "parent_task_run_id": {
Missing negative tests
598
"anyOf": [
599 {
600 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
601 },
602 {
603 "type": "null"
604 }
Missing negative tests
605
],
606 },
607 "start_time": {
Missing negative tests
608
"anyOf": [
609 {
610 "$ref": "#/components/schemas/FlowRunFilterStartTime"
611 },
612 {
613 "type": "null"
614 }
Missing negative tests
615
],
616 },
617 "state": {
Missing negative tests
618
"anyOf": [
619 {
620 "$ref": "#/components/schemas/FlowRunFilterState"
621 },
622 {
623 "type": "null"
624 }
Missing negative tests
625
],
626 },
627 "tags": {
Missing negative tests
628
"anyOf": [
629 {
630 "$ref": "#/components/schemas/FlowRunFilterTags"
631 },
632 {
633 "type": "null"
634 }
Missing negative tests
635
],
636 },
637 "work_queue_name": {
Missing negative tests
638
"anyOf": [
639 {
640 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
641 },
642 {
643 "type": "null"
644 }
Missing negative tests
645
],
646 }
Missing negative tests
647
},
Missing negative tests
648
"type": "object"
649 },
650 "FlowRunFilterDeploymentId": {
651 "additionalProperties": false,
Missing negative tests
652
"properties": {
653 "any_": {
Missing negative tests
654
"anyOf": [
655 {
656 "items": {
Missing negative tests
657
"format": "uuid",
Missing negative tests
658
"type": "string"
659 },
660 "type": "array"
661 },
662 {
663 "type": "null"
664 }
Missing negative tests
665
],
666 },
667 "is_null_": {
Missing negative tests
668
"anyOf": [
669 {
670 "type": "boolean"
671 },
672 {
673 "type": "null"
674 }
Missing negative tests
675
],
676 },
677 "operator": {
Missing negative tests
678
"$ref": "#/components/schemas/Operator",
679 }
Missing negative tests
680
},
681 "type": "object"
682 },
683 "FlowRunFilterEndTime": {
684 "additionalProperties": false,
Missing negative tests
685
"properties": {
686 "after_": {
Missing negative tests
687
"anyOf": [
688 {
Missing negative tests
689
"format": "date-time",
690 "type": "string"
691 },
692 {
693 "type": "null"
694 }
Missing negative tests
695
],
696 },
697 "before_": {
Missing negative tests
698
"anyOf": [
699 {
Missing negative tests
700
"format": "date-time",
701 "type": "string"
702 },
703 {
704 "type": "null"
705 }
Missing negative tests
706
],
707 },
708 "is_null_": {
Missing negative tests
709
"anyOf": [
710 {
711 "type": "boolean"
712 },
713 {
714 "type": "null"
715 }
Missing negative tests
716
],
717 }
Missing negative tests
718
},
719 "type": "object"
720 },
721 "FlowRunFilterExpectedStartTime": {
722 "additionalProperties": false,
Missing negative tests
723
"properties": {
724 "after_": {
Missing negative tests
725
"anyOf": [
726 {
Missing negative tests
727
"format": "date-time",
728 "type": "string"
729 },
730 {
731 "type": "null"
732 }
Missing negative tests
733
],
734 },
735 "before_": {
Missing negative tests
736
"anyOf": [
737 {
Missing negative tests
738
"format": "date-time",
739 "type": "string"
740 },
741 {
742 "type": "null"
743 }
Missing negative tests
744
],
745 }
Missing negative tests
746
},
747 "type": "object"
748 },
749 "FlowRunFilterFlowVersion": {
750 "additionalProperties": false,
Missing negative tests
751
"properties": {
752 "any_": {
Missing negative tests
753
"anyOf": [
754 {
755 "items": {
Missing negative tests
756
"type": "string"
757 },
758 "type": "array"
759 },
760 {
761 "type": "null"
762 }
Missing negative tests
763
],
764 }
Missing negative tests
765
},
766 "type": "object"
767 },
768 "FlowRunFilterId": {
769 "additionalProperties": false,
Missing negative tests
770
"properties": {
771 "any_": {
Missing negative tests
772
"anyOf": [
773 {
774 "items": {
Missing negative tests
775
"format": "uuid",
Missing negative tests
776
"type": "string"
777 },
778 "type": "array"
779 },
780 {
781 "type": "null"
782 }
Missing negative tests
783
],
784 },
785 "not_any_": {
Missing negative tests
786
"anyOf": [
787 {
788 "items": {
Missing tests
789
"format": "uuid",
Missing tests
790
"type": "string"
791 },
792 "type": "array"
793 },
794 {
795 "type": "null"
796 }
Missing negative tests
797
],
798 }
Missing negative tests
799
},
800 "type": "object"
801 },
802 "FlowRunFilterIdempotencyKey": {
803 "additionalProperties": false,
Missing negative tests
804
"properties": {
805 "any_": {
Missing negative tests
806
"anyOf": [
807 {
808 "items": {
Missing negative tests
809
"type": "string"
810 },
811 "type": "array"
812 },
813 {
814 "type": "null"
815 }
Missing negative tests
816
],
817 },
818 "not_any_": {
Missing negative tests
819
"anyOf": [
820 {
821 "items": {
Missing negative tests
822
"type": "string"
823 },
824 "type": "array"
825 },
826 {
827 "type": "null"
828 }
Missing negative tests
829
],
830 }
Missing negative tests
831
},
832 "type": "object"
833 },
834 "FlowRunFilterName": {
835 "additionalProperties": false,
Missing negative tests
836
"properties": {
837 "any_": {
Missing negative tests
838
"anyOf": [
839 {
840 "items": {
Missing negative tests
841
"type": "string"
842 },
843 "type": "array"
844 },
845 {
846 "type": "null"
847 }
Missing negative tests
848
],
849 "examples": [
850 [
851 "my-flow-run-1",
852 "my-flow-run-2"
853 ]
854 ],
855 },
856 "like_": {
Missing negative tests
857
"anyOf": [
858 {
859 "type": "string"
860 },
861 {
862 "type": "null"
863 }
Missing negative tests
864
],
865 "examples": [
866 "marvin"
867 ],
868 }
Missing negative tests
869
},
870 "type": "object"
871 },
872 "FlowRunFilterNextScheduledStartTime": {
873 "additionalProperties": false,
Missing negative tests
874
"properties": {
875 "after_": {
Missing negative tests
876
"anyOf": [
877 {
Missing negative tests
878
"format": "date-time",
879 "type": "string"
880 },
881 {
882 "type": "null"
883 }
Missing negative tests
884
],
885 },
886 "before_": {
Missing negative tests
887
"anyOf": [
888 {
Missing negative tests
889
"format": "date-time",
890 "type": "string"
891 },
892 {
893 "type": "null"
894 }
Missing negative tests
895
],
896 }
Missing negative tests
897
},
898 "type": "object"
899 },
900 "FlowRunFilterParentFlowRunId": {
901 "additionalProperties": false,
Missing negative tests
902
"properties": {
903 "any_": {
Missing negative tests
904
"anyOf": [
905 {
906 "items": {
Missing negative tests
907
"format": "uuid",
Missing negative tests
908
"type": "string"
909 },
910 "type": "array"
911 },
912 {
913 "type": "null"
914 }
Missing negative tests
915
],
916 },
917 "operator": {
Missing negative tests
918
"$ref": "#/components/schemas/Operator",
919 }
Missing negative tests
920
},
921 "type": "object"
922 },
923 "FlowRunFilterParentTaskRunId": {
924 "additionalProperties": false,
Missing negative tests
925
"properties": {
926 "any_": {
Missing negative tests
927
"anyOf": [
928 {
929 "items": {
Missing negative tests
930
"format": "uuid",
Missing negative tests
931
"type": "string"
932 },
933 "type": "array"
934 },
935 {
936 "type": "null"
937 }
Missing negative tests
938
],
939 },
940 "is_null_": {
Missing negative tests
941
"anyOf": [
942 {
943 "type": "boolean"
944 },
945 {
946 "type": "null"
947 }
Missing negative tests
948
],
949 },
950 "operator": {
Missing negative tests
951
"$ref": "#/components/schemas/Operator",
952 }
Missing negative tests
953
},
954 "type": "object"
955 },
956 "FlowRunFilterStartTime": {
957 "additionalProperties": false,
Missing negative tests
958
"properties": {
959 "after_": {
Missing negative tests
960
"anyOf": [
961 {
Missing negative tests
962
"format": "date-time",
963 "type": "string"
964 },
965 {
966 "type": "null"
967 }
Missing negative tests
968
],
969 },
970 "before_": {
Missing negative tests
971
"anyOf": [
972 {
Missing negative tests
973
"format": "date-time",
974 "type": "string"
975 },
976 {
977 "type": "null"
978 }
Missing negative tests
979
],
980 },
981 "is_null_": {
Missing negative tests
982
"anyOf": [
983 {
984 "type": "boolean"
985 },
986 {
987 "type": "null"
988 }
Missing negative tests
989
],
990 }
Missing negative tests
991
},
992 "type": "object"
993 },
994 "FlowRunFilterState": {
995 "additionalProperties": false,
Missing negative tests
996
"properties": {
997 "name": {
Missing negative tests
998
"anyOf": [
999 {
1000 "$ref": "#/components/schemas/FlowRunFilterStateName"
1001 },
1002 {
1003 "type": "null"
1004 }
Missing negative tests
1005
],
1006 },
1007 "operator": {
Missing negative tests
1008
"$ref": "#/components/schemas/Operator",
1009 },
1010 "type": {
Missing negative tests
1011
"anyOf": [
1012 {
Missing positive tests
1013
"$ref": "#/components/schemas/FlowRunFilterStateType"
1014 },
1015 {
Missing negative tests
1016
"type": "null"
1017 }
Missing negative tests
1018
],
1019 }
Missing negative tests
1020
},
1021 "type": "object"
1022 },
1023 "FlowRunFilterStateName": {
1024 "additionalProperties": false,
Missing tests
1025
"properties": {
1026 "any_": {
Missing tests
1027
"anyOf": [
1028 {
1029 "items": {
Missing tests
1030
"type": "string"
1031 },
Missing tests
1032
"type": "array"
1033 },
1034 {
Missing tests
1035
"type": "null"
1036 }
Missing tests
1037
],
1038 },
1039 "not_any_": {
Missing tests
1040
"anyOf": [
1041 {
1042 "items": {
Missing tests
1043
"type": "string"
1044 },
Missing tests
1045
"type": "array"
1046 },
1047 {
Missing tests
1048
"type": "null"
1049 }
Missing tests
1050
],
1051 }
Missing tests
1052
},
1053 "type": "object"
1054 },
1055 "FlowRunFilterStateType": {
1056 "additionalProperties": false,
Missing tests
1057
"properties": {
1058 "any_": {
Missing tests
1059
"anyOf": [
1060 {
1061 "items": {
Missing tests
1062
"$ref": "#/components/schemas/StateType"
1063 },
Missing tests
1064
"type": "array"
1065 },
1066 {
Missing tests
1067
"type": "null"
1068 }
Missing tests
1069
],
1070 },
1071 "not_any_": {
Missing tests
1072
"anyOf": [
1073 {
1074 "items": {
Missing tests
1075
"$ref": "#/components/schemas/StateType"
1076 },
Missing tests
1077
"type": "array"
1078 },
1079 {
Missing tests
1080
"type": "null"
1081 }
Missing tests
1082
],
1083 }
Missing tests
1084
},
Missing positive tests
1085
"type": "object"
1086 },
1087 "FlowRunFilterTags": {
1088 "additionalProperties": false,
Missing negative tests
1089
"properties": {
1090 "all_": {
Missing negative tests
1091
"anyOf": [
1092 {
1093 "items": {
Missing negative tests
1094
"type": "string"
1095 },
1096 "type": "array"
1097 },
1098 {
1099 "type": "null"
1100 }
Missing negative tests
1101
],
1102 "examples": [
1103 [
1104 "tag-1",
1105 "tag-2"
1106 ]
1107 ],
1108 },
1109 "any_": {
Missing negative tests
1110
"anyOf": [
1111 {
1112 "items": {
Missing negative tests
1113
"type": "string"
1114 },
1115 "type": "array"
1116 },
1117 {
1118 "type": "null"
1119 }
Missing negative tests
1120
],
1121 "examples": [
1122 [
1123 "tag-1",
1124 "tag-2"
1125 ]
1126 ],
1127 },
1128 "is_null_": {
Missing negative tests
1129
"anyOf": [
1130 {
1131 "type": "boolean"
1132 },
1133 {
1134 "type": "null"
1135 }
Missing negative tests
1136
],
1137 },
1138 "operator": {
Missing negative tests
1139
"$ref": "#/components/schemas/Operator",
1140 }
Missing negative tests
1141
},
1142 "type": "object"
1143 },
1144 "FlowRunFilterWorkQueueName": {
1145 "additionalProperties": false,
Missing negative tests
1146
"properties": {
1147 "any_": {
Missing negative tests
1148
"anyOf": [
1149 {
1150 "items": {
Missing negative tests
1151
"type": "string"
1152 },
Missing negative tests
1153
"type": "array"
1154 },
1155 {
Missing positive tests
1156
"type": "null"
1157 }
Missing negative tests
1158
],
1159 "examples": [
1160 [
1161 "work_queue_1",
1162 "work_queue_2"
1163 ]
1164 ],
1165 },
1166 "is_null_": {
Missing negative tests
1167
"anyOf": [
1168 {
1169 "type": "boolean"
1170 },
1171 {
1172 "type": "null"
1173 }
Missing negative tests
1174
],
1175 },
1176 "operator": {
Missing negative tests
1177
"$ref": "#/components/schemas/Operator",
1178 }
Missing negative tests
1179
},
1180 "type": "object"
1181 },
1182 "FlowSort": {
Missing negative tests
1183
"enum": [
1184 "CREATED_DESC",
1185 "UPDATED_DESC",
1186 "NAME_ASC",
1187 "NAME_DESC"
Missing negative tests
1188
],
Missing negative tests
1189
"type": "string"
1190 },
1191 "Operator": {
Missing negative tests
1192
"enum": [
1193 "and_",
1194 "or_"
Missing negative tests
1195
],
Missing negative tests
1196
"type": "string"
1197 },
1198 "StateType": {
Missing tests
1199
"enum": [
1200 "SCHEDULED",
1201 "PENDING",
1202 "RUNNING",
1203 "COMPLETED",
1204 "FAILED",
1205 "CANCELLED",
1206 "CRASHED",
1207 "PAUSED",
1208 "CANCELLING"
Missing tests
1209
],
Missing tests
1210
"type": "string"
1211 },
1212 "TaskRunFilter": {
1213 "additionalProperties": false,
Missing negative tests
1214
"properties": {
1215 "expected_start_time": {
Missing negative tests
1216
"anyOf": [
1217 {
1218 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1219 },
1220 {
1221 "type": "null"
1222 }
Missing negative tests
1223
],
1224 },
1225 "flow_run_id": {
Missing negative tests
1226
"anyOf": [
1227 {
1228 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1229 },
1230 {
1231 "type": "null"
1232 }
Missing negative tests
1233
],
1234 },
1235 "id": {
Missing negative tests
1236
"anyOf": [
1237 {
1238 "$ref": "#/components/schemas/TaskRunFilterId"
1239 },
1240 {
1241 "type": "null"
1242 }
Missing negative tests
1243
],
1244 },
1245 "name": {
Missing negative tests
1246
"anyOf": [
1247 {
1248 "$ref": "#/components/schemas/TaskRunFilterName"
1249 },
1250 {
1251 "type": "null"
1252 }
Missing negative tests
1253
],
1254 },
1255 "operator": {
Missing negative tests
1256
"$ref": "#/components/schemas/Operator",
1257 },
1258 "start_time": {
Missing negative tests
1259
"anyOf": [
1260 {
1261 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1262 },
1263 {
1264 "type": "null"
1265 }
Missing negative tests
1266
],
1267 },
1268 "state": {
Missing negative tests
1269
"anyOf": [
1270 {
1271 "$ref": "#/components/schemas/TaskRunFilterState"
1272 },
1273 {
1274 "type": "null"
1275 }
Missing negative tests
1276
],
1277 },
1278 "subflow_runs": {
Missing negative tests
1279
"anyOf": [
1280 {
1281 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1282 },
1283 {
1284 "type": "null"
1285 }
Missing negative tests
1286
],
1287 },
1288 "tags": {
Missing negative tests
1289
"anyOf": [
1290 {
1291 "$ref": "#/components/schemas/TaskRunFilterTags"
1292 },
1293 {
1294 "type": "null"
1295 }
Missing negative tests
1296
],
1297 }
Missing negative tests
1298
},
Missing negative tests
1299
"type": "object"
1300 },
1301 "TaskRunFilterExpectedStartTime": {
1302 "additionalProperties": false,
Missing negative tests
1303
"properties": {
1304 "after_": {
Missing negative tests
1305
"anyOf": [
1306 {
Missing negative tests
1307
"format": "date-time",
1308 "type": "string"
1309 },
1310 {
1311 "type": "null"
1312 }
Missing negative tests
1313
],
1314 },
1315 "before_": {
Missing negative tests
1316
"anyOf": [
1317 {
Missing negative tests
1318
"format": "date-time",
1319 "type": "string"
1320 },
1321 {
1322 "type": "null"
1323 }
Missing negative tests
1324
],
1325 }
Missing negative tests
1326
},
1327 "type": "object"
1328 },
1329 "TaskRunFilterFlowRunId": {
1330 "additionalProperties": false,
Missing negative tests
1331
"properties": {
1332 "any_": {
Missing negative tests
1333
"anyOf": [
1334 {
1335 "items": {
Missing negative tests
1336
"format": "uuid",
Missing negative tests
1337
"type": "string"
1338 },
1339 "type": "array"
1340 },
1341 {
1342 "type": "null"
1343 }
Missing negative tests
1344
],
1345 },
1346 "is_null_": {
Missing negative tests
1347
"anyOf": [
1348 {
1349 "type": "boolean"
1350 },
1351 {
1352 "type": "null"
1353 }
Missing negative tests
1354
],
1355 },
1356 "operator": {
Missing negative tests
1357
"$ref": "#/components/schemas/Operator",
1358 }
Missing negative tests
1359
},
1360 "type": "object"
1361 },
1362 "TaskRunFilterId": {
1363 "additionalProperties": false,
Missing negative tests
1364
"properties": {
1365 "any_": {
Missing negative tests
1366
"anyOf": [
1367 {
1368 "items": {
Missing negative tests
1369
"format": "uuid",
Missing negative tests
1370
"type": "string"
1371 },
1372 "type": "array"
1373 },
1374 {
1375 "type": "null"
1376 }
Missing negative tests
1377
],
1378 }
Missing negative tests
1379
},
1380 "type": "object"
1381 },
1382 "TaskRunFilterName": {
1383 "additionalProperties": false,
Missing negative tests
1384
"properties": {
1385 "any_": {
Missing negative tests
1386
"anyOf": [
1387 {
1388 "items": {
Missing negative tests
1389
"type": "string"
1390 },
1391 "type": "array"
1392 },
1393 {
1394 "type": "null"
1395 }
Missing negative tests
1396
],
1397 "examples": [
1398 [
1399 "my-task-run-1",
1400 "my-task-run-2"
1401 ]
1402 ],
1403 },
1404 "like_": {
Missing negative tests
1405
"anyOf": [
1406 {
1407 "type": "string"
1408 },
1409 {
1410 "type": "null"
1411 }
Missing negative tests
1412
],
1413 "examples": [
1414 "marvin"
1415 ],
1416 }
Missing negative tests
1417
},
1418 "type": "object"
1419 },
1420 "TaskRunFilterStartTime": {
1421 "additionalProperties": false,
Missing negative tests
1422
"properties": {
1423 "after_": {
Missing negative tests
1424
"anyOf": [
1425 {
Missing negative tests
1426
"format": "date-time",
1427 "type": "string"
1428 },
1429 {
1430 "type": "null"
1431 }
Missing negative tests
1432
],
1433 },
1434 "before_": {
Missing negative tests
1435
"anyOf": [
1436 {
Missing negative tests
1437
"format": "date-time",
1438 "type": "string"
1439 },
1440 {
1441 "type": "null"
1442 }
Missing negative tests
1443
],
1444 },
1445 "is_null_": {
Missing negative tests
1446
"anyOf": [
1447 {
1448 "type": "boolean"
1449 },
1450 {
1451 "type": "null"
1452 }
Missing negative tests
1453
],
1454 }
Missing negative tests
1455
},
1456 "type": "object"
1457 },
1458 "TaskRunFilterState": {
1459 "additionalProperties": false,
Missing negative tests
1460
"properties": {
1461 "name": {
Missing negative tests
1462
"anyOf": [
1463 {
1464 "$ref": "#/components/schemas/TaskRunFilterStateName"
1465 },
1466 {
1467 "type": "null"
1468 }
Missing negative tests
1469
],
1470 },
1471 "operator": {
Missing negative tests
1472
"$ref": "#/components/schemas/Operator",
1473 },
1474 "type": {
Missing negative tests
1475
"anyOf": [
1476 {
1477 "$ref": "#/components/schemas/TaskRunFilterStateType"
1478 },
1479 {
1480 "type": "null"
1481 }
Missing negative tests
1482
],
1483 }
Missing negative tests
1484
},
1485 "type": "object"
1486 },
1487 "TaskRunFilterStateName": {
1488 "additionalProperties": false,
Missing negative tests
1489
"properties": {
1490 "any_": {
Missing negative tests
1491
"anyOf": [
1492 {
1493 "items": {
Missing tests
1494
"type": "string"
1495 },
Missing positive tests
1496
"type": "array"
1497 },
1498 {
Missing negative tests
1499
"type": "null"
1500 }
Missing negative tests
1501
],
1502 }
Missing negative tests
1503
},
1504 "type": "object"
1505 },
1506 "TaskRunFilterStateType": {
1507 "additionalProperties": false,
Missing tests
1508
"properties": {
1509 "any_": {
Missing tests
1510
"anyOf": [
1511 {
1512 "items": {
Missing tests
1513
"$ref": "#/components/schemas/StateType"
1514 },
Missing tests
1515
"type": "array"
1516 },
1517 {
Missing tests
1518
"type": "null"
1519 }
Missing tests
1520
],
1521 }
Missing tests
1522
},
1523 "type": "object"
1524 },
1525 "TaskRunFilterSubFlowRuns": {
1526 "additionalProperties": false,
Missing negative tests
1527
"properties": {
1528 "exists_": {
Missing negative tests
1529
"anyOf": [
1530 {
1531 "type": "boolean"
1532 },
1533 {
1534 "type": "null"
1535 }
Missing negative tests
1536
],
1537 }
Missing negative tests
1538
},
1539 "type": "object"
1540 },
1541 "TaskRunFilterTags": {
1542 "additionalProperties": false,
Missing negative tests
1543
"properties": {
1544 "all_": {
Missing negative tests
1545
"anyOf": [
1546 {
1547 "items": {
Missing negative tests
1548
"type": "string"
1549 },
1550 "type": "array"
1551 },
1552 {
1553 "type": "null"
1554 }
Missing negative tests
1555
],
1556 "examples": [
1557 [
1558 "tag-1",
1559 "tag-2"
1560 ]
1561 ],
1562 },
1563 "is_null_": {
Missing negative tests
1564
"anyOf": [
1565 {
1566 "type": "boolean"
1567 },
1568 {
1569 "type": "null"
1570 }
Missing negative tests
1571
],
1572 },
1573 "operator": {
Missing negative tests
1574
"$ref": "#/components/schemas/Operator",
1575 }
Missing negative tests
1576
},
1577 "type": "object"
1578 },
1579 "WorkPoolFilter": {
1580 "additionalProperties": false,
Missing negative tests
1581
"properties": {
1582 "id": {
Missing negative tests
1583
"anyOf": [
1584 {
1585 "$ref": "#/components/schemas/WorkPoolFilterId"
1586 },
1587 {
1588 "type": "null"
1589 }
Missing negative tests
1590
],
1591 },
1592 "name": {
Missing negative tests
1593
"anyOf": [
1594 {
1595 "$ref": "#/components/schemas/WorkPoolFilterName"
1596 },
1597 {
1598 "type": "null"
1599 }
Missing negative tests
1600
],
1601 },
1602 "operator": {
Missing negative tests
1603
"$ref": "#/components/schemas/Operator",
1604 },
1605 "type": {
Missing negative tests
1606
"anyOf": [
1607 {
1608 "$ref": "#/components/schemas/WorkPoolFilterType"
1609 },
1610 {
1611 "type": "null"
1612 }
Missing negative tests
1613
],
1614 }
Missing negative tests
1615
},
Missing negative tests
1616
"type": "object"
1617 },
1618 "WorkPoolFilterId": {
1619 "additionalProperties": false,
Missing negative tests
1620
"properties": {
1621 "any_": {
Missing negative tests
1622
"anyOf": [
1623 {
1624 "items": {
Missing negative tests
1625
"format": "uuid",
Missing negative tests
1626
"type": "string"
1627 },
1628 "type": "array"
1629 },
1630 {
1631 "type": "null"
1632 }
Missing negative tests
1633
],
1634 }
Missing negative tests
1635
},
1636 "type": "object"
1637 },
1638 "WorkPoolFilterName": {
1639 "additionalProperties": false,
Missing negative tests
1640
"properties": {
1641 "any_": {
Missing negative tests
1642
"anyOf": [
1643 {
1644 "items": {
Missing negative tests
1645
"type": "string"
1646 },
1647 "type": "array"
1648 },
1649 {
1650 "type": "null"
1651 }
Missing negative tests
1652
],
1653 }
Missing negative tests
1654
},
1655 "type": "object"
1656 },
1657 "WorkPoolFilterType": {
1658 "additionalProperties": false,
Missing negative tests
1659
"properties": {
1660 "any_": {
Missing negative tests
1661
"anyOf": [
1662 {
1663 "items": {
Missing negative tests
1664
"type": "string"
1665 },
1666 "type": "array"
1667 },
1668 {
1669 "type": "null"
1670 }
Missing negative tests
1671
],
1672 }
Missing negative tests
1673
},
1674 "type": "object"
1675 }
1676 }
1677 }
1678}
Responses
seen average

200
Successful Response
189 5.56ms
422
Validation Error
41 1.42ms
default
Default
81 1.49ms
Examples
19 of 20 covered

Body: application/json
operator.default
 
"and_"
 
offset.default
 
0
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
sort.default
 
"NAME_ASC"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Path Parameters

name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 2.06ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json203 of 516 keywords covered
1{
2 "$ref": "#/components/schemas/Body_paginate_flows_flows_paginate_post",
3 "components": {
4 "schemas": {
5 "Body_paginate_flows_flows_paginate_post": {
Missing negative tests
6
"properties": {
7 "deployments": {
Missing negative tests
8
"anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
13 "type": "null"
14 }
Missing negative tests
15
]
16 },
17 "flow_runs": {
Missing negative tests
18
"anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
23 "type": "null"
24 }
Missing negative tests
25
]
26 },
27 "flows": {
Missing negative tests
28
"anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
Missing negative tests
35
]
36 },
37 "limit": {
Missing negative tests
38
"type": "integer"
39 },
40 "page": {
Missing negative tests
41
"minimum": 1.0,
Missing negative tests
42
"type": "integer"
43 },
44 "sort": {
Missing negative tests
45
"$ref": "#/components/schemas/FlowSort",
46 },
47 "task_runs": {
Missing negative tests
48
"anyOf": [
49 {
50 "$ref": "#/components/schemas/TaskRunFilter"
51 },
52 {
53 "type": "null"
54 }
Missing negative tests
55
]
56 },
57 "work_pools": {
Missing negative tests
58
"anyOf": [
59 {
60 "$ref": "#/components/schemas/WorkPoolFilter"
61 },
62 {
63 "type": "null"
64 }
Missing negative tests
65
]
66 }
Missing negative tests
67
},
68 "type": "object"
69 },
70 "DeploymentFilter": {
71 "additionalProperties": false,
Missing negative tests
72
"properties": {
73 "concurrency_limit": {
Missing negative tests
74
"anyOf": [
75 {
76 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
77 },
78 {
79 "type": "null"
80 }
Missing negative tests
81
],
82 "deprecated": true,
83 },
84 "flow_or_deployment_name": {
Missing negative tests
85
"anyOf": [
86 {
87 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
88 },
89 {
90 "type": "null"
91 }
Missing negative tests
92
],
93 },
94 "id": {
Missing negative tests
95
"anyOf": [
96 {
97 "$ref": "#/components/schemas/DeploymentFilterId"
98 },
99 {
100 "type": "null"
101 }
Missing negative tests
102
],
103 },
104 "name": {
Missing negative tests
105
"anyOf": [
106 {
107 "$ref": "#/components/schemas/DeploymentFilterName"
108 },
109 {
110 "type": "null"
111 }
Missing negative tests
112
],
113 },
114 "operator": {
Missing negative tests
115
"$ref": "#/components/schemas/Operator",
116 },
117 "paused": {
Missing negative tests
118
"anyOf": [
119 {
120 "$ref": "#/components/schemas/DeploymentFilterPaused"
121 },
122 {
123 "type": "null"
124 }
Missing negative tests
125
],
126 },
127 "tags": {
Missing negative tests
128
"anyOf": [
129 {
130 "$ref": "#/components/schemas/DeploymentFilterTags"
131 },
132 {
133 "type": "null"
134 }
Missing negative tests
135
],
136 },
137 "work_queue_name": {
Missing negative tests
138
"anyOf": [
139 {
140 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
141 },
142 {
143 "type": "null"
144 }
Missing negative tests
145
],
146 }
Missing negative tests
147
},
148 "type": "object"
149 },
150 "DeploymentFilterConcurrencyLimit": {
151 "additionalProperties": false,
Missing negative tests
152
"properties": {
153 "ge_": {
Missing negative tests
154
"anyOf": [
155 {
Missing positive tests
156
"type": "integer"
157 },
158 {
Missing negative tests
159
"type": "null"
160 }
Missing negative tests
161
],
162 },
163 "is_null_": {
Missing negative tests
164
"anyOf": [
165 {
166 "type": "boolean"
167 },
168 {
169 "type": "null"
170 }
Missing negative tests
171
],
172 },
173 "le_": {
Missing negative tests
174
"anyOf": [
175 {
176 "type": "integer"
177 },
178 {
179 "type": "null"
180 }
Missing negative tests
181
],
182 }
Missing negative tests
183
},
184 "type": "object"
185 },
186 "DeploymentFilterId": {
187 "additionalProperties": false,
Missing negative tests
188
"properties": {
189 "any_": {
Missing negative tests
190
"anyOf": [
191 {
192 "items": {
Missing negative tests
193
"format": "uuid",
Missing negative tests
194
"type": "string"
195 },
196 "type": "array"
197 },
198 {
199 "type": "null"
200 }
Missing negative tests
201
],
202 },
203 "not_any_": {
Missing negative tests
204
"anyOf": [
205 {
206 "items": {
Missing negative tests
207
"format": "uuid",
Missing negative tests
208
"type": "string"
209 },
210 "type": "array"
211 },
212 {
213 "type": "null"
214 }
Missing negative tests
215
],
216 }
Missing negative tests
217
},
218 "type": "object"
219 },
220 "DeploymentFilterName": {
221 "additionalProperties": false,
Missing negative tests
222
"properties": {
223 "any_": {
Missing negative tests
224
"anyOf": [
225 {
226 "items": {
Missing negative tests
227
"type": "string"
228 },
Missing negative tests
229
"type": "array"
230 },
231 {
Missing positive tests
232
"type": "null"
233 }
Missing negative tests
234
],
235 "examples": [
236 [
237 "my-deployment-1",
238 "my-deployment-2"
239 ]
240 ],
241 },
242 "like_": {
Missing negative tests
243
"anyOf": [
244 {
Missing negative tests
245
"type": "string"
246 },
247 {
Missing positive tests
248
"type": "null"
249 }
Missing negative tests
250
],
251 "examples": [
252 "marvin"
253 ],
254 }
Missing negative tests
255
},
256 "type": "object"
257 },
258 "DeploymentFilterPaused": {
259 "additionalProperties": false,
Missing negative tests
260
"properties": {
261 "eq_": {
Missing negative tests
262
"anyOf": [
263 {
264 "type": "boolean"
265 },
266 {
267 "type": "null"
268 }
Missing negative tests
269
],
270 }
Missing negative tests
271
},
272 "type": "object"
273 },
274 "DeploymentFilterTags": {
275 "additionalProperties": false,
Missing negative tests
276
"properties": {
277 "all_": {
Missing negative tests
278
"anyOf": [
279 {
280 "items": {
Missing negative tests
281
"type": "string"
282 },
283 "type": "array"
284 },
285 {
286 "type": "null"
287 }
Missing negative tests
288
],
289 "examples": [
290 [
291 "tag-1",
292 "tag-2"
293 ]
294 ],
295 },
296 "any_": {
Missing negative tests
297
"anyOf": [
298 {
299 "items": {
Missing negative tests
300
"type": "string"
301 },
Missing negative tests
302
"type": "array"
303 },
304 {
Missing positive tests
305
"type": "null"
306 }
Missing negative tests
307
],
308 "examples": [
309 [
310 "tag-1",
311 "tag-2"
312 ]
313 ],
314 },
315 "is_null_": {
Missing negative tests
316
"anyOf": [
317 {
Missing positive tests
318
"type": "boolean"
319 },
320 {
Missing negative tests
321
"type": "null"
322 }
Missing negative tests
323
],
324 },
325 "operator": {
Missing negative tests
326
"$ref": "#/components/schemas/Operator",
327 }
Missing negative tests
328
},
329 "type": "object"
330 },
331 "DeploymentFilterWorkQueueName": {
332 "additionalProperties": false,
Missing negative tests
333
"properties": {
334 "any_": {
Missing negative tests
335
"anyOf": [
336 {
337 "items": {
Missing negative tests
338
"type": "string"
339 },
340 "type": "array"
341 },
342 {
343 "type": "null"
344 }
Missing negative tests
345
],
346 "examples": [
347 [
348 "work_queue_1",
349 "work_queue_2"
350 ]
351 ],
352 }
Missing negative tests
353
},
354 "type": "object"
355 },
356 "DeploymentOrFlowNameFilter": {
357 "additionalProperties": false,
Missing negative tests
358
"properties": {
359 "like_": {
Missing negative tests
360
"anyOf": [
361 {
362 "type": "string"
363 },
364 {
365 "type": "null"
366 }
Missing negative tests
367
],
368 }
Missing negative tests
369
},
370 "type": "object"
371 },
372 "FlowFilter": {
373 "additionalProperties": false,
Missing negative tests
374
"properties": {
375 "deployment": {
Missing negative tests
376
"anyOf": [
377 {
378 "$ref": "#/components/schemas/FlowFilterDeployment"
379 },
380 {
381 "type": "null"
382 }
Missing negative tests
383
],
384 },
385 "id": {
Missing negative tests
386
"anyOf": [
387 {
388 "$ref": "#/components/schemas/FlowFilterId"
389 },
390 {
391 "type": "null"
392 }
Missing negative tests
393
],
394 },
395 "name": {
Missing negative tests
396
"anyOf": [
397 {
398 "$ref": "#/components/schemas/FlowFilterName"
399 },
400 {
401 "type": "null"
402 }
Missing negative tests
403
],
404 },
405 "operator": {
Missing negative tests
406
"$ref": "#/components/schemas/Operator",
407 },
408 "tags": {
Missing negative tests
409
"anyOf": [
410 {
411 "$ref": "#/components/schemas/FlowFilterTags"
412 },
413 {
414 "type": "null"
415 }
Missing negative tests
416
],
417 }
Missing negative tests
418
},
419 "type": "object"
420 },
421 "FlowFilterDeployment": {
422 "additionalProperties": false,
Missing negative tests
423
"properties": {
424 "is_null_": {
Missing negative tests
425
"anyOf": [
426 {
427 "type": "boolean"
428 },
429 {
430 "type": "null"
431 }
Missing negative tests
432
],
433 },
434 "operator": {
Missing negative tests
435
"$ref": "#/components/schemas/Operator",
436 }
Missing negative tests
437
},
438 "type": "object"
439 },
440 "FlowFilterId": {
441 "additionalProperties": false,
Missing negative tests
442
"properties": {
443 "any_": {
Missing negative tests
444
"anyOf": [
445 {
446 "items": {
Missing negative tests
447
"format": "uuid",
Missing negative tests
448
"type": "string"
449 },
450 "type": "array"
451 },
452 {
453 "type": "null"
454 }
Missing negative tests
455
],
456 }
Missing negative tests
457
},
458 "type": "object"
459 },
460 "FlowFilterName": {
461 "additionalProperties": false,
Missing negative tests
462
"properties": {
463 "any_": {
Missing negative tests
464
"anyOf": [
465 {
466 "items": {
Missing negative tests
467
"type": "string"
468 },
469 "type": "array"
470 },
471 {
472 "type": "null"
473 }
Missing negative tests
474
],
475 "examples": [
476 [
477 "my-flow-1",
478 "my-flow-2"
479 ]
480 ],
481 },
482 "like_": {
Missing negative tests
483
"anyOf": [
484 {
485 "type": "string"
486 },
487 {
488 "type": "null"
489 }
Missing negative tests
490
],
491 "examples": [
492 "marvin"
493 ],
494 }
Missing negative tests
495
},
496 "type": "object"
497 },
498 "FlowFilterTags": {
499 "additionalProperties": false,
Missing negative tests
500
"properties": {
501 "all_": {
Missing negative tests
502
"anyOf": [
503 {
504 "items": {
Missing negative tests
505
"type": "string"
506 },
507 "type": "array"
508 },
509 {
510 "type": "null"
511 }
Missing negative tests
512
],
513 "examples": [
514 [
515 "tag-1",
516 "tag-2"
517 ]
518 ],
519 },
520 "is_null_": {
Missing negative tests
521
"anyOf": [
522 {
523 "type": "boolean"
524 },
525 {
526 "type": "null"
527 }
Missing negative tests
528
],
529 },
530 "operator": {
Missing negative tests
531
"$ref": "#/components/schemas/Operator",
532 }
Missing negative tests
533
},
534 "type": "object"
535 },
536 "FlowRunFilter": {
537 "additionalProperties": false,
Missing negative tests
538
"properties": {
539 "deployment_id": {
Missing negative tests
540
"anyOf": [
541 {
542 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
543 },
544 {
545 "type": "null"
546 }
Missing negative tests
547
],
548 },
549 "end_time": {
Missing negative tests
550
"anyOf": [
551 {
552 "$ref": "#/components/schemas/FlowRunFilterEndTime"
553 },
554 {
555 "type": "null"
556 }
Missing negative tests
557
],
558 },
559 "expected_start_time": {
Missing negative tests
560
"anyOf": [
561 {
562 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
563 },
564 {
565 "type": "null"
566 }
Missing negative tests
567
],
568 },
569 "flow_version": {
Missing negative tests
570
"anyOf": [
571 {
572 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
573 },
574 {
575 "type": "null"
576 }
Missing negative tests
577
],
578 },
579 "id": {
Missing negative tests
580
"anyOf": [
581 {
582 "$ref": "#/components/schemas/FlowRunFilterId"
583 },
584 {
585 "type": "null"
586 }
Missing negative tests
587
],
588 },
589 "idempotency_key": {
Missing negative tests
590
"anyOf": [
591 {
592 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
593 },
594 {
595 "type": "null"
596 }
Missing negative tests
597
],
598 },
599 "name": {
Missing negative tests
600
"anyOf": [
601 {
602 "$ref": "#/components/schemas/FlowRunFilterName"
603 },
604 {
605 "type": "null"
606 }
Missing negative tests
607
],
608 },
609 "next_scheduled_start_time": {
Missing negative tests
610
"anyOf": [
611 {
612 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
613 },
614 {
615 "type": "null"
616 }
Missing negative tests
617
],
618 },
619 "operator": {
Missing negative tests
620
"$ref": "#/components/schemas/Operator",
621 },
622 "parent_flow_run_id": {
Missing negative tests
623
"anyOf": [
624 {
625 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
626 },
627 {
628 "type": "null"
629 }
Missing negative tests
630
],
631 },
632 "parent_task_run_id": {
Missing negative tests
633
"anyOf": [
634 {
635 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
636 },
637 {
638 "type": "null"
639 }
Missing negative tests
640
],
641 },
642 "start_time": {
Missing negative tests
643
"anyOf": [
644 {
645 "$ref": "#/components/schemas/FlowRunFilterStartTime"
646 },
647 {
648 "type": "null"
649 }
Missing negative tests
650
],
651 },
652 "state": {
Missing negative tests
653
"anyOf": [
654 {
655 "$ref": "#/components/schemas/FlowRunFilterState"
656 },
657 {
658 "type": "null"
659 }
Missing negative tests
660
],
661 },
662 "tags": {
Missing negative tests
663
"anyOf": [
664 {
665 "$ref": "#/components/schemas/FlowRunFilterTags"
666 },
667 {
668 "type": "null"
669 }
Missing negative tests
670
],
671 },
672 "work_queue_name": {
Missing negative tests
673
"anyOf": [
674 {
675 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
676 },
677 {
678 "type": "null"
679 }
Missing negative tests
680
],
681 }
Missing negative tests
682
},
683 "type": "object"
684 },
685 "FlowRunFilterDeploymentId": {
686 "additionalProperties": false,
Missing negative tests
687
"properties": {
688 "any_": {
Missing negative tests
689
"anyOf": [
690 {
691 "items": {
Missing negative tests
692
"format": "uuid",
Missing negative tests
693
"type": "string"
694 },
Missing negative tests
695
"type": "array"
696 },
697 {
Missing positive tests
698
"type": "null"
699 }
Missing negative tests
700
],
701 },
702 "is_null_": {
Missing negative tests
703
"anyOf": [
704 {
705 "type": "boolean"
706 },
707 {
708 "type": "null"
709 }
Missing negative tests
710
],
711 },
712 "operator": {
Missing negative tests
713
"$ref": "#/components/schemas/Operator",
714 }
Missing negative tests
715
},
716 "type": "object"
717 },
718 "FlowRunFilterEndTime": {
719 "additionalProperties": false,
Missing negative tests
720
"properties": {
721 "after_": {
Missing negative tests
722
"anyOf": [
723 {
Missing tests
724
"format": "date-time",
Missing positive tests
725
"type": "string"
726 },
727 {
Missing negative tests
728
"type": "null"
729 }
Missing negative tests
730
],
731 },
732 "before_": {
Missing negative tests
733
"anyOf": [
734 {
Missing tests
735
"format": "date-time",
Missing positive tests
736
"type": "string"
737 },
738 {
Missing negative tests
739
"type": "null"
740 }
Missing negative tests
741
],
742 },
743 "is_null_": {
Missing negative tests
744
"anyOf": [
745 {
746 "type": "boolean"
747 },
748 {
749 "type": "null"
750 }
Missing negative tests
751
],
752 }
Missing negative tests
753
},
754 "type": "object"
755 },
756 "FlowRunFilterExpectedStartTime": {
757 "additionalProperties": false,
Missing negative tests
758
"properties": {
759 "after_": {
Missing negative tests
760
"anyOf": [
761 {
Missing tests
762
"format": "date-time",
Missing positive tests
763
"type": "string"
764 },
765 {
Missing negative tests
766
"type": "null"
767 }
Missing negative tests
768
],
769 },
770 "before_": {
Missing negative tests
771
"anyOf": [
772 {
Missing tests
773
"format": "date-time",
Missing positive tests
774
"type": "string"
775 },
776 {
Missing negative tests
777
"type": "null"
778 }
Missing negative tests
779
],
780 }
Missing negative tests
781
},
782 "type": "object"
783 },
784 "FlowRunFilterFlowVersion": {
785 "additionalProperties": false,
Missing negative tests
786
"properties": {
787 "any_": {
Missing negative tests
788
"anyOf": [
789 {
790 "items": {
Missing tests
791
"type": "string"
792 },
Missing positive tests
793
"type": "array"
794 },
795 {
Missing negative tests
796
"type": "null"
797 }
Missing negative tests
798
],
799 }
Missing negative tests
800
},
801 "type": "object"
802 },
803 "FlowRunFilterId": {
804 "additionalProperties": false,
Missing negative tests
805
"properties": {
806 "any_": {
Missing negative tests
807
"anyOf": [
808 {
809 "items": {
Missing negative tests
810
"format": "uuid",
Missing negative tests
811
"type": "string"
812 },
813 "type": "array"
814 },
815 {
816 "type": "null"
817 }
Missing negative tests
818
],
819 },
820 "not_any_": {
Missing negative tests
821
"anyOf": [
822 {
823 "items": {
Missing negative tests
824
"format": "uuid",
Missing negative tests
825
"type": "string"
826 },
827 "type": "array"
828 },
829 {
830 "type": "null"
831 }
Missing negative tests
832
],
833 }
Missing negative tests
834
},
835 "type": "object"
836 },
837 "FlowRunFilterIdempotencyKey": {
838 "additionalProperties": false,
Missing negative tests
839
"properties": {
840 "any_": {
Missing negative tests
841
"anyOf": [
842 {
843 "items": {
Missing tests
844
"type": "string"
845 },
Missing positive tests
846
"type": "array"
847 },
848 {
Missing negative tests
849
"type": "null"
850 }
Missing negative tests
851
],
852 },
853 "not_any_": {
Missing negative tests
854
"anyOf": [
855 {
856 "items": {
Missing negative tests
857
"type": "string"
858 },
859 "type": "array"
860 },
861 {
862 "type": "null"
863 }
Missing negative tests
864
],
865 }
Missing negative tests
866
},
867 "type": "object"
868 },
869 "FlowRunFilterName": {
870 "additionalProperties": false,
Missing negative tests
871
"properties": {
872 "any_": {
Missing negative tests
873
"anyOf": [
874 {
875 "items": {
Missing negative tests
876
"type": "string"
877 },
878 "type": "array"
879 },
880 {
881 "type": "null"
882 }
Missing negative tests
883
],
884 "examples": [
885 [
886 "my-flow-run-1",
887 "my-flow-run-2"
888 ]
889 ],
890 },
891 "like_": {
Missing negative tests
892
"anyOf": [
893 {
894 "type": "string"
895 },
896 {
897 "type": "null"
898 }
Missing negative tests
899
],
900 "examples": [
901 "marvin"
902 ],
903 }
Missing negative tests
904
},
905 "type": "object"
906 },
907 "FlowRunFilterNextScheduledStartTime": {
908 "additionalProperties": false,
Missing negative tests
909
"properties": {
910 "after_": {
Missing negative tests
911
"anyOf": [
912 {
Missing tests
913
"format": "date-time",
Missing positive tests
914
"type": "string"
915 },
916 {
Missing negative tests
917
"type": "null"
918 }
Missing negative tests
919
],
920 },
921 "before_": {
Missing negative tests
922
"anyOf": [
923 {
Missing negative tests
924
"format": "date-time",
Missing negative tests
925
"type": "string"
926 },
927 {
Missing positive tests
928
"type": "null"
929 }
Missing negative tests
930
],
931 }
Missing negative tests
932
},
933 "type": "object"
934 },
935 "FlowRunFilterParentFlowRunId": {
936 "additionalProperties": false,
Missing negative tests
937
"properties": {
938 "any_": {
Missing negative tests
939
"anyOf": [
940 {
941 "items": {
Missing negative tests
942
"format": "uuid",
Missing negative tests
943
"type": "string"
944 },
945 "type": "array"
946 },
947 {
948 "type": "null"
949 }
Missing negative tests
950
],
951 },
952 "operator": {
Missing negative tests
953
"$ref": "#/components/schemas/Operator",
954 }
Missing negative tests
955
},
956 "type": "object"
957 },
958 "FlowRunFilterParentTaskRunId": {
959 "additionalProperties": false,
Missing negative tests
960
"properties": {
961 "any_": {
Missing negative tests
962
"anyOf": [
963 {
964 "items": {
Missing negative tests
965
"format": "uuid",
Missing negative tests
966
"type": "string"
967 },
968 "type": "array"
969 },
970 {
971 "type": "null"
972 }
Missing negative tests
973
],
974 },
975 "is_null_": {
Missing negative tests
976
"anyOf": [
977 {
Missing positive tests
978
"type": "boolean"
979 },
980 {
Missing negative tests
981
"type": "null"
982 }
Missing negative tests
983
],
984 },
985 "operator": {
Missing negative tests
986
"$ref": "#/components/schemas/Operator",
987 }
Missing negative tests
988
},
989 "type": "object"
990 },
991 "FlowRunFilterStartTime": {
992 "additionalProperties": false,
Missing negative tests
993
"properties": {
994 "after_": {
Missing negative tests
995
"anyOf": [
996 {
Missing negative tests
997
"format": "date-time",
Missing negative tests
998
"type": "string"
999 },
1000 {
Missing positive tests
1001
"type": "null"
1002 }
Missing negative tests
1003
],
1004 },
1005 "before_": {
Missing negative tests
1006
"anyOf": [
1007 {
Missing negative tests
1008
"format": "date-time",
1009 "type": "string"
1010 },
1011 {
1012 "type": "null"
1013 }
Missing negative tests
1014
],
1015 },
1016 "is_null_": {
Missing negative tests
1017
"anyOf": [
1018 {
1019 "type": "boolean"
1020 },
1021 {
1022 "type": "null"
1023 }
Missing negative tests
1024
],
1025 }
Missing negative tests
1026
},
1027 "type": "object"
1028 },
1029 "FlowRunFilterState": {
1030 "additionalProperties": false,
Missing negative tests
1031
"properties": {
1032 "name": {
Missing negative tests
1033
"anyOf": [
1034 {
1035 "$ref": "#/components/schemas/FlowRunFilterStateName"
1036 },
1037 {
1038 "type": "null"
1039 }
Missing negative tests
1040
],
1041 },
1042 "operator": {
Missing negative tests
1043
"$ref": "#/components/schemas/Operator",
1044 },
1045 "type": {
Missing negative tests
1046
"anyOf": [
1047 {
1048 "$ref": "#/components/schemas/FlowRunFilterStateType"
1049 },
1050 {
1051 "type": "null"
1052 }
Missing negative tests
1053
],
1054 }
Missing negative tests
1055
},
1056 "type": "object"
1057 },
1058 "FlowRunFilterStateName": {
1059 "additionalProperties": false,
Missing negative tests
1060
"properties": {
1061 "any_": {
Missing negative tests
1062
"anyOf": [
1063 {
1064 "items": {
Missing negative tests
1065
"type": "string"
1066 },
Missing negative tests
1067
"type": "array"
1068 },
1069 {
Missing positive tests
1070
"type": "null"
1071 }
Missing negative tests
1072
],
1073 },
1074 "not_any_": {
Missing negative tests
1075
"anyOf": [
1076 {
1077 "items": {
Missing tests
1078
"type": "string"
1079 },
Missing positive tests
1080
"type": "array"
1081 },
1082 {
Missing negative tests
1083
"type": "null"
1084 }
Missing negative tests
1085
],
1086 }
Missing negative tests
1087
},
1088 "type": "object"
1089 },
1090 "FlowRunFilterStateType": {
1091 "additionalProperties": false,
Missing tests
1092
"properties": {
1093 "any_": {
Missing tests
1094
"anyOf": [
1095 {
1096 "items": {
Missing tests
1097
"$ref": "#/components/schemas/StateType"
1098 },
Missing tests
1099
"type": "array"
1100 },
1101 {
Missing tests
1102
"type": "null"
1103 }
Missing tests
1104
],
1105 },
1106 "not_any_": {
Missing tests
1107
"anyOf": [
1108 {
1109 "items": {
Missing tests
1110
"$ref": "#/components/schemas/StateType"
1111 },
Missing tests
1112
"type": "array"
1113 },
1114 {
Missing tests
1115
"type": "null"
1116 }
Missing tests
1117
],
1118 }
Missing tests
1119
},
1120 "type": "object"
1121 },
1122 "FlowRunFilterTags": {
1123 "additionalProperties": false,
Missing negative tests
1124
"properties": {
1125 "all_": {
Missing negative tests
1126
"anyOf": [
1127 {
1128 "items": {
Missing negative tests
1129
"type": "string"
1130 },
Missing negative tests
1131
"type": "array"
1132 },
1133 {
Missing positive tests
1134
"type": "null"
1135 }
Missing negative tests
1136
],
1137 "examples": [
1138 [
1139 "tag-1",
1140 "tag-2"
1141 ]
1142 ],
1143 },
1144 "any_": {
Missing negative tests
1145
"anyOf": [
1146 {
1147 "items": {
Missing negative tests
1148
"type": "string"
1149 },
Missing negative tests
1150
"type": "array"
1151 },
1152 {
Missing positive tests
1153
"type": "null"
1154 }
Missing negative tests
1155
],
1156 "examples": [
1157 [
1158 "tag-1",
1159 "tag-2"
1160 ]
1161 ],
1162 },
1163 "is_null_": {
Missing negative tests
1164
"anyOf": [
1165 {
Missing negative tests
1166
"type": "boolean"
1167 },
1168 {
Missing positive tests
1169
"type": "null"
1170 }
Missing negative tests
1171
],
1172 },
1173 "operator": {
Missing tests
1174
"$ref": "#/components/schemas/Operator",
1175 }
Missing negative tests
1176
},
1177 "type": "object"
1178 },
1179 "FlowRunFilterWorkQueueName": {
1180 "additionalProperties": false,
Missing negative tests
1181
"properties": {
1182 "any_": {
Missing negative tests
1183
"anyOf": [
1184 {
1185 "items": {
Missing negative tests
1186
"type": "string"
1187 },
1188 "type": "array"
1189 },
1190 {
1191 "type": "null"
1192 }
Missing negative tests
1193
],
1194 "examples": [
1195 [
1196 "work_queue_1",
1197 "work_queue_2"
1198 ]
1199 ],
1200 },
1201 "is_null_": {
Missing negative tests
1202
"anyOf": [
1203 {
1204 "type": "boolean"
1205 },
1206 {
1207 "type": "null"
1208 }
Missing negative tests
1209
],
1210 },
1211 "operator": {
Missing negative tests
1212
"$ref": "#/components/schemas/Operator",
1213 }
Missing negative tests
1214
},
1215 "type": "object"
1216 },
1217 "FlowSort": {
Missing negative tests
1218
"enum": [
1219 "CREATED_DESC",
1220 "UPDATED_DESC",
1221 "NAME_ASC",
1222 "NAME_DESC"
Missing negative tests
1223
],
Missing negative tests
1224
"type": "string"
1225 },
1226 "Operator": {
Missing negative tests
1227
"enum": [
1228 "and_",
1229 "or_"
Missing negative tests
1230
],
Missing negative tests
1231
"type": "string"
1232 },
1233 "StateType": {
Missing tests
1234
"enum": [
1235 "SCHEDULED",
1236 "PENDING",
1237 "RUNNING",
1238 "COMPLETED",
1239 "FAILED",
1240 "CANCELLED",
1241 "CRASHED",
1242 "PAUSED",
1243 "CANCELLING"
Missing tests
1244
],
Missing tests
1245
"type": "string"
1246 },
1247 "TaskRunFilter": {
1248 "additionalProperties": false,
Missing negative tests
1249
"properties": {
1250 "expected_start_time": {
Missing negative tests
1251
"anyOf": [
1252 {
1253 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1254 },
1255 {
1256 "type": "null"
1257 }
Missing negative tests
1258
],
1259 },
1260 "flow_run_id": {
Missing negative tests
1261
"anyOf": [
1262 {
1263 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1264 },
1265 {
1266 "type": "null"
1267 }
Missing negative tests
1268
],
1269 },
1270 "id": {
Missing negative tests
1271
"anyOf": [
1272 {
1273 "$ref": "#/components/schemas/TaskRunFilterId"
1274 },
1275 {
1276 "type": "null"
1277 }
Missing negative tests
1278
],
1279 },
1280 "name": {
Missing negative tests
1281
"anyOf": [
1282 {
1283 "$ref": "#/components/schemas/TaskRunFilterName"
1284 },
1285 {
1286 "type": "null"
1287 }
Missing negative tests
1288
],
1289 },
1290 "operator": {
Missing negative tests
1291
"$ref": "#/components/schemas/Operator",
1292 },
1293 "start_time": {
Missing negative tests
1294
"anyOf": [
1295 {
1296 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1297 },
1298 {
1299 "type": "null"
1300 }
Missing negative tests
1301
],
1302 },
1303 "state": {
Missing negative tests
1304
"anyOf": [
1305 {
1306 "$ref": "#/components/schemas/TaskRunFilterState"
1307 },
1308 {
1309 "type": "null"
1310 }
Missing negative tests
1311
],
1312 },
1313 "subflow_runs": {
Missing negative tests
1314
"anyOf": [
1315 {
1316 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1317 },
1318 {
1319 "type": "null"
1320 }
Missing negative tests
1321
],
1322 },
1323 "tags": {
Missing negative tests
1324
"anyOf": [
1325 {
1326 "$ref": "#/components/schemas/TaskRunFilterTags"
1327 },
1328 {
1329 "type": "null"
1330 }
Missing negative tests
1331
],
1332 }
Missing negative tests
1333
},
1334 "type": "object"
1335 },
1336 "TaskRunFilterExpectedStartTime": {
1337 "additionalProperties": false,
Missing negative tests
1338
"properties": {
1339 "after_": {
Missing negative tests
1340
"anyOf": [
1341 {
Missing tests
1342
"format": "date-time",
Missing positive tests
1343
"type": "string"
1344 },
1345 {
Missing negative tests
1346
"type": "null"
1347 }
Missing negative tests
1348
],
1349 },
1350 "before_": {
Missing negative tests
1351
"anyOf": [
1352 {
Missing negative tests
1353
"format": "date-time",
1354 "type": "string"
1355 },
1356 {
1357 "type": "null"
1358 }
Missing negative tests
1359
],
1360 }
Missing negative tests
1361
},
1362 "type": "object"
1363 },
1364 "TaskRunFilterFlowRunId": {
1365 "additionalProperties": false,
Missing negative tests
1366
"properties": {
1367 "any_": {
Missing negative tests
1368
"anyOf": [
1369 {
1370 "items": {
Missing tests
1371
"format": "uuid",
Missing tests
1372
"type": "string"
1373 },
Missing positive tests
1374
"type": "array"
1375 },
1376 {
Missing negative tests
1377
"type": "null"
1378 }
Missing negative tests
1379
],
1380 },
1381 "is_null_": {
Missing negative tests
1382
"anyOf": [
1383 {
Missing positive tests
1384
"type": "boolean"
1385 },
1386 {
Missing negative tests
1387
"type": "null"
1388 }
Missing negative tests
1389
],
1390 },
1391 "operator": {
Missing negative tests
1392
"$ref": "#/components/schemas/Operator",
1393 }
Missing negative tests
1394
},
1395 "type": "object"
1396 },
1397 "TaskRunFilterId": {
1398 "additionalProperties": false,
Missing negative tests
1399
"properties": {
1400 "any_": {
Missing negative tests
1401
"anyOf": [
1402 {
1403 "items": {
Missing tests
1404
"format": "uuid",
Missing tests
1405
"type": "string"
1406 },
Missing positive tests
1407
"type": "array"
1408 },
1409 {
Missing negative tests
1410
"type": "null"
1411 }
Missing negative tests
1412
],
1413 }
Missing negative tests
1414
},
1415 "type": "object"
1416 },
1417 "TaskRunFilterName": {
1418 "additionalProperties": false,
Missing negative tests
1419
"properties": {
1420 "any_": {
Missing negative tests
1421
"anyOf": [
1422 {
1423 "items": {
Missing negative tests
1424
"type": "string"
1425 },
Missing negative tests
1426
"type": "array"
1427 },
1428 {
Missing positive tests
1429
"type": "null"
1430 }
Missing negative tests
1431
],
1432 "examples": [
1433 [
1434 "my-task-run-1",
1435 "my-task-run-2"
1436 ]
1437 ],
1438 },
1439 "like_": {
Missing negative tests
1440
"anyOf": [
1441 {
1442 "type": "string"
1443 },
1444 {
1445 "type": "null"
1446 }
Missing negative tests
1447
],
1448 "examples": [
1449 "marvin"
1450 ],
1451 }
Missing negative tests
1452
},
1453 "type": "object"
1454 },
1455 "TaskRunFilterStartTime": {
1456 "additionalProperties": false,
Missing negative tests
1457
"properties": {
1458 "after_": {
Missing negative tests
1459
"anyOf": [
1460 {
Missing negative tests
1461
"format": "date-time",
1462 "type": "string"
1463 },
1464 {
1465 "type": "null"
1466 }
Missing negative tests
1467
],
1468 },
1469 "before_": {
Missing negative tests
1470
"anyOf": [
1471 {
Missing negative tests
1472
"format": "date-time",
1473 "type": "string"
1474 },
1475 {
1476 "type": "null"
1477 }
Missing negative tests
1478
],
1479 },
1480 "is_null_": {
Missing negative tests
1481
"anyOf": [
1482 {
Missing positive tests
1483
"type": "boolean"
1484 },
1485 {
Missing negative tests
1486
"type": "null"
1487 }
Missing negative tests
1488
],
1489 }
Missing negative tests
1490
},
1491 "type": "object"
1492 },
1493 "TaskRunFilterState": {
1494 "additionalProperties": false,
Missing negative tests
1495
"properties": {
1496 "name": {
Missing negative tests
1497
"anyOf": [
1498 {
Missing negative tests
1499
"$ref": "#/components/schemas/TaskRunFilterStateName"
1500 },
1501 {
Missing positive tests
1502
"type": "null"
1503 }
Missing negative tests
1504
],
1505 },
1506 "operator": {
Missing negative tests
1507
"$ref": "#/components/schemas/Operator",
1508 },
1509 "type": {
Missing negative tests
1510
"anyOf": [
1511 {
Missing positive tests
1512
"$ref": "#/components/schemas/TaskRunFilterStateType"
1513 },
1514 {
Missing negative tests
1515
"type": "null"
1516 }
Missing negative tests
1517
],
1518 }
Missing negative tests
1519
},
1520 "type": "object"
1521 },
1522 "TaskRunFilterStateName": {
1523 "additionalProperties": false,
Missing negative tests
1524
"properties": {
1525 "any_": {
Missing negative tests
1526
"anyOf": [
1527 {
1528 "items": {
Missing negative tests
1529
"type": "string"
1530 },
1531 "type": "array"
1532 },
1533 {
1534 "type": "null"
1535 }
Missing negative tests
1536
],
1537 }
Missing negative tests
1538
},
Missing negative tests
1539
"type": "object"
1540 },
1541 "TaskRunFilterStateType": {
1542 "additionalProperties": false,
Missing tests
1543
"properties": {
1544 "any_": {
Missing tests
1545
"anyOf": [
1546 {
1547 "items": {
Missing tests
1548
"$ref": "#/components/schemas/StateType"
1549 },
Missing tests
1550
"type": "array"
1551 },
1552 {
Missing tests
1553
"type": "null"
1554 }
Missing tests
1555
],
1556 }
Missing tests
1557
},
Missing positive tests
1558
"type": "object"
1559 },
1560 "TaskRunFilterSubFlowRuns": {
1561 "additionalProperties": false,
Missing negative tests
1562
"properties": {
1563 "exists_": {
Missing negative tests
1564
"anyOf": [
1565 {
Missing positive tests
1566
"type": "boolean"
1567 },
1568 {
Missing negative tests
1569
"type": "null"
1570 }
Missing negative tests
1571
],
1572 }
Missing negative tests
1573
},
1574 "type": "object"
1575 },
1576 "TaskRunFilterTags": {
1577 "additionalProperties": false,
Missing negative tests
1578
"properties": {
1579 "all_": {
Missing negative tests
1580
"anyOf": [
1581 {
1582 "items": {
Missing negative tests
1583
"type": "string"
1584 },
1585 "type": "array"
1586 },
1587 {
1588 "type": "null"
1589 }
Missing negative tests
1590
],
1591 "examples": [
1592 [
1593 "tag-1",
1594 "tag-2"
1595 ]
1596 ],
1597 },
1598 "is_null_": {
Missing negative tests
1599
"anyOf": [
1600 {
Missing positive tests
1601
"type": "boolean"
1602 },
1603 {
Missing negative tests
1604
"type": "null"
1605 }
Missing negative tests
1606
],
1607 },
1608 "operator": {
Missing negative tests
1609
"$ref": "#/components/schemas/Operator",
1610 }
Missing negative tests
1611
},
1612 "type": "object"
1613 },
1614 "WorkPoolFilter": {
1615 "additionalProperties": false,
Missing negative tests
1616
"properties": {
1617 "id": {
Missing negative tests
1618
"anyOf": [
1619 {
1620 "$ref": "#/components/schemas/WorkPoolFilterId"
1621 },
1622 {
1623 "type": "null"
1624 }
Missing negative tests
1625
],
1626 },
1627 "name": {
Missing negative tests
1628
"anyOf": [
1629 {
1630 "$ref": "#/components/schemas/WorkPoolFilterName"
1631 },
1632 {
1633 "type": "null"
1634 }
Missing negative tests
1635
],
1636 },
1637 "operator": {
Missing negative tests
1638
"$ref": "#/components/schemas/Operator",
1639 },
1640 "type": {
Missing negative tests
1641
"anyOf": [
1642 {
1643 "$ref": "#/components/schemas/WorkPoolFilterType"
1644 },
1645 {
1646 "type": "null"
1647 }
Missing negative tests
1648
],
1649 }
Missing negative tests
1650
},
1651 "type": "object"
1652 },
1653 "WorkPoolFilterId": {
1654 "additionalProperties": false,
Missing negative tests
1655
"properties": {
1656 "any_": {
Missing negative tests
1657
"anyOf": [
1658 {
1659 "items": {
Missing negative tests
1660
"format": "uuid",
Missing negative tests
1661
"type": "string"
1662 },
1663 "type": "array"
1664 },
1665 {
1666 "type": "null"
1667 }
Missing negative tests
1668
],
1669 }
Missing negative tests
1670
},
1671 "type": "object"
1672 },
1673 "WorkPoolFilterName": {
1674 "additionalProperties": false,
Missing negative tests
1675
"properties": {
1676 "any_": {
Missing negative tests
1677
"anyOf": [
1678 {
1679 "items": {
Missing tests
1680
"type": "string"
1681 },
1682 "type": "array"
1683 },
1684 {
1685 "type": "null"
1686 }
Missing negative tests
1687
],
1688 }
Missing negative tests
1689
},
1690 "type": "object"
1691 },
1692 "WorkPoolFilterType": {
1693 "additionalProperties": false,
Missing negative tests
1694
"properties": {
1695 "any_": {
Missing negative tests
1696
"anyOf": [
1697 {
1698 "items": {
Missing negative tests
1699
"type": "string"
1700 },
1701 "type": "array"
1702 },
1703 {
1704 "type": "null"
1705 }
Missing negative tests
1706
],
1707 }
Missing negative tests
1708
},
1709 "type": "object"
1710 }
1711 }
1712 }
1713}
Responses
seen average

200
Successful Response
206 7.00ms
422
Validation Error
48 1.46ms
default
Default
86 11.51ms
Examples
14 of 20 covered

Body: application/json
operator.default
 
"and_"
 
sort.default
 
"NAME_ASC"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
page.default
 
1
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
17 2.30ms
422
Validation Error
0 -
default
Default
34 1.92ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
16 2.41ms
422
Validation Error
0 -
default
Default
37 1.69ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json0 of 5 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/FlowUpdate",
3 "components": {
4 "schemas": {
5 "FlowUpdate": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "tags": {
9 "examples": [
10 [
11 "tag-1",
12 "tag-2"
13 ]
14 ],
15 "items": {
Missing negative tests
16
"type": "string"
17 },
Missing negative tests
18
"type": "array"
19 }
Missing negative tests
20
},
Missing negative tests
21
"type": "object"
22 }
23 }
24 }
25}
Responses
seen average

204
Successful Response
13 2.79ms
422
Validation Error
0 -
default
Default
16 1.94ms
Responses
seen average

200
Successful Response
2 0.47ms
default
Default
0 -
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
4 0.79ms
422
Validation Error
0 -
default
Default
1 1.23ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json13 of 18 keywords covered
1{
2 "components": {
3 "schemas": {
4 "LogCreate": {
5 "additionalProperties": false,
6 "properties": {
7 "flow_run_id": {
8 "anyOf": [
9 {
10 "format": "uuid",
11 "type": "string"
12 },
13 {
14 "type": "null"
15 }
16 ],
17 },
18 "level": {
Missing negative tests
19
"type": "integer"
20 },
21 "message": {
Missing negative tests
22
"type": "string"
23 },
24 "name": {
Missing negative tests
25
"type": "string"
26 },
27 "task_run_id": {
28 "anyOf": [
29 {
Missing positive tests
30
"format": "uuid",
31 "type": "string"
32 },
33 {
34 "type": "null"
35 }
36 ],
37 },
38 "timestamp": {
39 "format": "date-time",
40 "type": "string"
41 }
42 },
43 "required": [
44 "name",
45 "level",
46 "message",
47 "timestamp"
48 ],
49 "type": "object"
50 }
51 }
52 },
53 "items": {
54 "$ref": "#/components/schemas/LogCreate"
55 },
Missing negative tests
56
"type": "array"
57}
Responses
seen average

201
Successful Response
10 2.55ms
422
Validation Error
25 1.31ms
default
Default
1 14.39ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 72 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_logs_logs_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_logs_logs_filter_post": {
Missing negative tests
6
"properties": {
7 "limit": {
Missing tests
8
"type": "integer"
9 },
10 "logs": {
Missing negative tests
11
"anyOf": [
12 {
Missing negative tests
13
"$ref": "#/components/schemas/LogFilter"
14 },
15 {
Missing positive tests
16
"type": "null"
17 }
Missing negative tests
18
]
19 },
20 "offset": {
Missing tests
21
"minimum": 0.0,
Missing tests
22
"type": "integer"
23 },
24 "sort": {
Missing tests
25
"$ref": "#/components/schemas/LogSort",
26 }
Missing negative tests
27
},
28 "type": "object"
29 },
30 "LogFilter": {
31 "additionalProperties": false,
Missing negative tests
32
"properties": {
33 "flow_run_id": {
Missing tests
34
"anyOf": [
35 {
Missing tests
36
"$ref": "#/components/schemas/LogFilterFlowRunId"
37 },
38 {
Missing tests
39
"type": "null"
40 }
Missing tests
41
],
42 },
43 "level": {
Missing negative tests
44
"anyOf": [
45 {
Missing negative tests
46
"$ref": "#/components/schemas/LogFilterLevel"
47 },
48 {
Missing positive tests
49
"type": "null"
50 }
Missing negative tests
51
],
52 },
53 "operator": {
Missing tests
54
"$ref": "#/components/schemas/Operator",
55 },
56 "task_run_id": {
Missing tests
57
"anyOf": [
58 {
Missing tests
59
"$ref": "#/components/schemas/LogFilterTaskRunId"
60 },
61 {
Missing tests
62
"type": "null"
63 }
Missing tests
64
],
65 },
66 "text": {
Missing negative tests
67
"anyOf": [
68 {
Missing negative tests
69
"$ref": "#/components/schemas/LogFilterTextSearch"
70 },
71 {
Missing positive tests
72
"type": "null"
73 }
Missing negative tests
74
],
75 },
76 "timestamp": {
Missing tests
77
"anyOf": [
78 {
Missing tests
79
"$ref": "#/components/schemas/LogFilterTimestamp"
80 },
81 {
Missing tests
82
"type": "null"
83 }
Missing tests
84
],
85 }
Missing negative tests
86
},
Missing negative tests
87
"type": "object"
88 },
89 "LogFilterFlowRunId": {
90 "additionalProperties": false,
Missing tests
91
"properties": {
92 "any_": {
Missing tests
93
"anyOf": [
94 {
95 "items": {
Missing tests
96
"format": "uuid",
Missing tests
97
"type": "string"
98 },
Missing tests
99
"type": "array"
100 },
101 {
Missing tests
102
"type": "null"
103 }
Missing tests
104
],
105 }
Missing tests
106
},
Missing tests
107
"type": "object"
108 },
109 "LogFilterLevel": {
110 "additionalProperties": false,
Missing negative tests
111
"properties": {
112 "ge_": {
Missing negative tests
113
"anyOf": [
114 {
Missing negative tests
115
"type": "integer"
116 },
117 {
Missing positive tests
118
"type": "null"
119 }
Missing negative tests
120
],
121 "examples": [
122 20
123 ],
124 },
125 "le_": {
Missing negative tests
126
"anyOf": [
127 {
Missing negative tests
128
"type": "integer"
129 },
130 {
Missing positive tests
131
"type": "null"
132 }
Missing negative tests
133
],
134 "examples": [
135 50
136 ],
137 }
Missing negative tests
138
},
Missing negative tests
139
"type": "object"
140 },
141 "LogFilterTaskRunId": {
142 "additionalProperties": false,
Missing tests
143
"properties": {
144 "any_": {
Missing tests
145
"anyOf": [
146 {
147 "items": {
Missing tests
148
"format": "uuid",
Missing tests
149
"type": "string"
150 },
Missing tests
151
"type": "array"
152 },
153 {
Missing tests
154
"type": "null"
155 }
Missing tests
156
],
157 },
158 "is_null_": {
Missing tests
159
"anyOf": [
160 {
Missing tests
161
"type": "boolean"
162 },
163 {
Missing tests
164
"type": "null"
165 }
Missing tests
166
],
167 }
Missing tests
168
},
Missing tests
169
"type": "object"
170 },
171 "LogFilterTextSearch": {
172 "additionalProperties": false,
Missing negative tests
173
"properties": {
174 "query": {
175 "examples": [
176 "error",
177 "error -debug",
178 "\"connection timeout\"",
179 "+required -excluded"
180 ],
Missing negative tests
181
"maxLength": 200,
Missing negative tests
182
"type": "string"
183 }
Missing negative tests
184
},
Missing negative tests
185
"required": [
186 "query"
Missing negative tests
187
],
Missing negative tests
188
"type": "object"
189 },
190 "LogFilterTimestamp": {
191 "additionalProperties": false,
Missing tests
192
"properties": {
193 "after_": {
Missing tests
194
"anyOf": [
195 {
Missing tests
196
"format": "date-time",
Missing tests
197
"type": "string"
198 },
199 {
Missing tests
200
"type": "null"
201 }
Missing tests
202
],
203 },
204 "before_": {
Missing tests
205
"anyOf": [
206 {
Missing tests
207
"format": "date-time",
Missing tests
208
"type": "string"
209 },
210 {
Missing tests
211
"type": "null"
212 }
Missing tests
213
],
214 }
Missing tests
215
},
Missing tests
216
"type": "object"
217 },
218 "LogSort": {
Missing tests
219
"enum": [
220 "TIMESTAMP_ASC",
221 "TIMESTAMP_DESC"
Missing tests
222
],
Missing tests
223
"type": "string"
224 },
225 "Operator": {
Missing tests
226
"enum": [
227 "and_",
228 "or_"
Missing tests
229
],
Missing tests
230
"type": "string"
231 }
232 }
233 }
234}
Responses
seen average

200
Successful Response
8 3.44ms
422
Validation Error
2 1.77ms
default
Default
1 1.34ms
Examples
0 of 3 covered

Body: application/json
operator.default
 
"and_"
 
sort.default
 
"TIMESTAMP_ASC"
 
offset.default
 
0
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
4 1.33ms
422
Validation Error
0 -
default
Default
1 1.06ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json14 of 14 keywords covered
1{
2 "$ref": "#/components/schemas/SavedSearchCreate",
3 "components": {
4 "schemas": {
5 "SavedSearchCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "filters": {
9 "items": {
10 "$ref": "#/components/schemas/SavedSearchFilter"
11 },
12 "type": "array"
13 },
14 "name": {
15 "type": "string"
16 }
17 },
18 "required": [
19 "name"
20 ],
21 "type": "object"
22 },
23 "SavedSearchFilter": {
24 "properties": {
25 "object": {
26 "type": "string"
27 },
28 "operation": {
29 "type": "string"
30 },
31 "property": {
32 "type": "string"
33 },
34 "type": {
35 "type": "string"
36 },
37 "value": {
38 }
39 },
40 "required": [
41 "object",
42 "property",
43 "type",
44 "operation",
45 "value"
46 ],
47 "type": "object"
48 }
49 }
50 }
51}
Responses
seen average

200
Successful Response
2 3.05ms
422
Validation Error
47 1.32ms
default
Default
2 3.20ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 6 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_saved_searches_saved_searches_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_saved_searches_saved_searches_filter_post": {
Missing negative tests
6
"properties": {
7 "limit": {
Missing negative tests
8
"type": "integer"
9 },
10 "offset": {
Missing negative tests
11
"minimum": 0.0,
Missing negative tests
12
"type": "integer"
13 }
Missing negative tests
14
},
15 "type": "object"
16 }
17 }
18 }
19}
Responses
seen average

200
Successful Response
146 2.45ms
422
Validation Error
42 1.19ms
default
Default
48 1.55ms
Examples
1 of 1 covered

Body: application/json
offset.default
 
0
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
2 4.24ms
422
Validation Error
0 -
default
Default
12 1.87ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
5 1.79ms
Query Parameters

task_run_id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
14 2.09ms
422
Validation Error
6 1.31ms
default
Default
5 1.06ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 2.02ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json62 of 167 keywords covered
1{
2 "$ref": "#/components/schemas/TaskRunCreate",
3 "components": {
4 "schemas": {
5 "Constant": {
6 "properties": {
7 "input_type": {
8 "const": "constant",
Missing negative tests
9
"type": "string"
10 },
11 "type": {
Missing negative tests
12
"type": "string"
13 }
14 },
15 "required": [
16 "type"
17 ],
Missing negative tests
18
"type": "object"
19 },
20 "FlowRunResult": {
21 "properties": {
22 "id": {
Missing negative tests
23
"format": "uuid",
Missing negative tests
24
"type": "string"
25 },
26 "input_type": {
27 "const": "flow_run",
Missing negative tests
28
"type": "string"
29 }
30 },
31 "required": [
32 "id"
33 ],
Missing negative tests
34
"type": "object"
35 },
36 "Parameter": {
Missing positive tests
37
"properties": {
38 "input_type": {
Missing positive tests
39
"const": "parameter",
Missing negative tests
40
"type": "string"
41 },
42 "name": {
Missing tests
43
"type": "string"
44 }
Missing positive tests
45
},
Missing positive tests
46
"required": [
47 "name"
Missing positive tests
48
],
Missing negative tests
49
"type": "object"
50 },
51 "StateCreate": {
52 "additionalProperties": false,
Missing negative tests
53
"properties": {
54 "data": {
Negative tests not applicable
55
"anyOf": [
56 {},
57 {
58 "type": "null"
59 }
Negative tests not applicable
60
],
61 },
62 "message": {
Missing negative tests
63
"anyOf": [
64 {
65 "type": "string"
66 },
67 {
68 "type": "null"
69 }
Missing negative tests
70
],
71 },
72 "name": {
Missing negative tests
73
"anyOf": [
74 {
75 "type": "string"
76 },
77 {
78 "type": "null"
79 }
Missing negative tests
80
],
81 },
82 "state_details": {
Missing negative tests
83
"$ref": "#/components/schemas/StateDetails",
84 },
85 "type": {
Missing negative tests
86
"$ref": "#/components/schemas/StateType",
87 }
Missing negative tests
88
},
Missing negative tests
89
"required": [
90 "type"
Missing negative tests
91
],
92 "type": "object"
93 },
94 "StateDetails": {
Missing negative tests
95
"properties": {
96 "cache_expiration": {
Missing negative tests
97
"anyOf": [
98 {
Missing negative tests
99
"format": "date-time",
100 "type": "string"
101 },
102 {
103 "type": "null"
104 }
Missing negative tests
105
],
106 },
107 "cache_key": {
Missing negative tests
108
"anyOf": [
109 {
Missing positive tests
110
"type": "string"
111 },
112 {
Missing negative tests
113
"type": "null"
114 }
Missing negative tests
115
],
116 },
117 "child_flow_run_id": {
Missing negative tests
118
"anyOf": [
119 {
Missing negative tests
120
"format": "uuid",
Missing negative tests
121
"type": "string"
122 },
123 {
Missing positive tests
124
"type": "null"
125 }
Missing negative tests
126
],
127 },
128 "deferred": {
Missing negative tests
129
"anyOf": [
130 {
Missing positive tests
131
"type": "boolean"
132 },
133 {
Missing negative tests
134
"type": "null"
135 }
Missing negative tests
136
],
137 },
138 "deployment_concurrency_lease_id": {
Missing negative tests
139
"anyOf": [
140 {
Missing tests
141
"format": "uuid",
Missing positive tests
142
"type": "string"
143 },
144 {
Missing negative tests
145
"type": "null"
146 }
Missing negative tests
147
],
148 },
149 "flow_run_id": {
Missing negative tests
150
"anyOf": [
151 {
Missing tests
152
"format": "uuid",
Missing positive tests
153
"type": "string"
154 },
155 {
Missing negative tests
156
"type": "null"
157 }
Missing negative tests
158
],
159 },
160 "pause_key": {
Missing tests
161
"anyOf": [
162 {
Missing tests
163
"type": "string"
164 },
165 {
Missing tests
166
"type": "null"
167 }
Missing tests
168
],
169 },
170 "pause_reschedule": {
Missing negative tests
171
"type": "boolean"
172 },
173 "pause_timeout": {
Missing negative tests
174
"anyOf": [
175 {
Missing tests
176
"format": "date-time",
Missing positive tests
177
"type": "string"
178 },
179 {
Missing negative tests
180
"type": "null"
181 }
Missing negative tests
182
],
183 },
184 "refresh_cache": {
Missing negative tests
185
"anyOf": [
186 {
Missing negative tests
187
"type": "boolean"
188 },
189 {
Missing positive tests
190
"type": "null"
191 }
Missing negative tests
192
],
193 },
194 "retriable": {
Missing negative tests
195
"anyOf": [
196 {
Missing negative tests
197
"type": "boolean"
198 },
199 {
Missing positive tests
200
"type": "null"
201 }
Missing negative tests
202
],
203 },
204 "run_input_keyset": {
Missing tests
205
"anyOf": [
206 {
207 "additionalProperties": {
Missing tests
208
"type": "string"
209 },
Missing tests
210
"type": "object"
211 },
212 {
Missing tests
213
"type": "null"
214 }
Missing tests
215
],
216 },
217 "scheduled_time": {
Missing negative tests
218
"anyOf": [
219 {
Missing negative tests
220
"format": "date-time",
Missing negative tests
221
"type": "string"
222 },
223 {
Missing positive tests
224
"type": "null"
225 }
Missing negative tests
226
],
227 },
228 "task_parameters_id": {
Missing negative tests
229
"anyOf": [
230 {
Missing negative tests
231
"format": "uuid",
232 "type": "string"
233 },
234 {
235 "type": "null"
236 }
Missing negative tests
237
],
238 },
239 "task_run_id": {
Missing negative tests
240
"anyOf": [
241 {
Missing negative tests
242
"format": "uuid",
243 "type": "string"
244 },
245 {
246 "type": "null"
247 }
Missing negative tests
248
],
249 },
250 "traceparent": {
Missing negative tests
251
"anyOf": [
252 {
Missing positive tests
253
"type": "string"
254 },
255 {
Missing negative tests
256
"type": "null"
257 }
Missing negative tests
258
],
259 },
260 "transition_id": {
Missing negative tests
261
"anyOf": [
262 {
Missing tests
263
"format": "uuid",
Missing positive tests
264
"type": "string"
265 },
266 {
Missing negative tests
267
"type": "null"
268 }
Missing negative tests
269
],
270 },
271 "untrackable_result": {
Missing negative tests
272
"type": "boolean"
273 }
Missing negative tests
274
},
Missing negative tests
275
"type": "object"
276 },
277 "StateType": {
Missing negative tests
278
"enum": [
279 "SCHEDULED",
280 "PENDING",
281 "RUNNING",
282 "COMPLETED",
283 "FAILED",
284 "CANCELLED",
285 "CRASHED",
286 "PAUSED",
287 "CANCELLING"
Missing negative tests
288
],
Missing negative tests
289
"type": "string"
290 },
291 "TaskRunCreate": {
292 "additionalProperties": false,
293 "properties": {
294 "cache_expiration": {
Missing negative tests
295
"anyOf": [
296 {
Missing negative tests
297
"format": "date-time",
298 "type": "string"
299 },
300 {
301 "type": "null"
302 }
Missing negative tests
303
],
304 },
305 "cache_key": {
Missing negative tests
306
"anyOf": [
307 {
308 "type": "string"
309 },
310 {
311 "type": "null"
312 }
Missing negative tests
313
],
314 },
315 "dynamic_key": {
Missing negative tests
316
"type": "string"
317 },
318 "empirical_policy": {
319 "$ref": "#/components/schemas/TaskRunPolicy"
320 },
321 "flow_run_id": {
Missing negative tests
322
"anyOf": [
323 {
Missing negative tests
324
"format": "uuid",
325 "type": "string"
326 },
327 {
328 "type": "null"
329 }
Missing negative tests
330
],
331 },
332 "id": {
Missing negative tests
333
"anyOf": [
334 {
Missing negative tests
335
"format": "uuid",
336 "type": "string"
337 },
338 {
339 "type": "null"
340 }
Missing negative tests
341
],
342 },
343 "labels": {
344 "anyOf": [
345 {
346 "additionalProperties": {
Missing negative tests
347
"anyOf": [
348 {
349 "type": "boolean"
350 },
351 {
352 "type": "integer"
353 },
354 {
355 "type": "number"
356 },
357 {
358 "type": "string"
359 }
Missing negative tests
360
]
361 },
362 "type": "object"
363 },
364 {
365 "type": "null"
366 }
367 ],
368 "examples": [
369 {
370 "key": "value1",
371 "key2": 42
372 }
373 ],
374 },
375 "name": {
376 "examples": [
377 "my-task-run"
378 ],
Missing negative tests
379
"type": "string"
380 },
381 "state": {
Missing negative tests
382
"anyOf": [
383 {
384 "$ref": "#/components/schemas/StateCreate"
385 },
386 {
387 "type": "null"
388 }
Missing negative tests
389
],
390 },
391 "tags": {
392 "examples": [
393 [
394 "tag-1",
395 "tag-2"
396 ]
397 ],
398 "items": {
399 "type": "string"
400 },
401 "type": "array"
402 },
403 "task_inputs": {
404 "additionalProperties": {
405 "items": {
Missing negative tests
406
"anyOf": [
407 {
408 "$ref": "#/components/schemas/TaskRunResult"
409 },
410 {
411 "$ref": "#/components/schemas/FlowRunResult"
412 },
413 {
Missing positive tests
414
"$ref": "#/components/schemas/Parameter"
415 },
416 {
417 "$ref": "#/components/schemas/Constant"
418 }
Missing negative tests
419
]
420 },
Missing negative tests
421
"type": "array"
422 },
423 "type": "object"
424 },
425 "task_key": {
Missing negative tests
426
"type": "string"
427 },
428 "task_version": {
Missing negative tests
429
"anyOf": [
430 {
431 "type": "string"
432 },
433 {
434 "type": "null"
435 }
Missing negative tests
436
],
437 }
438 },
439 "required": [
440 "task_key",
441 "dynamic_key"
442 ],
443 "type": "object"
444 },
445 "TaskRunPolicy": {
Missing negative tests
446
"properties": {
447 "max_retries": {
448 "deprecated": true,
Missing negative tests
449
"type": "integer"
450 },
451 "retries": {
Missing negative tests
452
"anyOf": [
453 {
454 "type": "integer"
455 },
456 {
457 "type": "null"
458 }
Missing negative tests
459
],
460 },
461 "retry_delay": {
Missing negative tests
462
"anyOf": [
463 {
464 "type": "integer"
465 },
466 {
467 "type": "number"
468 },
469 {
470 "items": {
471 "type": "integer"
472 },
473 "type": "array"
474 },
475 {
476 "items": {
Missing negative tests
477
"type": "number"
478 },
479 "type": "array"
480 },
481 {
482 "type": "null"
483 }
Missing negative tests
484
],
485 },
486 "retry_delay_seconds": {
487 "deprecated": true,
Missing negative tests
488
"type": "number"
489 },
490 "retry_jitter_factor": {
Missing negative tests
491
"anyOf": [
492 {
493 "type": "number"
494 },
495 {
496 "type": "null"
497 }
Missing negative tests
498
],
499 }
Missing negative tests
500
},
501 "type": "object"
502 },
503 "TaskRunResult": {
504 "properties": {
505 "id": {
Missing negative tests
506
"format": "uuid",
Missing negative tests
507
"type": "string"
508 },
509 "input_type": {
Missing positive tests
510
"const": "task_run",
Missing negative tests
511
"type": "string"
512 }
513 },
514 "required": [
515 "id"
516 ],
Missing negative tests
517
"type": "object"
518 }
519 }
520 }
521}
Responses
seen average

200
Successful Response
19 4.51ms
422
Validation Error
30 1.62ms
default
Default
168 6.21ms
Examples
5 of 9 covered

Body: application/json
max_retries.default
 
0
 
input_type.default
 
"parameter"
 
pause_reschedule.default
 
false
 
input_type.default
 
"flow_run"
 
deferred.default
 
false
 
input_type.default
 
"constant"
 
retry_delay_seconds.default
 
0
 
untrackable_result.default
 
false
 
input_type.default
 
"task_run"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 468 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_task_runs_task_runs_count_post",
3 "components": {
4 "schemas": {
5 "Body_count_task_runs_task_runs_count_post": {
Missing negative tests
6
"properties": {
7 "deployments": {
Missing negative tests
8
"$ref": "#/components/schemas/DeploymentFilter"
9 },
10 "flow_runs": {
Missing negative tests
11
"$ref": "#/components/schemas/FlowRunFilter"
12 },
13 "flows": {
Missing negative tests
14
"$ref": "#/components/schemas/FlowFilter"
15 },
16 "task_runs": {
Missing negative tests
17
"$ref": "#/components/schemas/TaskRunFilter"
18 }
Missing negative tests
19
},
20 "type": "object"
21 },
22 "DeploymentFilter": {
23 "additionalProperties": false,
Missing negative tests
24
"properties": {
25 "concurrency_limit": {
Missing tests
26
"anyOf": [
27 {
Missing tests
28
"$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
29 },
30 {
Missing tests
31
"type": "null"
32 }
Missing tests
33
],
34 "deprecated": true,
35 },
36 "flow_or_deployment_name": {
Missing tests
37
"anyOf": [
38 {
Missing tests
39
"$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
40 },
41 {
Missing tests
42
"type": "null"
43 }
Missing tests
44
],
45 },
46 "id": {
Missing tests
47
"anyOf": [
48 {
Missing tests
49
"$ref": "#/components/schemas/DeploymentFilterId"
50 },
51 {
Missing tests
52
"type": "null"
53 }
Missing tests
54
],
55 },
56 "name": {
Missing negative tests
57
"anyOf": [
58 {
Missing negative tests
59
"$ref": "#/components/schemas/DeploymentFilterName"
60 },
61 {
Missing positive tests
62
"type": "null"
63 }
Missing negative tests
64
],
65 },
66 "operator": {
Missing tests
67
"$ref": "#/components/schemas/Operator",
68 },
69 "paused": {
Missing tests
70
"anyOf": [
71 {
Missing tests
72
"$ref": "#/components/schemas/DeploymentFilterPaused"
73 },
74 {
Missing tests
75
"type": "null"
76 }
Missing tests
77
],
78 },
79 "tags": {
Missing negative tests
80
"anyOf": [
81 {
Missing negative tests
82
"$ref": "#/components/schemas/DeploymentFilterTags"
83 },
84 {
Missing positive tests
85
"type": "null"
86 }
Missing negative tests
87
],
88 },
89 "work_queue_name": {
Missing negative tests
90
"anyOf": [
91 {
Missing negative tests
92
"$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
93 },
94 {
Missing positive tests
95
"type": "null"
96 }
Missing negative tests
97
],
98 }
Missing negative tests
99
},
Missing negative tests
100
"type": "object"
101 },
102 "DeploymentFilterConcurrencyLimit": {
103 "additionalProperties": false,
Missing tests
104
"properties": {
105 "ge_": {
Missing tests
106
"anyOf": [
107 {
Missing tests
108
"type": "integer"
109 },
110 {
Missing tests
111
"type": "null"
112 }
Missing tests
113
],
114 },
115 "is_null_": {
Missing tests
116
"anyOf": [
117 {
Missing tests
118
"type": "boolean"
119 },
120 {
Missing tests
121
"type": "null"
122 }
Missing tests
123
],
124 },
125 "le_": {
Missing tests
126
"anyOf": [
127 {
Missing tests
128
"type": "integer"
129 },
130 {
Missing tests
131
"type": "null"
132 }
Missing tests
133
],
134 }
Missing tests
135
},
Missing tests
136
"type": "object"
137 },
138 "DeploymentFilterId": {
139 "additionalProperties": false,
Missing tests
140
"properties": {
141 "any_": {
Missing tests
142
"anyOf": [
143 {
144 "items": {
Missing tests
145
"format": "uuid",
Missing tests
146
"type": "string"
147 },
Missing tests
148
"type": "array"
149 },
150 {
Missing tests
151
"type": "null"
152 }
Missing tests
153
],
154 },
155 "not_any_": {
Missing tests
156
"anyOf": [
157 {
158 "items": {
Missing tests
159
"format": "uuid",
Missing tests
160
"type": "string"
161 },
Missing tests
162
"type": "array"
163 },
164 {
Missing tests
165
"type": "null"
166 }
Missing tests
167
],
168 }
Missing tests
169
},
Missing tests
170
"type": "object"
171 },
172 "DeploymentFilterName": {
173 "additionalProperties": false,
Missing negative tests
174
"properties": {
175 "any_": {
Missing negative tests
176
"anyOf": [
177 {
178 "items": {
Missing negative tests
179
"type": "string"
180 },
Missing negative tests
181
"type": "array"
182 },
183 {
Missing positive tests
184
"type": "null"
185 }
Missing negative tests
186
],
187 "examples": [
188 [
189 "my-deployment-1",
190 "my-deployment-2"
191 ]
192 ],
193 },
194 "like_": {
Missing negative tests
195
"anyOf": [
196 {
Missing negative tests
197
"type": "string"
198 },
199 {
Missing positive tests
200
"type": "null"
201 }
Missing negative tests
202
],
203 "examples": [
204 "marvin"
205 ],
206 }
Missing negative tests
207
},
Missing negative tests
208
"type": "object"
209 },
210 "DeploymentFilterPaused": {
211 "additionalProperties": false,
Missing tests
212
"properties": {
213 "eq_": {
Missing tests
214
"anyOf": [
215 {
Missing tests
216
"type": "boolean"
217 },
218 {
Missing tests
219
"type": "null"
220 }
Missing tests
221
],
222 }
Missing tests
223
},
Missing tests
224
"type": "object"
225 },
226 "DeploymentFilterTags": {
227 "additionalProperties": false,
Missing negative tests
228
"properties": {
229 "all_": {
Missing negative tests
230
"anyOf": [
231 {
232 "items": {
Missing negative tests
233
"type": "string"
234 },
Missing negative tests
235
"type": "array"
236 },
237 {
Missing positive tests
238
"type": "null"
239 }
Missing negative tests
240
],
241 "examples": [
242 [
243 "tag-1",
244 "tag-2"
245 ]
246 ],
247 },
248 "any_": {
Missing negative tests
249
"anyOf": [
250 {
251 "items": {
Missing negative tests
252
"type": "string"
253 },
Missing negative tests
254
"type": "array"
255 },
256 {
Missing positive tests
257
"type": "null"
258 }
Missing negative tests
259
],
260 "examples": [
261 [
262 "tag-1",
263 "tag-2"
264 ]
265 ],
266 },
267 "is_null_": {
Missing tests
268
"anyOf": [
269 {
Missing tests
270
"type": "boolean"
271 },
272 {
Missing tests
273
"type": "null"
274 }
Missing tests
275
],
276 },
277 "operator": {
Missing tests
278
"$ref": "#/components/schemas/Operator",
279 }
Missing negative tests
280
},
Missing negative tests
281
"type": "object"
282 },
283 "DeploymentFilterWorkQueueName": {
284 "additionalProperties": false,
Missing negative tests
285
"properties": {
286 "any_": {
Missing negative tests
287
"anyOf": [
288 {
289 "items": {
Missing negative tests
290
"type": "string"
291 },
Missing negative tests
292
"type": "array"
293 },
294 {
Missing positive tests
295
"type": "null"
296 }
Missing negative tests
297
],
298 "examples": [
299 [
300 "work_queue_1",
301 "work_queue_2"
302 ]
303 ],
304 }
Missing negative tests
305
},
Missing negative tests
306
"type": "object"
307 },
308 "DeploymentOrFlowNameFilter": {
309 "additionalProperties": false,
Missing tests
310
"properties": {
311 "like_": {
Missing tests
312
"anyOf": [
313 {
Missing tests
314
"type": "string"
315 },
316 {
Missing tests
317
"type": "null"
318 }
Missing tests
319
],
320 }
Missing tests
321
},
Missing tests
322
"type": "object"
323 },
324 "FlowFilter": {
325 "additionalProperties": false,
Missing negative tests
326
"properties": {
327 "deployment": {
Missing tests
328
"anyOf": [
329 {
Missing tests
330
"$ref": "#/components/schemas/FlowFilterDeployment"
331 },
332 {
Missing tests
333
"type": "null"
334 }
Missing tests
335
],
336 },
337 "id": {
Missing tests
338
"anyOf": [
339 {
Missing tests
340
"$ref": "#/components/schemas/FlowFilterId"
341 },
342 {
Missing tests
343
"type": "null"
344 }
Missing tests
345
],
346 },
347 "name": {
Missing negative tests
348
"anyOf": [
349 {
Missing negative tests
350
"$ref": "#/components/schemas/FlowFilterName"
351 },
352 {
Missing positive tests
353
"type": "null"
354 }
Missing negative tests
355
],
356 },
357 "operator": {
Missing tests
358
"$ref": "#/components/schemas/Operator",
359 },
360 "tags": {
Missing negative tests
361
"anyOf": [
362 {
Missing negative tests
363
"$ref": "#/components/schemas/FlowFilterTags"
364 },
365 {
Missing positive tests
366
"type": "null"
367 }
Missing negative tests
368
],
369 }
Missing negative tests
370
},
Missing negative tests
371
"type": "object"
372 },
373 "FlowFilterDeployment": {
374 "additionalProperties": false,
Missing tests
375
"properties": {
376 "is_null_": {
Missing tests
377
"anyOf": [
378 {
Missing tests
379
"type": "boolean"
380 },
381 {
Missing tests
382
"type": "null"
383 }
Missing tests
384
],
385 },
386 "operator": {
Missing tests
387
"$ref": "#/components/schemas/Operator",
388 }
Missing tests
389
},
Missing tests
390
"type": "object"
391 },
392 "FlowFilterId": {
393 "additionalProperties": false,
Missing tests
394
"properties": {
395 "any_": {
Missing tests
396
"anyOf": [
397 {
398 "items": {
Missing tests
399
"format": "uuid",
Missing tests
400
"type": "string"
401 },
Missing tests
402
"type": "array"
403 },
404 {
Missing tests
405
"type": "null"
406 }
Missing tests
407
],
408 }
Missing tests
409
},
Missing tests
410
"type": "object"
411 },
412 "FlowFilterName": {
413 "additionalProperties": false,
Missing negative tests
414
"properties": {
415 "any_": {
Missing negative tests
416
"anyOf": [
417 {
418 "items": {
Missing negative tests
419
"type": "string"
420 },
Missing negative tests
421
"type": "array"
422 },
423 {
Missing positive tests
424
"type": "null"
425 }
Missing negative tests
426
],
427 "examples": [
428 [
429 "my-flow-1",
430 "my-flow-2"
431 ]
432 ],
433 },
434 "like_": {
Missing negative tests
435
"anyOf": [
436 {
Missing negative tests
437
"type": "string"
438 },
439 {
Missing positive tests
440
"type": "null"
441 }
Missing negative tests
442
],
443 "examples": [
444 "marvin"
445 ],
446 }
Missing negative tests
447
},
Missing negative tests
448
"type": "object"
449 },
450 "FlowFilterTags": {
451 "additionalProperties": false,
Missing negative tests
452
"properties": {
453 "all_": {
Missing negative tests
454
"anyOf": [
455 {
456 "items": {
Missing negative tests
457
"type": "string"
458 },
Missing negative tests
459
"type": "array"
460 },
461 {
Missing positive tests
462
"type": "null"
463 }
Missing negative tests
464
],
465 "examples": [
466 [
467 "tag-1",
468 "tag-2"
469 ]
470 ],
471 },
472 "is_null_": {
Missing tests
473
"anyOf": [
474 {
Missing tests
475
"type": "boolean"
476 },
477 {
Missing tests
478
"type": "null"
479 }
Missing tests
480
],
481 },
482 "operator": {
Missing tests
483
"$ref": "#/components/schemas/Operator",
484 }
Missing negative tests
485
},
Missing negative tests
486
"type": "object"
487 },
488 "FlowRunFilter": {
489 "additionalProperties": false,
Missing negative tests
490
"properties": {
491 "deployment_id": {
Missing tests
492
"anyOf": [
493 {
Missing tests
494
"$ref": "#/components/schemas/FlowRunFilterDeploymentId"
495 },
496 {
Missing tests
497
"type": "null"
498 }
Missing tests
499
],
500 },
501 "end_time": {
Missing tests
502
"anyOf": [
503 {
Missing tests
504
"$ref": "#/components/schemas/FlowRunFilterEndTime"
505 },
506 {
Missing tests
507
"type": "null"
508 }
Missing tests
509
],
510 },
511 "expected_start_time": {
Missing tests
512
"anyOf": [
513 {
Missing tests
514
"$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
515 },
516 {
Missing tests
517
"type": "null"
518 }
Missing tests
519
],
520 },
521 "flow_version": {
Missing tests
522
"anyOf": [
523 {
Missing tests
524
"$ref": "#/components/schemas/FlowRunFilterFlowVersion"
525 },
526 {
Missing tests
527
"type": "null"
528 }
Missing tests
529
],
530 },
531 "id": {
Missing tests
532
"anyOf": [
533 {
Missing tests
534
"$ref": "#/components/schemas/FlowRunFilterId"
535 },
536 {
Missing tests
537
"type": "null"
538 }
Missing tests
539
],
540 },
541 "idempotency_key": {
Missing tests
542
"anyOf": [
543 {
Missing tests
544
"$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
545 },
546 {
Missing tests
547
"type": "null"
548 }
Missing tests
549
],
550 },
551 "name": {
Missing negative tests
552
"anyOf": [
553 {
Missing negative tests
554
"$ref": "#/components/schemas/FlowRunFilterName"
555 },
556 {
Missing positive tests
557
"type": "null"
558 }
Missing negative tests
559
],
560 },
561 "next_scheduled_start_time": {
Missing tests
562
"anyOf": [
563 {
Missing tests
564
"$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
565 },
566 {
Missing tests
567
"type": "null"
568 }
Missing tests
569
],
570 },
571 "operator": {
Missing tests
572
"$ref": "#/components/schemas/Operator",
573 },
574 "parent_flow_run_id": {
Missing tests
575
"anyOf": [
576 {
Missing tests
577
"$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
578 },
579 {
Missing tests
580
"type": "null"
581 }
Missing tests
582
],
583 },
584 "parent_task_run_id": {
Missing tests
585
"anyOf": [
586 {
Missing tests
587
"$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
588 },
589 {
Missing tests
590
"type": "null"
591 }
Missing tests
592
],
593 },
594 "start_time": {
Missing tests
595
"anyOf": [
596 {
Missing tests
597
"$ref": "#/components/schemas/FlowRunFilterStartTime"
598 },
599 {
Missing tests
600
"type": "null"
601 }
Missing tests
602
],
603 },
604 "state": {
Missing tests
605
"anyOf": [
606 {
Missing tests
607
"$ref": "#/components/schemas/FlowRunFilterState"
608 },
609 {
Missing tests
610
"type": "null"
611 }
Missing tests
612
],
613 },
614 "tags": {
Missing negative tests
615
"anyOf": [
616 {
Missing negative tests
617
"$ref": "#/components/schemas/FlowRunFilterTags"
618 },
619 {
Missing positive tests
620
"type": "null"
621 }
Missing negative tests
622
],
623 },
624 "work_queue_name": {
Missing negative tests
625
"anyOf": [
626 {
Missing negative tests
627
"$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
628 },
629 {
Missing positive tests
630
"type": "null"
631 }
Missing negative tests
632
],
633 }
Missing negative tests
634
},
Missing negative tests
635
"type": "object"
636 },
637 "FlowRunFilterDeploymentId": {
638 "additionalProperties": false,
Missing tests
639
"properties": {
640 "any_": {
Missing tests
641
"anyOf": [
642 {
643 "items": {
Missing tests
644
"format": "uuid",
Missing tests
645
"type": "string"
646 },
Missing tests
647
"type": "array"
648 },
649 {
Missing tests
650
"type": "null"
651 }
Missing tests
652
],
653 },
654 "is_null_": {
Missing tests
655
"anyOf": [
656 {
Missing tests
657
"type": "boolean"
658 },
659 {
Missing tests
660
"type": "null"
661 }
Missing tests
662
],
663 },
664 "operator": {
Missing tests
665
"$ref": "#/components/schemas/Operator",
666 }
Missing tests
667
},
Missing tests
668
"type": "object"
669 },
670 "FlowRunFilterEndTime": {
671 "additionalProperties": false,
Missing tests
672
"properties": {
673 "after_": {
Missing tests
674
"anyOf": [
675 {
Missing tests
676
"format": "date-time",
Missing tests
677
"type": "string"
678 },
679 {
Missing tests
680
"type": "null"
681 }
Missing tests
682
],
683 },
684 "before_": {
Missing tests
685
"anyOf": [
686 {
Missing tests
687
"format": "date-time",
Missing tests
688
"type": "string"
689 },
690 {
Missing tests
691
"type": "null"
692 }
Missing tests
693
],
694 },
695 "is_null_": {
Missing tests
696
"anyOf": [
697 {
Missing tests
698
"type": "boolean"
699 },
700 {
Missing tests
701
"type": "null"
702 }
Missing tests
703
],
704 }
Missing tests
705
},
Missing tests
706
"type": "object"
707 },
708 "FlowRunFilterExpectedStartTime": {
709 "additionalProperties": false,
Missing tests
710
"properties": {
711 "after_": {
Missing tests
712
"anyOf": [
713 {
Missing tests
714
"format": "date-time",
Missing tests
715
"type": "string"
716 },
717 {
Missing tests
718
"type": "null"
719 }
Missing tests
720
],
721 },
722 "before_": {
Missing tests
723
"anyOf": [
724 {
Missing tests
725
"format": "date-time",
Missing tests
726
"type": "string"
727 },
728 {
Missing tests
729
"type": "null"
730 }
Missing tests
731
],
732 }
Missing tests
733
},
Missing tests
734
"type": "object"
735 },
736 "FlowRunFilterFlowVersion": {
737 "additionalProperties": false,
Missing tests
738
"properties": {
739 "any_": {
Missing tests
740
"anyOf": [
741 {
742 "items": {
Missing tests
743
"type": "string"
744 },
Missing tests
745
"type": "array"
746 },
747 {
Missing tests
748
"type": "null"
749 }
Missing tests
750
],
751 }
Missing tests
752
},
Missing tests
753
"type": "object"
754 },
755 "FlowRunFilterId": {
756 "additionalProperties": false,
Missing tests
757
"properties": {
758 "any_": {
Missing tests
759
"anyOf": [
760 {
761 "items": {
Missing tests
762
"format": "uuid",
Missing tests
763
"type": "string"
764 },
Missing tests
765
"type": "array"
766 },
767 {
Missing tests
768
"type": "null"
769 }
Missing tests
770
],
771 },
772 "not_any_": {
Missing tests
773
"anyOf": [
774 {
775 "items": {
Missing tests
776
"format": "uuid",
Missing tests
777
"type": "string"
778 },
Missing tests
779
"type": "array"
780 },
781 {
Missing tests
782
"type": "null"
783 }
Missing tests
784
],
785 }
Missing tests
786
},
Missing tests
787
"type": "object"
788 },
789 "FlowRunFilterIdempotencyKey": {
790 "additionalProperties": false,
Missing tests
791
"properties": {
792 "any_": {
Missing tests
793
"anyOf": [
794 {
795 "items": {
Missing tests
796
"type": "string"
797 },
Missing tests
798
"type": "array"
799 },
800 {
Missing tests
801
"type": "null"
802 }
Missing tests
803
],
804 },
805 "not_any_": {
Missing tests
806
"anyOf": [
807 {
808 "items": {
Missing tests
809
"type": "string"
810 },
Missing tests
811
"type": "array"
812 },
813 {
Missing tests
814
"type": "null"
815 }
Missing tests
816
],
817 }
Missing tests
818
},
Missing tests
819
"type": "object"
820 },
821 "FlowRunFilterName": {
822 "additionalProperties": false,
Missing negative tests
823
"properties": {
824 "any_": {
Missing negative tests
825
"anyOf": [
826 {
827 "items": {
Missing negative tests
828
"type": "string"
829 },
Missing negative tests
830
"type": "array"
831 },
832 {
Missing positive tests
833
"type": "null"
834 }
Missing negative tests
835
],
836 "examples": [
837 [
838 "my-flow-run-1",
839 "my-flow-run-2"
840 ]
841 ],
842 },
843 "like_": {
Missing negative tests
844
"anyOf": [
845 {
Missing negative tests
846
"type": "string"
847 },
848 {
Missing positive tests
849
"type": "null"
850 }
Missing negative tests
851
],
852 "examples": [
853 "marvin"
854 ],
855 }
Missing negative tests
856
},
Missing negative tests
857
"type": "object"
858 },
859 "FlowRunFilterNextScheduledStartTime": {
860 "additionalProperties": false,
Missing tests
861
"properties": {
862 "after_": {
Missing tests
863
"anyOf": [
864 {
Missing tests
865
"format": "date-time",
Missing tests
866
"type": "string"
867 },
868 {
Missing tests
869
"type": "null"
870 }
Missing tests
871
],
872 },
873 "before_": {
Missing tests
874
"anyOf": [
875 {
Missing tests
876
"format": "date-time",
Missing tests
877
"type": "string"
878 },
879 {
Missing tests
880
"type": "null"
881 }
Missing tests
882
],
883 }
Missing tests
884
},
Missing tests
885
"type": "object"
886 },
887 "FlowRunFilterParentFlowRunId": {
888 "additionalProperties": false,
Missing tests
889
"properties": {
890 "any_": {
Missing tests
891
"anyOf": [
892 {
893 "items": {
Missing tests
894
"format": "uuid",
Missing tests
895
"type": "string"
896 },
Missing tests
897
"type": "array"
898 },
899 {
Missing tests
900
"type": "null"
901 }
Missing tests
902
],
903 },
904 "operator": {
Missing tests
905
"$ref": "#/components/schemas/Operator",
906 }
Missing tests
907
},
Missing tests
908
"type": "object"
909 },
910 "FlowRunFilterParentTaskRunId": {
911 "additionalProperties": false,
Missing tests
912
"properties": {
913 "any_": {
Missing tests
914
"anyOf": [
915 {
916 "items": {
Missing tests
917
"format": "uuid",
Missing tests
918
"type": "string"
919 },
Missing tests
920
"type": "array"
921 },
922 {
Missing tests
923
"type": "null"
924 }
Missing tests
925
],
926 },
927 "is_null_": {
Missing tests
928
"anyOf": [
929 {
Missing tests
930
"type": "boolean"
931 },
932 {
Missing tests
933
"type": "null"
934 }
Missing tests
935
],
936 },
937 "operator": {
Missing tests
938
"$ref": "#/components/schemas/Operator",
939 }
Missing tests
940
},
Missing tests
941
"type": "object"
942 },
943 "FlowRunFilterStartTime": {
944 "additionalProperties": false,
Missing tests
945
"properties": {
946 "after_": {
Missing tests
947
"anyOf": [
948 {
Missing tests
949
"format": "date-time",
Missing tests
950
"type": "string"
951 },
952 {
Missing tests
953
"type": "null"
954 }
Missing tests
955
],
956 },
957 "before_": {
Missing tests
958
"anyOf": [
959 {
Missing tests
960
"format": "date-time",
Missing tests
961
"type": "string"
962 },
963 {
Missing tests
964
"type": "null"
965 }
Missing tests
966
],
967 },
968 "is_null_": {
Missing tests
969
"anyOf": [
970 {
Missing tests
971
"type": "boolean"
972 },
973 {
Missing tests
974
"type": "null"
975 }
Missing tests
976
],
977 }
Missing tests
978
},
Missing tests
979
"type": "object"
980 },
981 "FlowRunFilterState": {
982 "additionalProperties": false,
Missing tests
983
"properties": {
984 "name": {
Missing tests
985
"anyOf": [
986 {
Missing tests
987
"$ref": "#/components/schemas/FlowRunFilterStateName"
988 },
989 {
Missing tests
990
"type": "null"
991 }
Missing tests
992
],
993 },
994 "operator": {
Missing tests
995
"$ref": "#/components/schemas/Operator",
996 },
997 "type": {
Missing tests
998
"anyOf": [
999 {
Missing tests
1000
"$ref": "#/components/schemas/FlowRunFilterStateType"
1001 },
1002 {
Missing tests
1003
"type": "null"
1004 }
Missing tests
1005
],
1006 }
Missing tests
1007
},
Missing tests
1008
"type": "object"
1009 },
1010 "FlowRunFilterStateName": {
1011 "additionalProperties": false,
Missing tests
1012
"properties": {
1013 "any_": {
Missing tests
1014
"anyOf": [
1015 {
1016 "items": {
Missing tests
1017
"type": "string"
1018 },
Missing tests
1019
"type": "array"
1020 },
1021 {
Missing tests
1022
"type": "null"
1023 }
Missing tests
1024
],
1025 },
1026 "not_any_": {
Missing tests
1027
"anyOf": [
1028 {
1029 "items": {
Missing tests
1030
"type": "string"
1031 },
Missing tests
1032
"type": "array"
1033 },
1034 {
Missing tests
1035
"type": "null"
1036 }
Missing tests
1037
],
1038 }
Missing tests
1039
},
Missing tests
1040
"type": "object"
1041 },
1042 "FlowRunFilterStateType": {
1043 "additionalProperties": false,
Missing tests
1044
"properties": {
1045 "any_": {
Missing tests
1046
"anyOf": [
1047 {
1048 "items": {
Missing tests
1049
"$ref": "#/components/schemas/StateType"
1050 },
Missing tests
1051
"type": "array"
1052 },
1053 {
Missing tests
1054
"type": "null"
1055 }
Missing tests
1056
],
1057 },
1058 "not_any_": {
Missing tests
1059
"anyOf": [
1060 {
1061 "items": {
Missing tests
1062
"$ref": "#/components/schemas/StateType"
1063 },
Missing tests
1064
"type": "array"
1065 },
1066 {
Missing tests
1067
"type": "null"
1068 }
Missing tests
1069
],
1070 }
Missing tests
1071
},
Missing tests
1072
"type": "object"
1073 },
1074 "FlowRunFilterTags": {
1075 "additionalProperties": false,
Missing negative tests
1076
"properties": {
1077 "all_": {
Missing negative tests
1078
"anyOf": [
1079 {
1080 "items": {
Missing negative tests
1081
"type": "string"
1082 },
Missing negative tests
1083
"type": "array"
1084 },
1085 {
Missing positive tests
1086
"type": "null"
1087 }
Missing negative tests
1088
],
1089 "examples": [
1090 [
1091 "tag-1",
1092 "tag-2"
1093 ]
1094 ],
1095 },
1096 "any_": {
Missing negative tests
1097
"anyOf": [
1098 {
1099 "items": {
Missing negative tests
1100
"type": "string"
1101 },
Missing negative tests
1102
"type": "array"
1103 },
1104 {
Missing positive tests
1105
"type": "null"
1106 }
Missing negative tests
1107
],
1108 "examples": [
1109 [
1110 "tag-1",
1111 "tag-2"
1112 ]
1113 ],
1114 },
1115 "is_null_": {
Missing tests
1116
"anyOf": [
1117 {
Missing tests
1118
"type": "boolean"
1119 },
1120 {
Missing tests
1121
"type": "null"
1122 }
Missing tests
1123
],
1124 },
1125 "operator": {
Missing tests
1126
"$ref": "#/components/schemas/Operator",
1127 }
Missing negative tests
1128
},
Missing negative tests
1129
"type": "object"
1130 },
1131 "FlowRunFilterWorkQueueName": {
1132 "additionalProperties": false,
Missing negative tests
1133
"properties": {
1134 "any_": {
Missing negative tests
1135
"anyOf": [
1136 {
1137 "items": {
Missing negative tests
1138
"type": "string"
1139 },
Missing negative tests
1140
"type": "array"
1141 },
1142 {
Missing positive tests
1143
"type": "null"
1144 }
Missing negative tests
1145
],
1146 "examples": [
1147 [
1148 "work_queue_1",
1149 "work_queue_2"
1150 ]
1151 ],
1152 },
1153 "is_null_": {
Missing tests
1154
"anyOf": [
1155 {
Missing tests
1156
"type": "boolean"
1157 },
1158 {
Missing tests
1159
"type": "null"
1160 }
Missing tests
1161
],
1162 },
1163 "operator": {
Missing tests
1164
"$ref": "#/components/schemas/Operator",
1165 }
Missing negative tests
1166
},
Missing negative tests
1167
"type": "object"
1168 },
1169 "Operator": {
Missing tests
1170
"enum": [
1171 "and_",
1172 "or_"
Missing tests
1173
],
Missing tests
1174
"type": "string"
1175 },
1176 "StateType": {
Missing tests
1177
"enum": [
1178 "SCHEDULED",
1179 "PENDING",
1180 "RUNNING",
1181 "COMPLETED",
1182 "FAILED",
1183 "CANCELLED",
1184 "CRASHED",
1185 "PAUSED",
1186 "CANCELLING"
Missing tests
1187
],
Missing tests
1188
"type": "string"
1189 },
1190 "TaskRunFilter": {
1191 "additionalProperties": false,
Missing negative tests
1192
"properties": {
1193 "expected_start_time": {
Missing tests
1194
"anyOf": [
1195 {
Missing tests
1196
"$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1197 },
1198 {
Missing tests
1199
"type": "null"
1200 }
Missing tests
1201
],
1202 },
1203 "flow_run_id": {
Missing tests
1204
"anyOf": [
1205 {
Missing tests
1206
"$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1207 },
1208 {
Missing tests
1209
"type": "null"
1210 }
Missing tests
1211
],
1212 },
1213 "id": {
Missing tests
1214
"anyOf": [
1215 {
Missing tests
1216
"$ref": "#/components/schemas/TaskRunFilterId"
1217 },
1218 {
Missing tests
1219
"type": "null"
1220 }
Missing tests
1221
],
1222 },
1223 "name": {
Missing negative tests
1224
"anyOf": [
1225 {
Missing negative tests
1226
"$ref": "#/components/schemas/TaskRunFilterName"
1227 },
1228 {
Missing positive tests
1229
"type": "null"
1230 }
Missing negative tests
1231
],
1232 },
1233 "operator": {
Missing tests
1234
"$ref": "#/components/schemas/Operator",
1235 },
1236 "start_time": {
Missing tests
1237
"anyOf": [
1238 {
Missing tests
1239
"$ref": "#/components/schemas/TaskRunFilterStartTime"
1240 },
1241 {
Missing tests
1242
"type": "null"
1243 }
Missing tests
1244
],
1245 },
1246 "state": {
Missing tests
1247
"anyOf": [
1248 {
Missing tests
1249
"$ref": "#/components/schemas/TaskRunFilterState"
1250 },
1251 {
Missing tests
1252
"type": "null"
1253 }
Missing tests
1254
],
1255 },
1256 "subflow_runs": {
Missing tests
1257
"anyOf": [
1258 {
Missing tests
1259
"$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1260 },
1261 {
Missing tests
1262
"type": "null"
1263 }
Missing tests
1264
],
1265 },
1266 "tags": {
Missing negative tests
1267
"anyOf": [
1268 {
Missing negative tests
1269
"$ref": "#/components/schemas/TaskRunFilterTags"
1270 },
1271 {
Missing positive tests
1272
"type": "null"
1273 }
Missing negative tests
1274
],
1275 }
Missing negative tests
1276
},
Missing negative tests
1277
"type": "object"
1278 },
1279 "TaskRunFilterExpectedStartTime": {
1280 "additionalProperties": false,
Missing tests
1281
"properties": {
1282 "after_": {
Missing tests
1283
"anyOf": [
1284 {
Missing tests
1285
"format": "date-time",
Missing tests
1286
"type": "string"
1287 },
1288 {
Missing tests
1289
"type": "null"
1290 }
Missing tests
1291
],
1292 },
1293 "before_": {
Missing tests
1294
"anyOf": [
1295 {
Missing tests
1296
"format": "date-time",
Missing tests
1297
"type": "string"
1298 },
1299 {
Missing tests
1300
"type": "null"
1301 }
Missing tests
1302
],
1303 }
Missing tests
1304
},
Missing tests
1305
"type": "object"
1306 },
1307 "TaskRunFilterFlowRunId": {
1308 "additionalProperties": false,
Missing tests
1309
"properties": {
1310 "any_": {
Missing tests
1311
"anyOf": [
1312 {
1313 "items": {
Missing tests
1314
"format": "uuid",
Missing tests
1315
"type": "string"
1316 },
Missing tests
1317
"type": "array"
1318 },
1319 {
Missing tests
1320
"type": "null"
1321 }
Missing tests
1322
],
1323 },
1324 "is_null_": {
Missing tests
1325
"anyOf": [
1326 {
Missing tests
1327
"type": "boolean"
1328 },
1329 {
Missing tests
1330
"type": "null"
1331 }
Missing tests
1332
],
1333 },
1334 "operator": {
Missing tests
1335
"$ref": "#/components/schemas/Operator",
1336 }
Missing tests
1337
},
Missing tests
1338
"type": "object"
1339 },
1340 "TaskRunFilterId": {
1341 "additionalProperties": false,
Missing tests
1342
"properties": {
1343 "any_": {
Missing tests
1344
"anyOf": [
1345 {
1346 "items": {
Missing tests
1347
"format": "uuid",
Missing tests
1348
"type": "string"
1349 },
Missing tests
1350
"type": "array"
1351 },
1352 {
Missing tests
1353
"type": "null"
1354 }
Missing tests
1355
],
1356 }
Missing tests
1357
},
Missing tests
1358
"type": "object"
1359 },
1360 "TaskRunFilterName": {
1361 "additionalProperties": false,
Missing negative tests
1362
"properties": {
1363 "any_": {
Missing negative tests
1364
"anyOf": [
1365 {
1366 "items": {
Missing negative tests
1367
"type": "string"
1368 },
Missing negative tests
1369
"type": "array"
1370 },
1371 {
Missing positive tests
1372
"type": "null"
1373 }
Missing negative tests
1374
],
1375 "examples": [
1376 [
1377 "my-task-run-1",
1378 "my-task-run-2"
1379 ]
1380 ],
1381 },
1382 "like_": {
Missing negative tests
1383
"anyOf": [
1384 {
Missing negative tests
1385
"type": "string"
1386 },
1387 {
Missing positive tests
1388
"type": "null"
1389 }
Missing negative tests
1390
],
1391 "examples": [
1392 "marvin"
1393 ],
1394 }
Missing negative tests
1395
},
Missing negative tests
1396
"type": "object"
1397 },
1398 "TaskRunFilterStartTime": {
1399 "additionalProperties": false,
Missing tests
1400
"properties": {
1401 "after_": {
Missing tests
1402
"anyOf": [
1403 {
Missing tests
1404
"format": "date-time",
Missing tests
1405
"type": "string"
1406 },
1407 {
Missing tests
1408
"type": "null"
1409 }
Missing tests
1410
],
1411 },
1412 "before_": {
Missing tests
1413
"anyOf": [
1414 {
Missing tests
1415
"format": "date-time",
Missing tests
1416
"type": "string"
1417 },
1418 {
Missing tests
1419
"type": "null"
1420 }
Missing tests
1421
],
1422 },
1423 "is_null_": {
Missing tests
1424
"anyOf": [
1425 {
Missing tests
1426
"type": "boolean"
1427 },
1428 {
Missing tests
1429
"type": "null"
1430 }
Missing tests
1431
],
1432 }
Missing tests
1433
},
Missing tests
1434
"type": "object"
1435 },
1436 "TaskRunFilterState": {
1437 "additionalProperties": false,
Missing tests
1438
"properties": {
1439 "name": {
Missing tests
1440
"anyOf": [
1441 {
Missing tests
1442
"$ref": "#/components/schemas/TaskRunFilterStateName"
1443 },
1444 {
Missing tests
1445
"type": "null"
1446 }
Missing tests
1447
],
1448 },
1449 "operator": {
Missing tests
1450
"$ref": "#/components/schemas/Operator",
1451 },
1452 "type": {
Missing tests
1453
"anyOf": [
1454 {
Missing tests
1455
"$ref": "#/components/schemas/TaskRunFilterStateType"
1456 },
1457 {
Missing tests
1458
"type": "null"
1459 }
Missing tests
1460
],
1461 }
Missing tests
1462
},
Missing tests
1463
"type": "object"
1464 },
1465 "TaskRunFilterStateName": {
1466 "additionalProperties": false,
Missing tests
1467
"properties": {
1468 "any_": {
Missing tests
1469
"anyOf": [
1470 {
1471 "items": {
Missing tests
1472
"type": "string"
1473 },
Missing tests
1474
"type": "array"
1475 },
1476 {
Missing tests
1477
"type": "null"
1478 }
Missing tests
1479
],
1480 }
Missing tests
1481
},
Missing tests
1482
"type": "object"
1483 },
1484 "TaskRunFilterStateType": {
1485 "additionalProperties": false,
Missing tests
1486
"properties": {
1487 "any_": {
Missing tests
1488
"anyOf": [
1489 {
1490 "items": {
Missing tests
1491
"$ref": "#/components/schemas/StateType"
1492 },
Missing tests
1493
"type": "array"
1494 },
1495 {
Missing tests
1496
"type": "null"
1497 }
Missing tests
1498
],
1499 }
Missing tests
1500
},
Missing tests
1501
"type": "object"
1502 },
1503 "TaskRunFilterSubFlowRuns": {
1504 "additionalProperties": false,
Missing tests
1505
"properties": {
1506 "exists_": {
Missing tests
1507
"anyOf": [
1508 {
Missing tests
1509
"type": "boolean"
1510 },
1511 {
Missing tests
1512
"type": "null"
1513 }
Missing tests
1514
],
1515 }
Missing tests
1516
},
Missing tests
1517
"type": "object"
1518 },
1519 "TaskRunFilterTags": {
1520 "additionalProperties": false,
Missing negative tests
1521
"properties": {
1522 "all_": {
Missing negative tests
1523
"anyOf": [
1524 {
1525 "items": {
Missing negative tests
1526
"type": "string"
1527 },
Missing negative tests
1528
"type": "array"
1529 },
1530 {
Missing positive tests
1531
"type": "null"
1532 }
Missing negative tests
1533
],
1534 "examples": [
1535 [
1536 "tag-1",
1537 "tag-2"
1538 ]
1539 ],
1540 },
1541 "is_null_": {
Missing tests
1542
"anyOf": [
1543 {
Missing tests
1544
"type": "boolean"
1545 },
1546 {
Missing tests
1547
"type": "null"
1548 }
Missing tests
1549
],
1550 },
1551 "operator": {
Missing tests
1552
"$ref": "#/components/schemas/Operator",
1553 }
Missing negative tests
1554
},
Missing negative tests
1555
"type": "object"
1556 }
1557 }
1558 }
1559}
Responses
seen average

200
Successful Response
5 4.03ms
422
Validation Error
2 1.70ms
default
Default
1 1.97ms
Examples
0 of 17 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json196 of 482 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_task_runs_task_runs_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_task_runs_task_runs_filter_post": {
Missing negative tests
6
"properties": {
7 "deployments": {
Missing negative tests
8
"anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
13 "type": "null"
14 }
Missing negative tests
15
]
16 },
17 "flow_runs": {
Missing negative tests
18
"anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
23 "type": "null"
24 }
Missing negative tests
25
]
26 },
27 "flows": {
Missing negative tests
28
"anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
Missing negative tests
35
]
36 },
37 "limit": {
Missing negative tests
38
"type": "integer"
39 },
40 "offset": {
Missing negative tests
41
"minimum": 0.0,
Missing negative tests
42
"type": "integer"
43 },
44 "sort": {
Missing negative tests
45
"$ref": "#/components/schemas/TaskRunSort",
46 },
47 "task_runs": {
Missing negative tests
48
"anyOf": [
49 {
50 "$ref": "#/components/schemas/TaskRunFilter"
51 },
52 {
53 "type": "null"
54 }
Missing negative tests
55
]
56 }
Missing negative tests
57
},
58 "type": "object"
59 },
60 "DeploymentFilter": {
61 "additionalProperties": false,
Missing negative tests
62
"properties": {
63 "concurrency_limit": {
Missing negative tests
64
"anyOf": [
65 {
66 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
67 },
68 {
69 "type": "null"
70 }
Missing negative tests
71
],
72 "deprecated": true,
73 },
74 "flow_or_deployment_name": {
Missing negative tests
75
"anyOf": [
76 {
77 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
78 },
79 {
80 "type": "null"
81 }
Missing negative tests
82
],
83 },
84 "id": {
Missing negative tests
85
"anyOf": [
86 {
87 "$ref": "#/components/schemas/DeploymentFilterId"
88 },
89 {
90 "type": "null"
91 }
Missing negative tests
92
],
93 },
94 "name": {
Missing negative tests
95
"anyOf": [
96 {
97 "$ref": "#/components/schemas/DeploymentFilterName"
98 },
99 {
100 "type": "null"
101 }
Missing negative tests
102
],
103 },
104 "operator": {
Missing negative tests
105
"$ref": "#/components/schemas/Operator",
106 },
107 "paused": {
Missing negative tests
108
"anyOf": [
109 {
110 "$ref": "#/components/schemas/DeploymentFilterPaused"
111 },
112 {
113 "type": "null"
114 }
Missing negative tests
115
],
116 },
117 "tags": {
Missing negative tests
118
"anyOf": [
119 {
120 "$ref": "#/components/schemas/DeploymentFilterTags"
121 },
122 {
123 "type": "null"
124 }
Missing negative tests
125
],
126 },
127 "work_queue_name": {
Missing negative tests
128
"anyOf": [
129 {
130 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
131 },
132 {
133 "type": "null"
134 }
Missing negative tests
135
],
136 }
Missing negative tests
137
},
138 "type": "object"
139 },
140 "DeploymentFilterConcurrencyLimit": {
141 "additionalProperties": false,
Missing negative tests
142
"properties": {
143 "ge_": {
Missing negative tests
144
"anyOf": [
145 {
146 "type": "integer"
147 },
148 {
149 "type": "null"
150 }
Missing negative tests
151
],
152 },
153 "is_null_": {
Missing negative tests
154
"anyOf": [
155 {
156 "type": "boolean"
157 },
158 {
159 "type": "null"
160 }
Missing negative tests
161
],
162 },
163 "le_": {
Missing negative tests
164
"anyOf": [
165 {
166 "type": "integer"
167 },
168 {
169 "type": "null"
170 }
Missing negative tests
171
],
172 }
Missing negative tests
173
},
174 "type": "object"
175 },
176 "DeploymentFilterId": {
177 "additionalProperties": false,
Missing negative tests
178
"properties": {
179 "any_": {
Missing negative tests
180
"anyOf": [
181 {
182 "items": {
Missing negative tests
183
"format": "uuid",
Missing negative tests
184
"type": "string"
185 },
186 "type": "array"
187 },
188 {
189 "type": "null"
190 }
Missing negative tests
191
],
192 },
193 "not_any_": {
Missing negative tests
194
"anyOf": [
195 {
196 "items": {
Missing negative tests
197
"format": "uuid",
Missing negative tests
198
"type": "string"
199 },
200 "type": "array"
201 },
202 {
203 "type": "null"
204 }
Missing negative tests
205
],
206 }
Missing negative tests
207
},
208 "type": "object"
209 },
210 "DeploymentFilterName": {
211 "additionalProperties": false,
Missing negative tests
212
"properties": {
213 "any_": {
Missing negative tests
214
"anyOf": [
215 {
216 "items": {
Missing negative tests
217
"type": "string"
218 },
219 "type": "array"
220 },
221 {
222 "type": "null"
223 }
Missing negative tests
224
],
225 "examples": [
226 [
227 "my-deployment-1",
228 "my-deployment-2"
229 ]
230 ],
231 },
232 "like_": {
Missing negative tests
233
"anyOf": [
234 {
235 "type": "string"
236 },
237 {
238 "type": "null"
239 }
Missing negative tests
240
],
241 "examples": [
242 "marvin"
243 ],
244 }
Missing negative tests
245
},
246 "type": "object"
247 },
248 "DeploymentFilterPaused": {
249 "additionalProperties": false,
Missing negative tests
250
"properties": {
251 "eq_": {
Missing negative tests
252
"anyOf": [
253 {
254 "type": "boolean"
255 },
256 {
257 "type": "null"
258 }
Missing negative tests
259
],
260 }
Missing negative tests
261
},
262 "type": "object"
263 },
264 "DeploymentFilterTags": {
265 "additionalProperties": false,
Missing negative tests
266
"properties": {
267 "all_": {
Missing negative tests
268
"anyOf": [
269 {
270 "items": {
Missing negative tests
271
"type": "string"
272 },
273 "type": "array"
274 },
275 {
276 "type": "null"
277 }
Missing negative tests
278
],
279 "examples": [
280 [
281 "tag-1",
282 "tag-2"
283 ]
284 ],
285 },
286 "any_": {
Missing negative tests
287
"anyOf": [
288 {
289 "items": {
Missing negative tests
290
"type": "string"
291 },
292 "type": "array"
293 },
294 {
295 "type": "null"
296 }
Missing negative tests
297
],
298 "examples": [
299 [
300 "tag-1",
301 "tag-2"
302 ]
303 ],
304 },
305 "is_null_": {
Missing negative tests
306
"anyOf": [
307 {
308 "type": "boolean"
309 },
310 {
311 "type": "null"
312 }
Missing negative tests
313
],
314 },
315 "operator": {
Missing negative tests
316
"$ref": "#/components/schemas/Operator",
317 }
Missing negative tests
318
},
319 "type": "object"
320 },
321 "DeploymentFilterWorkQueueName": {
322 "additionalProperties": false,
Missing negative tests
323
"properties": {
324 "any_": {
Missing negative tests
325
"anyOf": [
326 {
327 "items": {
Missing negative tests
328
"type": "string"
329 },
330 "type": "array"
331 },
332 {
333 "type": "null"
334 }
Missing negative tests
335
],
336 "examples": [
337 [
338 "work_queue_1",
339 "work_queue_2"
340 ]
341 ],
342 }
Missing negative tests
343
},
344 "type": "object"
345 },
346 "DeploymentOrFlowNameFilter": {
347 "additionalProperties": false,
Missing negative tests
348
"properties": {
349 "like_": {
Missing negative tests
350
"anyOf": [
351 {
352 "type": "string"
353 },
354 {
355 "type": "null"
356 }
Missing negative tests
357
],
358 }
Missing negative tests
359
},
360 "type": "object"
361 },
362 "FlowFilter": {
363 "additionalProperties": false,
Missing negative tests
364
"properties": {
365 "deployment": {
Missing negative tests
366
"anyOf": [
367 {
368 "$ref": "#/components/schemas/FlowFilterDeployment"
369 },
370 {
371 "type": "null"
372 }
Missing negative tests
373
],
374 },
375 "id": {
Missing negative tests
376
"anyOf": [
377 {
378 "$ref": "#/components/schemas/FlowFilterId"
379 },
380 {
381 "type": "null"
382 }
Missing negative tests
383
],
384 },
385 "name": {
Missing negative tests
386
"anyOf": [
387 {
388 "$ref": "#/components/schemas/FlowFilterName"
389 },
390 {
391 "type": "null"
392 }
Missing negative tests
393
],
394 },
395 "operator": {
Missing negative tests
396
"$ref": "#/components/schemas/Operator",
397 },
398 "tags": {
Missing negative tests
399
"anyOf": [
400 {
401 "$ref": "#/components/schemas/FlowFilterTags"
402 },
403 {
404 "type": "null"
405 }
Missing negative tests
406
],
407 }
Missing negative tests
408
},
409 "type": "object"
410 },
411 "FlowFilterDeployment": {
412 "additionalProperties": false,
Missing negative tests
413
"properties": {
414 "is_null_": {
Missing negative tests
415
"anyOf": [
416 {
417 "type": "boolean"
418 },
419 {
420 "type": "null"
421 }
Missing negative tests
422
],
423 },
424 "operator": {
Missing negative tests
425
"$ref": "#/components/schemas/Operator",
426 }
Missing negative tests
427
},
428 "type": "object"
429 },
430 "FlowFilterId": {
431 "additionalProperties": false,
Missing negative tests
432
"properties": {
433 "any_": {
Missing negative tests
434
"anyOf": [
435 {
436 "items": {
Missing negative tests
437
"format": "uuid",
Missing negative tests
438
"type": "string"
439 },
440 "type": "array"
441 },
442 {
443 "type": "null"
444 }
Missing negative tests
445
],
446 }
Missing negative tests
447
},
448 "type": "object"
449 },
450 "FlowFilterName": {
451 "additionalProperties": false,
Missing negative tests
452
"properties": {
453 "any_": {
Missing negative tests
454
"anyOf": [
455 {
456 "items": {
Missing negative tests
457
"type": "string"
458 },
459 "type": "array"
460 },
461 {
462 "type": "null"
463 }
Missing negative tests
464
],
465 "examples": [
466 [
467 "my-flow-1",
468 "my-flow-2"
469 ]
470 ],
471 },
472 "like_": {
Missing negative tests
473
"anyOf": [
474 {
475 "type": "string"
476 },
477 {
478 "type": "null"
479 }
Missing negative tests
480
],
481 "examples": [
482 "marvin"
483 ],
484 }
Missing negative tests
485
},
486 "type": "object"
487 },
488 "FlowFilterTags": {
489 "additionalProperties": false,
Missing negative tests
490
"properties": {
491 "all_": {
Missing negative tests
492
"anyOf": [
493 {
494 "items": {
Missing negative tests
495
"type": "string"
496 },
497 "type": "array"
498 },
499 {
500 "type": "null"
501 }
Missing negative tests
502
],
503 "examples": [
504 [
505 "tag-1",
506 "tag-2"
507 ]
508 ],
509 },
510 "is_null_": {
Missing negative tests
511
"anyOf": [
512 {
513 "type": "boolean"
514 },
515 {
516 "type": "null"
517 }
Missing negative tests
518
],
519 },
520 "operator": {
Missing negative tests
521
"$ref": "#/components/schemas/Operator",
522 }
Missing negative tests
523
},
524 "type": "object"
525 },
526 "FlowRunFilter": {
527 "additionalProperties": false,
Missing negative tests
528
"properties": {
529 "deployment_id": {
Missing negative tests
530
"anyOf": [
531 {
532 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
533 },
534 {
535 "type": "null"
536 }
Missing negative tests
537
],
538 },
539 "end_time": {
Missing negative tests
540
"anyOf": [
541 {
542 "$ref": "#/components/schemas/FlowRunFilterEndTime"
543 },
544 {
545 "type": "null"
546 }
Missing negative tests
547
],
548 },
549 "expected_start_time": {
Missing negative tests
550
"anyOf": [
551 {
552 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
553 },
554 {
555 "type": "null"
556 }
Missing negative tests
557
],
558 },
559 "flow_version": {
Missing negative tests
560
"anyOf": [
561 {
562 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
563 },
564 {
565 "type": "null"
566 }
Missing negative tests
567
],
568 },
569 "id": {
Missing negative tests
570
"anyOf": [
571 {
572 "$ref": "#/components/schemas/FlowRunFilterId"
573 },
574 {
575 "type": "null"
576 }
Missing negative tests
577
],
578 },
579 "idempotency_key": {
Missing negative tests
580
"anyOf": [
581 {
582 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
583 },
584 {
585 "type": "null"
586 }
Missing negative tests
587
],
588 },
589 "name": {
Missing negative tests
590
"anyOf": [
591 {
592 "$ref": "#/components/schemas/FlowRunFilterName"
593 },
594 {
595 "type": "null"
596 }
Missing negative tests
597
],
598 },
599 "next_scheduled_start_time": {
Missing negative tests
600
"anyOf": [
601 {
602 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
603 },
604 {
605 "type": "null"
606 }
Missing negative tests
607
],
608 },
609 "operator": {
Missing negative tests
610
"$ref": "#/components/schemas/Operator",
611 },
612 "parent_flow_run_id": {
Missing negative tests
613
"anyOf": [
614 {
615 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
616 },
617 {
618 "type": "null"
619 }
Missing negative tests
620
],
621 },
622 "parent_task_run_id": {
Missing negative tests
623
"anyOf": [
624 {
625 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
626 },
627 {
628 "type": "null"
629 }
Missing negative tests
630
],
631 },
632 "start_time": {
Missing negative tests
633
"anyOf": [
634 {
635 "$ref": "#/components/schemas/FlowRunFilterStartTime"
636 },
637 {
638 "type": "null"
639 }
Missing negative tests
640
],
641 },
642 "state": {
Missing negative tests
643
"anyOf": [
644 {
645 "$ref": "#/components/schemas/FlowRunFilterState"
646 },
647 {
648 "type": "null"
649 }
Missing negative tests
650
],
651 },
652 "tags": {
Missing negative tests
653
"anyOf": [
654 {
655 "$ref": "#/components/schemas/FlowRunFilterTags"
656 },
657 {
658 "type": "null"
659 }
Missing negative tests
660
],
661 },
662 "work_queue_name": {
Missing negative tests
663
"anyOf": [
664 {
665 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
666 },
667 {
668 "type": "null"
669 }
Missing negative tests
670
],
671 }
Missing negative tests
672
},
673 "type": "object"
674 },
675 "FlowRunFilterDeploymentId": {
676 "additionalProperties": false,
Missing negative tests
677
"properties": {
678 "any_": {
Missing negative tests
679
"anyOf": [
680 {
681 "items": {
Missing tests
682
"format": "uuid",
Missing tests
683
"type": "string"
684 },
Missing positive tests
685
"type": "array"
686 },
687 {
Missing negative tests
688
"type": "null"
689 }
Missing negative tests
690
],
691 },
692 "is_null_": {
Missing negative tests
693
"anyOf": [
694 {
695 "type": "boolean"
696 },
697 {
698 "type": "null"
699 }
Missing negative tests
700
],
701 },
702 "operator": {
Missing negative tests
703
"$ref": "#/components/schemas/Operator",
704 }
Missing negative tests
705
},
706 "type": "object"
707 },
708 "FlowRunFilterEndTime": {
709 "additionalProperties": false,
Missing negative tests
710
"properties": {
711 "after_": {
Missing negative tests
712
"anyOf": [
713 {
Missing negative tests
714
"format": "date-time",
715 "type": "string"
716 },
717 {
718 "type": "null"
719 }
Missing negative tests
720
],
721 },
722 "before_": {
Missing negative tests
723
"anyOf": [
724 {
Missing negative tests
725
"format": "date-time",
726 "type": "string"
727 },
728 {
729 "type": "null"
730 }
Missing negative tests
731
],
732 },
733 "is_null_": {
Missing negative tests
734
"anyOf": [
735 {
736 "type": "boolean"
737 },
738 {
739 "type": "null"
740 }
Missing negative tests
741
],
742 }
Missing negative tests
743
},
744 "type": "object"
745 },
746 "FlowRunFilterExpectedStartTime": {
747 "additionalProperties": false,
Missing negative tests
748
"properties": {
749 "after_": {
Missing negative tests
750
"anyOf": [
751 {
Missing tests
752
"format": "date-time",
Missing positive tests
753
"type": "string"
754 },
755 {
Missing negative tests
756
"type": "null"
757 }
Missing negative tests
758
],
759 },
760 "before_": {
Missing negative tests
761
"anyOf": [
762 {
Missing tests
763
"format": "date-time",
Missing positive tests
764
"type": "string"
765 },
766 {
Missing negative tests
767
"type": "null"
768 }
Missing negative tests
769
],
770 }
Missing negative tests
771
},
772 "type": "object"
773 },
774 "FlowRunFilterFlowVersion": {
775 "additionalProperties": false,
Missing negative tests
776
"properties": {
777 "any_": {
Missing negative tests
778
"anyOf": [
779 {
780 "items": {
Missing tests
781
"type": "string"
782 },
Missing positive tests
783
"type": "array"
784 },
785 {
Missing negative tests
786
"type": "null"
787 }
Missing negative tests
788
],
789 }
Missing negative tests
790
},
791 "type": "object"
792 },
793 "FlowRunFilterId": {
794 "additionalProperties": false,
Missing negative tests
795
"properties": {
796 "any_": {
Missing negative tests
797
"anyOf": [
798 {
799 "items": {
Missing negative tests
800
"format": "uuid",
Missing negative tests
801
"type": "string"
802 },
803 "type": "array"
804 },
805 {
806 "type": "null"
807 }
Missing negative tests
808
],
809 },
810 "not_any_": {
Missing negative tests
811
"anyOf": [
812 {
813 "items": {
Missing tests
814
"format": "uuid",
Missing tests
815
"type": "string"
816 },
817 "type": "array"
818 },
819 {
820 "type": "null"
821 }
Missing negative tests
822
],
823 }
Missing negative tests
824
},
825 "type": "object"
826 },
827 "FlowRunFilterIdempotencyKey": {
828 "additionalProperties": false,
Missing negative tests
829
"properties": {
830 "any_": {
Missing negative tests
831
"anyOf": [
832 {
833 "items": {
Missing tests
834
"type": "string"
835 },
Missing positive tests
836
"type": "array"
837 },
838 {
Missing negative tests
839
"type": "null"
840 }
Missing negative tests
841
],
842 },
843 "not_any_": {
Missing negative tests
844
"anyOf": [
845 {
846 "items": {
Missing negative tests
847
"type": "string"
848 },
Missing negative tests
849
"type": "array"
850 },
851 {
Missing positive tests
852
"type": "null"
853 }
Missing negative tests
854
],
855 }
Missing negative tests
856
},
857 "type": "object"
858 },
859 "FlowRunFilterName": {
860 "additionalProperties": false,
Missing negative tests
861
"properties": {
862 "any_": {
Missing negative tests
863
"anyOf": [
864 {
865 "items": {
Missing negative tests
866
"type": "string"
867 },
868 "type": "array"
869 },
870 {
871 "type": "null"
872 }
Missing negative tests
873
],
874 "examples": [
875 [
876 "my-flow-run-1",
877 "my-flow-run-2"
878 ]
879 ],
880 },
881 "like_": {
Missing negative tests
882
"anyOf": [
883 {
884 "type": "string"
885 },
886 {
887 "type": "null"
888 }
Missing negative tests
889
],
890 "examples": [
891 "marvin"
892 ],
893 }
Missing negative tests
894
},
895 "type": "object"
896 },
897 "FlowRunFilterNextScheduledStartTime": {
898 "additionalProperties": false,
Missing negative tests
899
"properties": {
900 "after_": {
Missing negative tests
901
"anyOf": [
902 {
Missing tests
903
"format": "date-time",
Missing positive tests
904
"type": "string"
905 },
906 {
Missing negative tests
907
"type": "null"
908 }
Missing negative tests
909
],
910 },
911 "before_": {
Missing negative tests
912
"anyOf": [
913 {
Missing negative tests
914
"format": "date-time",
915 "type": "string"
916 },
917 {
918 "type": "null"
919 }
Missing negative tests
920
],
921 }
Missing negative tests
922
},
923 "type": "object"
924 },
925 "FlowRunFilterParentFlowRunId": {
926 "additionalProperties": false,
Missing negative tests
927
"properties": {
928 "any_": {
Missing negative tests
929
"anyOf": [
930 {
931 "items": {
Missing negative tests
932
"format": "uuid",
Missing negative tests
933
"type": "string"
934 },
935 "type": "array"
936 },
937 {
938 "type": "null"
939 }
Missing negative tests
940
],
941 },
942 "operator": {
Missing negative tests
943
"$ref": "#/components/schemas/Operator",
944 }
Missing negative tests
945
},
946 "type": "object"
947 },
948 "FlowRunFilterParentTaskRunId": {
949 "additionalProperties": false,
Missing negative tests
950
"properties": {
951 "any_": {
Missing negative tests
952
"anyOf": [
953 {
954 "items": {
Missing tests
955
"format": "uuid",
Missing tests
956
"type": "string"
957 },
Missing positive tests
958
"type": "array"
959 },
960 {
Missing negative tests
961
"type": "null"
962 }
Missing negative tests
963
],
964 },
965 "is_null_": {
Missing tests
966
"anyOf": [
967 {
Missing tests
968
"type": "boolean"
969 },
970 {
Missing tests
971
"type": "null"
972 }
Missing tests
973
],
974 },
975 "operator": {
Missing negative tests
976
"$ref": "#/components/schemas/Operator",
977 }
Missing negative tests
978
},
979 "type": "object"
980 },
981 "FlowRunFilterStartTime": {
982 "additionalProperties": false,
Missing negative tests
983
"properties": {
984 "after_": {
Missing negative tests
985
"anyOf": [
986 {
Missing negative tests
987
"format": "date-time",
Missing negative tests
988
"type": "string"
989 },
990 {
Missing positive tests
991
"type": "null"
992 }
Missing negative tests
993
],
994 },
995 "before_": {
Missing negative tests
996
"anyOf": [
997 {
Missing negative tests
998
"format": "date-time",
Missing negative tests
999
"type": "string"
1000 },
1001 {
Missing positive tests
1002
"type": "null"
1003 }
Missing negative tests
1004
],
1005 },
1006 "is_null_": {
Missing negative tests
1007
"anyOf": [
1008 {
1009 "type": "boolean"
1010 },
1011 {
1012 "type": "null"
1013 }
Missing negative tests
1014
],
1015 }
Missing negative tests
1016
},
1017 "type": "object"
1018 },
1019 "FlowRunFilterState": {
1020 "additionalProperties": false,
Missing negative tests
1021
"properties": {
1022 "name": {
Missing negative tests
1023
"anyOf": [
1024 {
1025 "$ref": "#/components/schemas/FlowRunFilterStateName"
1026 },
1027 {
1028 "type": "null"
1029 }
Missing negative tests
1030
],
1031 },
1032 "operator": {
Missing negative tests
1033
"$ref": "#/components/schemas/Operator",
1034 },
1035 "type": {
Missing negative tests
1036
"anyOf": [
1037 {
1038 "$ref": "#/components/schemas/FlowRunFilterStateType"
1039 },
1040 {
1041 "type": "null"
1042 }
Missing negative tests
1043
],
1044 }
Missing negative tests
1045
},
1046 "type": "object"
1047 },
1048 "FlowRunFilterStateName": {
1049 "additionalProperties": false,
Missing negative tests
1050
"properties": {
1051 "any_": {
Missing negative tests
1052
"anyOf": [
1053 {
1054 "items": {
Missing tests
1055
"type": "string"
1056 },
Missing positive tests
1057
"type": "array"
1058 },
1059 {
Missing negative tests
1060
"type": "null"
1061 }
Missing negative tests
1062
],
1063 },
1064 "not_any_": {
Missing negative tests
1065
"anyOf": [
1066 {
1067 "items": {
Missing tests
1068
"type": "string"
1069 },
Missing positive tests
1070
"type": "array"
1071 },
1072 {
Missing negative tests
1073
"type": "null"
1074 }
Missing negative tests
1075
],
1076 }
Missing negative tests
1077
},
1078 "type": "object"
1079 },
1080 "FlowRunFilterStateType": {
1081 "additionalProperties": false,
Missing negative tests
1082
"properties": {
1083 "any_": {
Missing tests
1084
"anyOf": [
1085 {
1086 "items": {
Missing tests
1087
"$ref": "#/components/schemas/StateType"
1088 },
Missing tests
1089
"type": "array"
1090 },
1091 {
Missing tests
1092
"type": "null"
1093 }
Missing tests
1094
],
1095 },
1096 "not_any_": {
Missing negative tests
1097
"anyOf": [
1098 {
1099 "items": {
Missing negative tests
1100
"$ref": "#/components/schemas/StateType"
1101 },
1102 "type": "array"
1103 },
1104 {
1105 "type": "null"
1106 }
Missing negative tests
1107
],
1108 }
Missing negative tests
1109
},
1110 "type": "object"
1111 },
1112 "FlowRunFilterTags": {
1113 "additionalProperties": false,
Missing negative tests
1114
"properties": {
1115 "all_": {
Missing negative tests
1116
"anyOf": [
1117 {
1118 "items": {
Missing negative tests
1119
"type": "string"
1120 },
Missing negative tests
1121
"type": "array"
1122 },
1123 {
Missing positive tests
1124
"type": "null"
1125 }
Missing negative tests
1126
],
1127 "examples": [
1128 [
1129 "tag-1",
1130 "tag-2"
1131 ]
1132 ],
1133 },
1134 "any_": {
Missing negative tests
1135
"anyOf": [
1136 {
1137 "items": {
Missing negative tests
1138
"type": "string"
1139 },
1140 "type": "array"
1141 },
1142 {
1143 "type": "null"
1144 }
Missing negative tests
1145
],
1146 "examples": [
1147 [
1148 "tag-1",
1149 "tag-2"
1150 ]
1151 ],
1152 },
1153 "is_null_": {
Missing negative tests
1154
"anyOf": [
1155 {
Missing positive tests
1156
"type": "boolean"
1157 },
1158 {
Missing negative tests
1159
"type": "null"
1160 }
Missing negative tests
1161
],
1162 },
1163 "operator": {
Missing tests
1164
"$ref": "#/components/schemas/Operator",
1165 }
Missing negative tests
1166
},
1167 "type": "object"
1168 },
1169 "FlowRunFilterWorkQueueName": {
1170 "additionalProperties": false,
Missing negative tests
1171
"properties": {
1172 "any_": {
Missing negative tests
1173
"anyOf": [
1174 {
1175 "items": {
Missing negative tests
1176
"type": "string"
1177 },
Missing negative tests
1178
"type": "array"
1179 },
1180 {
Missing positive tests
1181
"type": "null"
1182 }
Missing negative tests
1183
],
1184 "examples": [
1185 [
1186 "work_queue_1",
1187 "work_queue_2"
1188 ]
1189 ],
1190 },
1191 "is_null_": {
Missing tests
1192
"anyOf": [
1193 {
Missing tests
1194
"type": "boolean"
1195 },
1196 {
Missing tests
1197
"type": "null"
1198 }
Missing tests
1199
],
1200 },
1201 "operator": {
Missing negative tests
1202
"$ref": "#/components/schemas/Operator",
1203 }
Missing negative tests
1204
},
1205 "type": "object"
1206 },
1207 "Operator": {
Missing negative tests
1208
"enum": [
1209 "and_",
1210 "or_"
Missing negative tests
1211
],
Missing negative tests
1212
"type": "string"
1213 },
1214 "StateType": {
Missing negative tests
1215
"enum": [
1216 "SCHEDULED",
1217 "PENDING",
1218 "RUNNING",
1219 "COMPLETED",
1220 "FAILED",
1221 "CANCELLED",
1222 "CRASHED",
1223 "PAUSED",
1224 "CANCELLING"
Missing negative tests
1225
],
Missing negative tests
1226
"type": "string"
1227 },
1228 "TaskRunFilter": {
1229 "additionalProperties": false,
Missing negative tests
1230
"properties": {
1231 "expected_start_time": {
Missing negative tests
1232
"anyOf": [
1233 {
1234 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1235 },
1236 {
1237 "type": "null"
1238 }
Missing negative tests
1239
],
1240 },
1241 "flow_run_id": {
Missing negative tests
1242
"anyOf": [
1243 {
1244 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1245 },
1246 {
1247 "type": "null"
1248 }
Missing negative tests
1249
],
1250 },
1251 "id": {
Missing negative tests
1252
"anyOf": [
1253 {
1254 "$ref": "#/components/schemas/TaskRunFilterId"
1255 },
1256 {
1257 "type": "null"
1258 }
Missing negative tests
1259
],
1260 },
1261 "name": {
Missing negative tests
1262
"anyOf": [
1263 {
1264 "$ref": "#/components/schemas/TaskRunFilterName"
1265 },
1266 {
1267 "type": "null"
1268 }
Missing negative tests
1269
],
1270 },
1271 "operator": {
Missing negative tests
1272
"$ref": "#/components/schemas/Operator",
1273 },
1274 "start_time": {
Missing negative tests
1275
"anyOf": [
1276 {
1277 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1278 },
1279 {
1280 "type": "null"
1281 }
Missing negative tests
1282
],
1283 },
1284 "state": {
Missing negative tests
1285
"anyOf": [
1286 {
1287 "$ref": "#/components/schemas/TaskRunFilterState"
1288 },
1289 {
1290 "type": "null"
1291 }
Missing negative tests
1292
],
1293 },
1294 "subflow_runs": {
Missing negative tests
1295
"anyOf": [
1296 {
1297 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1298 },
1299 {
1300 "type": "null"
1301 }
Missing negative tests
1302
],
1303 },
1304 "tags": {
Missing negative tests
1305
"anyOf": [
1306 {
1307 "$ref": "#/components/schemas/TaskRunFilterTags"
1308 },
1309 {
1310 "type": "null"
1311 }
Missing negative tests
1312
],
1313 }
Missing negative tests
1314
},
1315 "type": "object"
1316 },
1317 "TaskRunFilterExpectedStartTime": {
1318 "additionalProperties": false,
Missing negative tests
1319
"properties": {
1320 "after_": {
Missing negative tests
1321
"anyOf": [
1322 {
Missing negative tests
1323
"format": "date-time",
Missing negative tests
1324
"type": "string"
1325 },
1326 {
Missing positive tests
1327
"type": "null"
1328 }
Missing negative tests
1329
],
1330 },
1331 "before_": {
Missing negative tests
1332
"anyOf": [
1333 {
Missing negative tests
1334
"format": "date-time",
1335 "type": "string"
1336 },
1337 {
1338 "type": "null"
1339 }
Missing negative tests
1340
],
1341 }
Missing negative tests
1342
},
1343 "type": "object"
1344 },
1345 "TaskRunFilterFlowRunId": {
1346 "additionalProperties": false,
Missing negative tests
1347
"properties": {
1348 "any_": {
Missing negative tests
1349
"anyOf": [
1350 {
1351 "items": {
Missing tests
1352
"format": "uuid",
Missing tests
1353
"type": "string"
1354 },
Missing positive tests
1355
"type": "array"
1356 },
1357 {
Missing negative tests
1358
"type": "null"
1359 }
Missing negative tests
1360
],
1361 },
1362 "is_null_": {
Missing negative tests
1363
"anyOf": [
1364 {
1365 "type": "boolean"
1366 },
1367 {
1368 "type": "null"
1369 }
Missing negative tests
1370
],
1371 },
1372 "operator": {
Missing negative tests
1373
"$ref": "#/components/schemas/Operator",
1374 }
Missing negative tests
1375
},
1376 "type": "object"
1377 },
1378 "TaskRunFilterId": {
1379 "additionalProperties": false,
Missing negative tests
1380
"properties": {
1381 "any_": {
Missing negative tests
1382
"anyOf": [
1383 {
1384 "items": {
Missing negative tests
1385
"format": "uuid",
Missing negative tests
1386
"type": "string"
1387 },
1388 "type": "array"
1389 },
1390 {
1391 "type": "null"
1392 }
Missing negative tests
1393
],
1394 }
Missing negative tests
1395
},
1396 "type": "object"
1397 },
1398 "TaskRunFilterName": {
1399 "additionalProperties": false,
Missing negative tests
1400
"properties": {
1401 "any_": {
Missing negative tests
1402
"anyOf": [
1403 {
1404 "items": {
Missing negative tests
1405
"type": "string"
1406 },
Missing negative tests
1407
"type": "array"
1408 },
1409 {
Missing positive tests
1410
"type": "null"
1411 }
Missing negative tests
1412
],
1413 "examples": [
1414 [
1415 "my-task-run-1",
1416 "my-task-run-2"
1417 ]
1418 ],
1419 },
1420 "like_": {
Missing negative tests
1421
"anyOf": [
1422 {
1423 "type": "string"
1424 },
1425 {
1426 "type": "null"
1427 }
Missing negative tests
1428
],
1429 "examples": [
1430 "marvin"
1431 ],
1432 }
Missing negative tests
1433
},
1434 "type": "object"
1435 },
1436 "TaskRunFilterStartTime": {
1437 "additionalProperties": false,
Missing negative tests
1438
"properties": {
1439 "after_": {
Missing negative tests
1440
"anyOf": [
1441 {
Missing negative tests
1442
"format": "date-time",
Missing negative tests
1443
"type": "string"
1444 },
1445 {
Missing positive tests
1446
"type": "null"
1447 }
Missing negative tests
1448
],
1449 },
1450 "before_": {
Missing negative tests
1451
"anyOf": [
1452 {
Missing negative tests
1453
"format": "date-time",
Missing negative tests
1454
"type": "string"
1455 },
1456 {
Missing positive tests
1457
"type": "null"
1458 }
Missing negative tests
1459
],
1460 },
1461 "is_null_": {
Missing negative tests
1462
"anyOf": [
1463 {
1464 "type": "boolean"
1465 },
1466 {
1467 "type": "null"
1468 }
Missing negative tests
1469
],
1470 }
Missing negative tests
1471
},
1472 "type": "object"
1473 },
1474 "TaskRunFilterState": {
1475 "additionalProperties": false,
Missing negative tests
1476
"properties": {
1477 "name": {
Missing negative tests
1478
"anyOf": [
1479 {
1480 "$ref": "#/components/schemas/TaskRunFilterStateName"
1481 },
1482 {
1483 "type": "null"
1484 }
Missing negative tests
1485
],
1486 },
1487 "operator": {
Missing negative tests
1488
"$ref": "#/components/schemas/Operator",
1489 },
1490 "type": {
Missing negative tests
1491
"anyOf": [
1492 {
Missing positive tests
1493
"$ref": "#/components/schemas/TaskRunFilterStateType"
1494 },
1495 {
Missing negative tests
1496
"type": "null"
1497 }
Missing negative tests
1498
],
1499 }
Missing negative tests
1500
},
1501 "type": "object"
1502 },
1503 "TaskRunFilterStateName": {
1504 "additionalProperties": false,
Missing tests
1505
"properties": {
1506 "any_": {
Missing tests
1507
"anyOf": [
1508 {
1509 "items": {
Missing tests
1510
"type": "string"
1511 },
Missing tests
1512
"type": "array"
1513 },
1514 {
Missing tests
1515
"type": "null"
1516 }
Missing tests
1517
],
1518 }
Missing tests
1519
},
1520 "type": "object"
1521 },
1522 "TaskRunFilterStateType": {
1523 "additionalProperties": false,
Missing tests
1524
"properties": {
1525 "any_": {
Missing tests
1526
"anyOf": [
1527 {
1528 "items": {
Missing tests
1529
"$ref": "#/components/schemas/StateType"
1530 },
Missing tests
1531
"type": "array"
1532 },
1533 {
Missing tests
1534
"type": "null"
1535 }
Missing tests
1536
],
1537 }
Missing tests
1538
},
Missing positive tests
1539
"type": "object"
1540 },
1541 "TaskRunFilterSubFlowRuns": {
1542 "additionalProperties": false,
Missing negative tests
1543
"properties": {
1544 "exists_": {
Missing negative tests
1545
"anyOf": [
1546 {
Missing negative tests
1547
"type": "boolean"
1548 },
1549 {
Missing positive tests
1550
"type": "null"
1551 }
Missing negative tests
1552
],
1553 }
Missing negative tests
1554
},
1555 "type": "object"
1556 },
1557 "TaskRunFilterTags": {
1558 "additionalProperties": false,
Missing negative tests
1559
"properties": {
1560 "all_": {
Missing negative tests
1561
"anyOf": [
1562 {
1563 "items": {
Missing negative tests
1564
"type": "string"
1565 },
Missing negative tests
1566
"type": "array"
1567 },
1568 {
Missing positive tests
1569
"type": "null"
1570 }
Missing negative tests
1571
],
1572 "examples": [
1573 [
1574 "tag-1",
1575 "tag-2"
1576 ]
1577 ],
1578 },
1579 "is_null_": {
Missing negative tests
1580
"anyOf": [
1581 {
Missing positive tests
1582
"type": "boolean"
1583 },
1584 {
Missing negative tests
1585
"type": "null"
1586 }
Missing negative tests
1587
],
1588 },
1589 "operator": {
Missing negative tests
1590
"$ref": "#/components/schemas/Operator",
1591 }
Missing negative tests
1592
},
1593 "type": "object"
1594 },
1595 "TaskRunSort": {
Missing negative tests
1596
"enum": [
1597 "ID_DESC",
1598 "EXPECTED_START_TIME_ASC",
1599 "EXPECTED_START_TIME_DESC",
1600 "NAME_ASC",
1601 "NAME_DESC",
1602 "NEXT_SCHEDULED_START_TIME_ASC",
1603 "END_TIME_DESC"
Missing negative tests
1604
],
Missing negative tests
1605
"type": "string"
1606 }
1607 }
1608 }
1609}
Responses
seen average

200
Successful Response
193 15.25ms
422
Validation Error
44 1.60ms
default
Default
79 1.43ms
Examples
15 of 19 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
offset.default
 
0
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
sort.default
 
"ID_DESC"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json372 of 475 keywords covered
1{
2 "$ref": "#/components/schemas/Body_task_run_history_task_runs_history_post",
3 "components": {
4 "schemas": {
5 "Body_task_run_history_task_runs_history_post": {
6 "properties": {
7 "deployments": {
8 "$ref": "#/components/schemas/DeploymentFilter"
9 },
10 "flow_runs": {
11 "$ref": "#/components/schemas/FlowRunFilter"
12 },
13 "flows": {
14 "$ref": "#/components/schemas/FlowFilter"
15 },
16 "history_end": {
17 "format": "date-time",
18 "type": "string"
19 },
20 "history_interval": {
Missing tests
21
"format": "time-delta",
22 "type": "number"
23 },
24 "history_start": {
25 "format": "date-time",
26 "type": "string"
27 },
28 "task_runs": {
29 "$ref": "#/components/schemas/TaskRunFilter"
30 }
31 },
32 "required": [
33 "history_start",
34 "history_end",
35 "history_interval"
36 ],
37 "type": "object"
38 },
39 "DeploymentFilter": {
40 "additionalProperties": false,
41 "properties": {
42 "concurrency_limit": {
43 "anyOf": [
44 {
45 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
46 },
47 {
48 "type": "null"
49 }
50 ],
51 "deprecated": true,
52 },
53 "flow_or_deployment_name": {
54 "anyOf": [
55 {
56 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
57 },
58 {
Missing positive tests
59
"type": "null"
60 }
61 ],
62 },
63 "id": {
64 "anyOf": [
65 {
66 "$ref": "#/components/schemas/DeploymentFilterId"
67 },
68 {
Missing positive tests
69
"type": "null"
70 }
71 ],
72 },
73 "name": {
74 "anyOf": [
75 {
76 "$ref": "#/components/schemas/DeploymentFilterName"
77 },
78 {
Missing positive tests
79
"type": "null"
80 }
81 ],
82 },
83 "operator": {
84 "$ref": "#/components/schemas/Operator",
85 },
86 "paused": {
87 "anyOf": [
88 {
89 "$ref": "#/components/schemas/DeploymentFilterPaused"
90 },
91 {
Missing positive tests
92
"type": "null"
93 }
94 ],
95 },
96 "tags": {
97 "anyOf": [
98 {
99 "$ref": "#/components/schemas/DeploymentFilterTags"
100 },
101 {
Missing positive tests
102
"type": "null"
103 }
104 ],
105 },
106 "work_queue_name": {
107 "anyOf": [
108 {
109 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
110 },
111 {
Missing positive tests
112
"type": "null"
113 }
114 ],
115 }
116 },
117 "type": "object"
118 },
119 "DeploymentFilterConcurrencyLimit": {
120 "additionalProperties": false,
121 "properties": {
122 "ge_": {
123 "anyOf": [
124 {
Missing positive tests
125
"type": "integer"
126 },
127 {
128 "type": "null"
129 }
130 ],
131 },
132 "is_null_": {
133 "anyOf": [
134 {
Missing positive tests
135
"type": "boolean"
136 },
137 {
138 "type": "null"
139 }
140 ],
141 },
142 "le_": {
143 "anyOf": [
144 {
Missing positive tests
145
"type": "integer"
146 },
147 {
148 "type": "null"
149 }
150 ],
151 }
152 },
153 "type": "object"
154 },
155 "DeploymentFilterId": {
156 "additionalProperties": false,
157 "properties": {
158 "any_": {
159 "anyOf": [
160 {
161 "items": {
Missing positive tests
162
"format": "uuid",
163 "type": "string"
164 },
165 "type": "array"
166 },
167 {
168 "type": "null"
169 }
170 ],
171 },
172 "not_any_": {
173 "anyOf": [
174 {
175 "items": {
Missing positive tests
176
"format": "uuid",
177 "type": "string"
178 },
179 "type": "array"
180 },
181 {
182 "type": "null"
183 }
184 ],
185 }
186 },
187 "type": "object"
188 },
189 "DeploymentFilterName": {
190 "additionalProperties": false,
191 "properties": {
192 "any_": {
193 "anyOf": [
194 {
195 "items": {
196 "type": "string"
197 },
198 "type": "array"
199 },
200 {
Missing positive tests
201
"type": "null"
202 }
203 ],
204 "examples": [
205 [
206 "my-deployment-1",
207 "my-deployment-2"
208 ]
209 ],
210 },
211 "like_": {
212 "anyOf": [
213 {
214 "type": "string"
215 },
216 {
Missing positive tests
217
"type": "null"
218 }
219 ],
220 "examples": [
221 "marvin"
222 ],
223 }
224 },
225 "type": "object"
226 },
227 "DeploymentFilterPaused": {
228 "additionalProperties": false,
229 "properties": {
230 "eq_": {
231 "anyOf": [
232 {
Missing positive tests
233
"type": "boolean"
234 },
235 {
236 "type": "null"
237 }
238 ],
239 }
240 },
241 "type": "object"
242 },
243 "DeploymentFilterTags": {
244 "additionalProperties": false,
245 "properties": {
246 "all_": {
247 "anyOf": [
248 {
249 "items": {
250 "type": "string"
251 },
252 "type": "array"
253 },
254 {
Missing positive tests
255
"type": "null"
256 }
257 ],
258 "examples": [
259 [
260 "tag-1",
261 "tag-2"
262 ]
263 ],
264 },
265 "any_": {
266 "anyOf": [
267 {
268 "items": {
269 "type": "string"
270 },
271 "type": "array"
272 },
273 {
Missing positive tests
274
"type": "null"
275 }
276 ],
277 "examples": [
278 [
279 "tag-1",
280 "tag-2"
281 ]
282 ],
283 },
284 "is_null_": {
285 "anyOf": [
286 {
Missing positive tests
287
"type": "boolean"
288 },
289 {
290 "type": "null"
291 }
292 ],
293 },
294 "operator": {
295 "$ref": "#/components/schemas/Operator",
296 }
297 },
298 "type": "object"
299 },
300 "DeploymentFilterWorkQueueName": {
301 "additionalProperties": false,
302 "properties": {
303 "any_": {
304 "anyOf": [
305 {
306 "items": {
307 "type": "string"
308 },
309 "type": "array"
310 },
311 {
Missing positive tests
312
"type": "null"
313 }
314 ],
315 "examples": [
316 [
317 "work_queue_1",
318 "work_queue_2"
319 ]
320 ],
321 }
322 },
323 "type": "object"
324 },
325 "DeploymentOrFlowNameFilter": {
326 "additionalProperties": false,
327 "properties": {
328 "like_": {
329 "anyOf": [
330 {
Missing positive tests
331
"type": "string"
332 },
333 {
334 "type": "null"
335 }
336 ],
337 }
338 },
339 "type": "object"
340 },
341 "FlowFilter": {
342 "additionalProperties": false,
343 "properties": {
344 "deployment": {
345 "anyOf": [
346 {
347 "$ref": "#/components/schemas/FlowFilterDeployment"
348 },
349 {
Missing positive tests
350
"type": "null"
351 }
352 ],
353 },
354 "id": {
355 "anyOf": [
356 {
357 "$ref": "#/components/schemas/FlowFilterId"
358 },
359 {
Missing positive tests
360
"type": "null"
361 }
362 ],
363 },
364 "name": {
365 "anyOf": [
366 {
367 "$ref": "#/components/schemas/FlowFilterName"
368 },
369 {
Missing positive tests
370
"type": "null"
371 }
372 ],
373 },
374 "operator": {
375 "$ref": "#/components/schemas/Operator",
376 },
377 "tags": {
378 "anyOf": [
379 {
380 "$ref": "#/components/schemas/FlowFilterTags"
381 },
382 {
Missing positive tests
383
"type": "null"
384 }
385 ],
386 }
387 },
388 "type": "object"
389 },
390 "FlowFilterDeployment": {
391 "additionalProperties": false,
392 "properties": {
393 "is_null_": {
394 "anyOf": [
395 {
Missing positive tests
396
"type": "boolean"
397 },
398 {
399 "type": "null"
400 }
401 ],
402 },
403 "operator": {
404 "$ref": "#/components/schemas/Operator",
405 }
406 },
407 "type": "object"
408 },
409 "FlowFilterId": {
410 "additionalProperties": false,
411 "properties": {
412 "any_": {
413 "anyOf": [
414 {
415 "items": {
Missing positive tests
416
"format": "uuid",
417 "type": "string"
418 },
419 "type": "array"
420 },
421 {
422 "type": "null"
423 }
424 ],
425 }
426 },
427 "type": "object"
428 },
429 "FlowFilterName": {
430 "additionalProperties": false,
431 "properties": {
432 "any_": {
433 "anyOf": [
434 {
435 "items": {
436 "type": "string"
437 },
438 "type": "array"
439 },
440 {
Missing positive tests
441
"type": "null"
442 }
443 ],
444 "examples": [
445 [
446 "my-flow-1",
447 "my-flow-2"
448 ]
449 ],
450 },
451 "like_": {
452 "anyOf": [
453 {
454 "type": "string"
455 },
456 {
Missing positive tests
457
"type": "null"
458 }
459 ],
460 "examples": [
461 "marvin"
462 ],
463 }
464 },
465 "type": "object"
466 },
467 "FlowFilterTags": {
468 "additionalProperties": false,
469 "properties": {
470 "all_": {
471 "anyOf": [
472 {
473 "items": {
474 "type": "string"
475 },
476 "type": "array"
477 },
478 {
Missing positive tests
479
"type": "null"
480 }
481 ],
482 "examples": [
483 [
484 "tag-1",
485 "tag-2"
486 ]
487 ],
488 },
489 "is_null_": {
490 "anyOf": [
491 {
Missing positive tests
492
"type": "boolean"
493 },
494 {
495 "type": "null"
496 }
497 ],
498 },
499 "operator": {
500 "$ref": "#/components/schemas/Operator",
501 }
502 },
503 "type": "object"
504 },
505 "FlowRunFilter": {
506 "additionalProperties": false,
507 "properties": {
508 "deployment_id": {
509 "anyOf": [
510 {
511 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
512 },
513 {
Missing positive tests
514
"type": "null"
515 }
516 ],
517 },
518 "end_time": {
519 "anyOf": [
520 {
521 "$ref": "#/components/schemas/FlowRunFilterEndTime"
522 },
523 {
Missing positive tests
524
"type": "null"
525 }
526 ],
527 },
528 "expected_start_time": {
529 "anyOf": [
530 {
531 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
532 },
533 {
Missing positive tests
534
"type": "null"
535 }
536 ],
537 },
538 "flow_version": {
539 "anyOf": [
540 {
541 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
542 },
543 {
Missing positive tests
544
"type": "null"
545 }
546 ],
547 },
548 "id": {
549 "anyOf": [
550 {
551 "$ref": "#/components/schemas/FlowRunFilterId"
552 },
553 {
Missing positive tests
554
"type": "null"
555 }
556 ],
557 },
558 "idempotency_key": {
559 "anyOf": [
560 {
561 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
562 },
563 {
Missing positive tests
564
"type": "null"
565 }
566 ],
567 },
568 "name": {
569 "anyOf": [
570 {
571 "$ref": "#/components/schemas/FlowRunFilterName"
572 },
573 {
Missing positive tests
574
"type": "null"
575 }
576 ],
577 },
578 "next_scheduled_start_time": {
579 "anyOf": [
580 {
581 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
582 },
583 {
Missing positive tests
584
"type": "null"
585 }
586 ],
587 },
588 "operator": {
589 "$ref": "#/components/schemas/Operator",
590 },
591 "parent_flow_run_id": {
592 "anyOf": [
593 {
594 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
595 },
596 {
Missing positive tests
597
"type": "null"
598 }
599 ],
600 },
601 "parent_task_run_id": {
602 "anyOf": [
603 {
604 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
605 },
606 {
Missing positive tests
607
"type": "null"
608 }
609 ],
610 },
611 "start_time": {
612 "anyOf": [
613 {
614 "$ref": "#/components/schemas/FlowRunFilterStartTime"
615 },
616 {
Missing positive tests
617
"type": "null"
618 }
619 ],
620 },
621 "state": {
622 "anyOf": [
623 {
624 "$ref": "#/components/schemas/FlowRunFilterState"
625 },
626 {
Missing positive tests
627
"type": "null"
628 }
629 ],
630 },
631 "tags": {
632 "anyOf": [
633 {
634 "$ref": "#/components/schemas/FlowRunFilterTags"
635 },
636 {
Missing positive tests
637
"type": "null"
638 }
639 ],
640 },
641 "work_queue_name": {
642 "anyOf": [
643 {
644 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
645 },
646 {
Missing positive tests
647
"type": "null"
648 }
649 ],
650 }
651 },
652 "type": "object"
653 },
654 "FlowRunFilterDeploymentId": {
655 "additionalProperties": false,
656 "properties": {
657 "any_": {
658 "anyOf": [
659 {
660 "items": {
Missing positive tests
661
"format": "uuid",
662 "type": "string"
663 },
664 "type": "array"
665 },
666 {
667 "type": "null"
668 }
669 ],
670 },
671 "is_null_": {
672 "anyOf": [
673 {
Missing positive tests
674
"type": "boolean"
675 },
676 {
677 "type": "null"
678 }
679 ],
680 },
681 "operator": {
682 "$ref": "#/components/schemas/Operator",
683 }
684 },
685 "type": "object"
686 },
687 "FlowRunFilterEndTime": {
688 "additionalProperties": false,
689 "properties": {
690 "after_": {
691 "anyOf": [
692 {
Missing positive tests
693
"format": "date-time",
694 "type": "string"
695 },
696 {
697 "type": "null"
698 }
699 ],
700 },
701 "before_": {
702 "anyOf": [
703 {
Missing positive tests
704
"format": "date-time",
705 "type": "string"
706 },
707 {
708 "type": "null"
709 }
710 ],
711 },
712 "is_null_": {
713 "anyOf": [
714 {
Missing positive tests
715
"type": "boolean"
716 },
717 {
718 "type": "null"
719 }
720 ],
721 }
722 },
723 "type": "object"
724 },
725 "FlowRunFilterExpectedStartTime": {
726 "additionalProperties": false,
727 "properties": {
728 "after_": {
729 "anyOf": [
730 {
Missing positive tests
731
"format": "date-time",
732 "type": "string"
733 },
734 {
735 "type": "null"
736 }
737 ],
738 },
739 "before_": {
740 "anyOf": [
741 {
Missing positive tests
742
"format": "date-time",
743 "type": "string"
744 },
745 {
746 "type": "null"
747 }
748 ],
749 }
750 },
751 "type": "object"
752 },
753 "FlowRunFilterFlowVersion": {
754 "additionalProperties": false,
755 "properties": {
756 "any_": {
757 "anyOf": [
758 {
759 "items": {
Missing positive tests
760
"type": "string"
761 },
762 "type": "array"
763 },
764 {
765 "type": "null"
766 }
767 ],
768 }
769 },
770 "type": "object"
771 },
772 "FlowRunFilterId": {
773 "additionalProperties": false,
774 "properties": {
775 "any_": {
776 "anyOf": [
777 {
778 "items": {
Missing positive tests
779
"format": "uuid",
780 "type": "string"
781 },
782 "type": "array"
783 },
784 {
785 "type": "null"
786 }
787 ],
788 },
789 "not_any_": {
790 "anyOf": [
791 {
792 "items": {
Missing positive tests
793
"format": "uuid",
794 "type": "string"
795 },
796 "type": "array"
797 },
798 {
799 "type": "null"
800 }
801 ],
802 }
803 },
804 "type": "object"
805 },
806 "FlowRunFilterIdempotencyKey": {
807 "additionalProperties": false,
808 "properties": {
809 "any_": {
810 "anyOf": [
811 {
812 "items": {
Missing positive tests
813
"type": "string"
814 },
815 "type": "array"
816 },
817 {
818 "type": "null"
819 }
820 ],
821 },
822 "not_any_": {
823 "anyOf": [
824 {
825 "items": {
Missing positive tests
826
"type": "string"
827 },
828 "type": "array"
829 },
830 {
831 "type": "null"
832 }
833 ],
834 }
835 },
836 "type": "object"
837 },
838 "FlowRunFilterName": {
839 "additionalProperties": false,
840 "properties": {
841 "any_": {
842 "anyOf": [
843 {
844 "items": {
845 "type": "string"
846 },
847 "type": "array"
848 },
849 {
Missing positive tests
850
"type": "null"
851 }
852 ],
853 "examples": [
854 [
855 "my-flow-run-1",
856 "my-flow-run-2"
857 ]
858 ],
859 },
860 "like_": {
861 "anyOf": [
862 {
863 "type": "string"
864 },
865 {
Missing positive tests
866
"type": "null"
867 }
868 ],
869 "examples": [
870 "marvin"
871 ],
872 }
873 },
874 "type": "object"
875 },
876 "FlowRunFilterNextScheduledStartTime": {
877 "additionalProperties": false,
878 "properties": {
879 "after_": {
880 "anyOf": [
881 {
Missing positive tests
882
"format": "date-time",
883 "type": "string"
884 },
885 {
886 "type": "null"
887 }
888 ],
889 },
890 "before_": {
891 "anyOf": [
892 {
Missing positive tests
893
"format": "date-time",
894 "type": "string"
895 },
896 {
897 "type": "null"
898 }
899 ],
900 }
901 },
902 "type": "object"
903 },
904 "FlowRunFilterParentFlowRunId": {
905 "additionalProperties": false,
906 "properties": {
907 "any_": {
908 "anyOf": [
909 {
910 "items": {
Missing positive tests
911
"format": "uuid",
912 "type": "string"
913 },
914 "type": "array"
915 },
916 {
917 "type": "null"
918 }
919 ],
920 },
921 "operator": {
922 "$ref": "#/components/schemas/Operator",
923 }
924 },
925 "type": "object"
926 },
927 "FlowRunFilterParentTaskRunId": {
928 "additionalProperties": false,
929 "properties": {
930 "any_": {
931 "anyOf": [
932 {
933 "items": {
Missing positive tests
934
"format": "uuid",
935 "type": "string"
936 },
937 "type": "array"
938 },
939 {
940 "type": "null"
941 }
942 ],
943 },
944 "is_null_": {
945 "anyOf": [
946 {
Missing positive tests
947
"type": "boolean"
948 },
949 {
950 "type": "null"
951 }
952 ],
953 },
954 "operator": {
955 "$ref": "#/components/schemas/Operator",
956 }
957 },
958 "type": "object"
959 },
960 "FlowRunFilterStartTime": {
961 "additionalProperties": false,
962 "properties": {
963 "after_": {
964 "anyOf": [
965 {
Missing positive tests
966
"format": "date-time",
967 "type": "string"
968 },
969 {
970 "type": "null"
971 }
972 ],
973 },
974 "before_": {
975 "anyOf": [
976 {
Missing positive tests
977
"format": "date-time",
978 "type": "string"
979 },
980 {
981 "type": "null"
982 }
983 ],
984 },
985 "is_null_": {
986 "anyOf": [
987 {
Missing positive tests
988
"type": "boolean"
989 },
990 {
991 "type": "null"
992 }
993 ],
994 }
995 },
996 "type": "object"
997 },
998 "FlowRunFilterState": {
999 "additionalProperties": false,
1000 "properties": {
1001 "name": {
1002 "anyOf": [
1003 {
1004 "$ref": "#/components/schemas/FlowRunFilterStateName"
1005 },
1006 {
Missing positive tests
1007
"type": "null"
1008 }
1009 ],
1010 },
1011 "operator": {
1012 "$ref": "#/components/schemas/Operator",
1013 },
1014 "type": {
1015 "anyOf": [
1016 {
1017 "$ref": "#/components/schemas/FlowRunFilterStateType"
1018 },
1019 {
Missing positive tests
1020
"type": "null"
1021 }
1022 ],
1023 }
1024 },
1025 "type": "object"
1026 },
1027 "FlowRunFilterStateName": {
1028 "additionalProperties": false,
1029 "properties": {
1030 "any_": {
1031 "anyOf": [
1032 {
1033 "items": {
Missing positive tests
1034
"type": "string"
1035 },
1036 "type": "array"
1037 },
1038 {
1039 "type": "null"
1040 }
1041 ],
1042 },
1043 "not_any_": {
1044 "anyOf": [
1045 {
1046 "items": {
Missing positive tests
1047
"type": "string"
1048 },
1049 "type": "array"
1050 },
1051 {
1052 "type": "null"
1053 }
1054 ],
1055 }
1056 },
1057 "type": "object"
1058 },
1059 "FlowRunFilterStateType": {
1060 "additionalProperties": false,
1061 "properties": {
1062 "any_": {
1063 "anyOf": [
1064 {
1065 "items": {
Missing positive tests
1066
"$ref": "#/components/schemas/StateType"
1067 },
1068 "type": "array"
1069 },
1070 {
1071 "type": "null"
1072 }
1073 ],
1074 },
1075 "not_any_": {
1076 "anyOf": [
1077 {
1078 "items": {
Missing positive tests
1079
"$ref": "#/components/schemas/StateType"
1080 },
1081 "type": "array"
1082 },
1083 {
1084 "type": "null"
1085 }
1086 ],
1087 }
1088 },
1089 "type": "object"
1090 },
1091 "FlowRunFilterTags": {
1092 "additionalProperties": false,
1093 "properties": {
1094 "all_": {
1095 "anyOf": [
1096 {
1097 "items": {
1098 "type": "string"
1099 },
1100 "type": "array"
1101 },
1102 {
Missing positive tests
1103
"type": "null"
1104 }
1105 ],
1106 "examples": [
1107 [
1108 "tag-1",
1109 "tag-2"
1110 ]
1111 ],
1112 },
1113 "any_": {
1114 "anyOf": [
1115 {
1116 "items": {
1117 "type": "string"
1118 },
1119 "type": "array"
1120 },
1121 {
Missing positive tests
1122
"type": "null"
1123 }
1124 ],
1125 "examples": [
1126 [
1127 "tag-1",
1128 "tag-2"
1129 ]
1130 ],
1131 },
1132 "is_null_": {
1133 "anyOf": [
1134 {
Missing positive tests
1135
"type": "boolean"
1136 },
1137 {
1138 "type": "null"
1139 }
1140 ],
1141 },
1142 "operator": {
1143 "$ref": "#/components/schemas/Operator",
1144 }
1145 },
1146 "type": "object"
1147 },
1148 "FlowRunFilterWorkQueueName": {
1149 "additionalProperties": false,
1150 "properties": {
1151 "any_": {
1152 "anyOf": [
1153 {
1154 "items": {
1155 "type": "string"
1156 },
1157 "type": "array"
1158 },
1159 {
Missing positive tests
1160
"type": "null"
1161 }
1162 ],
1163 "examples": [
1164 [
1165 "work_queue_1",
1166 "work_queue_2"
1167 ]
1168 ],
1169 },
1170 "is_null_": {
1171 "anyOf": [
1172 {
Missing positive tests
1173
"type": "boolean"
1174 },
1175 {
1176 "type": "null"
1177 }
1178 ],
1179 },
1180 "operator": {
1181 "$ref": "#/components/schemas/Operator",
1182 }
1183 },
1184 "type": "object"
1185 },
1186 "Operator": {
1187 "enum": [
1188 "and_",
1189 "or_"
1190 ],
1191 "type": "string"
1192 },
1193 "StateType": {
Missing positive tests
1194
"enum": [
1195 "SCHEDULED",
1196 "PENDING",
1197 "RUNNING",
1198 "COMPLETED",
1199 "FAILED",
1200 "CANCELLED",
1201 "CRASHED",
1202 "PAUSED",
1203 "CANCELLING"
Missing positive tests
1204
],
1205 "type": "string"
1206 },
1207 "TaskRunFilter": {
1208 "additionalProperties": false,
1209 "properties": {
1210 "expected_start_time": {
1211 "anyOf": [
1212 {
1213 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1214 },
1215 {
Missing positive tests
1216
"type": "null"
1217 }
1218 ],
1219 },
1220 "flow_run_id": {
1221 "anyOf": [
1222 {
1223 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1224 },
1225 {
Missing positive tests
1226
"type": "null"
1227 }
1228 ],
1229 },
1230 "id": {
1231 "anyOf": [
1232 {
1233 "$ref": "#/components/schemas/TaskRunFilterId"
1234 },
1235 {
Missing positive tests
1236
"type": "null"
1237 }
1238 ],
1239 },
1240 "name": {
1241 "anyOf": [
1242 {
1243 "$ref": "#/components/schemas/TaskRunFilterName"
1244 },
1245 {
Missing positive tests
1246
"type": "null"
1247 }
1248 ],
1249 },
1250 "operator": {
1251 "$ref": "#/components/schemas/Operator",
1252 },
1253 "start_time": {
1254 "anyOf": [
1255 {
1256 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1257 },
1258 {
Missing positive tests
1259
"type": "null"
1260 }
1261 ],
1262 },
1263 "state": {
1264 "anyOf": [
1265 {
1266 "$ref": "#/components/schemas/TaskRunFilterState"
1267 },
1268 {
Missing positive tests
1269
"type": "null"
1270 }
1271 ],
1272 },
1273 "subflow_runs": {
1274 "anyOf": [
1275 {
1276 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1277 },
1278 {
Missing positive tests
1279
"type": "null"
1280 }
1281 ],
1282 },
1283 "tags": {
1284 "anyOf": [
1285 {
1286 "$ref": "#/components/schemas/TaskRunFilterTags"
1287 },
1288 {
Missing positive tests
1289
"type": "null"
1290 }
1291 ],
1292 }
1293 },
1294 "type": "object"
1295 },
1296 "TaskRunFilterExpectedStartTime": {
1297 "additionalProperties": false,
1298 "properties": {
1299 "after_": {
1300 "anyOf": [
1301 {
Missing positive tests
1302
"format": "date-time",
1303 "type": "string"
1304 },
1305 {
1306 "type": "null"
1307 }
1308 ],
1309 },
1310 "before_": {
1311 "anyOf": [
1312 {
Missing positive tests
1313
"format": "date-time",
1314 "type": "string"
1315 },
1316 {
1317 "type": "null"
1318 }
1319 ],
1320 }
1321 },
1322 "type": "object"
1323 },
1324 "TaskRunFilterFlowRunId": {
1325 "additionalProperties": false,
1326 "properties": {
1327 "any_": {
1328 "anyOf": [
1329 {
1330 "items": {
Missing positive tests
1331
"format": "uuid",
1332 "type": "string"
1333 },
1334 "type": "array"
1335 },
1336 {
1337 "type": "null"
1338 }
1339 ],
1340 },
1341 "is_null_": {
1342 "anyOf": [
1343 {
1344 "type": "boolean"
1345 },
1346 {
Missing positive tests
1347
"type": "null"
1348 }
1349 ],
1350 },
1351 "operator": {
1352 "$ref": "#/components/schemas/Operator",
1353 }
1354 },
1355 "type": "object"
1356 },
1357 "TaskRunFilterId": {
1358 "additionalProperties": false,
1359 "properties": {
1360 "any_": {
1361 "anyOf": [
1362 {
1363 "items": {
Missing positive tests
1364
"format": "uuid",
1365 "type": "string"
1366 },
1367 "type": "array"
1368 },
1369 {
1370 "type": "null"
1371 }
1372 ],
1373 }
1374 },
1375 "type": "object"
1376 },
1377 "TaskRunFilterName": {
1378 "additionalProperties": false,
1379 "properties": {
1380 "any_": {
1381 "anyOf": [
1382 {
1383 "items": {
1384 "type": "string"
1385 },
1386 "type": "array"
1387 },
1388 {
Missing positive tests
1389
"type": "null"
1390 }
1391 ],
1392 "examples": [
1393 [
1394 "my-task-run-1",
1395 "my-task-run-2"
1396 ]
1397 ],
1398 },
1399 "like_": {
1400 "anyOf": [
1401 {
1402 "type": "string"
1403 },
1404 {
Missing positive tests
1405
"type": "null"
1406 }
1407 ],
1408 "examples": [
1409 "marvin"
1410 ],
1411 }
1412 },
1413 "type": "object"
1414 },
1415 "TaskRunFilterStartTime": {
1416 "additionalProperties": false,
1417 "properties": {
1418 "after_": {
1419 "anyOf": [
1420 {
Missing positive tests
1421
"format": "date-time",
1422 "type": "string"
1423 },
1424 {
1425 "type": "null"
1426 }
1427 ],
1428 },
1429 "before_": {
1430 "anyOf": [
1431 {
Missing positive tests
1432
"format": "date-time",
1433 "type": "string"
1434 },
1435 {
1436 "type": "null"
1437 }
1438 ],
1439 },
1440 "is_null_": {
1441 "anyOf": [
1442 {
Missing positive tests
1443
"type": "boolean"
1444 },
1445 {
1446 "type": "null"
1447 }
1448 ],
1449 }
1450 },
1451 "type": "object"
1452 },
1453 "TaskRunFilterState": {
1454 "additionalProperties": false,
1455 "properties": {
1456 "name": {
1457 "anyOf": [
1458 {
1459 "$ref": "#/components/schemas/TaskRunFilterStateName"
1460 },
1461 {
Missing positive tests
1462
"type": "null"
1463 }
1464 ],
1465 },
1466 "operator": {
1467 "$ref": "#/components/schemas/Operator",
1468 },
1469 "type": {
1470 "anyOf": [
1471 {
1472 "$ref": "#/components/schemas/TaskRunFilterStateType"
1473 },
1474 {
Missing positive tests
1475
"type": "null"
1476 }
1477 ],
1478 }
1479 },
1480 "type": "object"
1481 },
1482 "TaskRunFilterStateName": {
1483 "additionalProperties": false,
1484 "properties": {
1485 "any_": {
1486 "anyOf": [
1487 {
1488 "items": {
Missing positive tests
1489
"type": "string"
1490 },
1491 "type": "array"
1492 },
1493 {
1494 "type": "null"
1495 }
1496 ],
1497 }
1498 },
1499 "type": "object"
1500 },
1501 "TaskRunFilterStateType": {
1502 "additionalProperties": false,
1503 "properties": {
1504 "any_": {
1505 "anyOf": [
1506 {
1507 "items": {
Missing positive tests
1508
"$ref": "#/components/schemas/StateType"
1509 },
1510 "type": "array"
1511 },
1512 {
1513 "type": "null"
1514 }
1515 ],
1516 }
1517 },
1518 "type": "object"
1519 },
1520 "TaskRunFilterSubFlowRuns": {
1521 "additionalProperties": false,
1522 "properties": {
1523 "exists_": {
1524 "anyOf": [
1525 {
Missing positive tests
1526
"type": "boolean"
1527 },
1528 {
1529 "type": "null"
1530 }
1531 ],
1532 }
1533 },
1534 "type": "object"
1535 },
1536 "TaskRunFilterTags": {
1537 "additionalProperties": false,
1538 "properties": {
1539 "all_": {
1540 "anyOf": [
1541 {
1542 "items": {
1543 "type": "string"
1544 },
1545 "type": "array"
1546 },
1547 {
Missing positive tests
1548
"type": "null"
1549 }
1550 ],
1551 "examples": [
1552 [
1553 "tag-1",
1554 "tag-2"
1555 ]
1556 ],
1557 },
1558 "is_null_": {
1559 "anyOf": [
1560 {
Missing positive tests
1561
"type": "boolean"
1562 },
1563 {
1564 "type": "null"
1565 }
1566 ],
1567 },
1568 "operator": {
1569 "$ref": "#/components/schemas/Operator",
1570 }
1571 },
1572 "type": "object"
1573 }
1574 }
1575 }
1576}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
803 2.15ms
default
Default
0 -
Examples
17 of 17 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 482 keywords covered
1{
2 "$ref": "#/components/schemas/Body_paginate_task_runs_task_runs_paginate_post",
3 "components": {
4 "schemas": {
5 "Body_paginate_task_runs_task_runs_paginate_post": {
Missing negative tests
6
"properties": {
7 "deployments": {
Missing negative tests
8
"anyOf": [
9 {
Missing negative tests
10
"$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
Missing positive tests
13
"type": "null"
14 }
Missing negative tests
15
]
16 },
17 "flow_runs": {
Missing negative tests
18
"anyOf": [
19 {
Missing negative tests
20
"$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
Missing positive tests
23
"type": "null"
24 }
Missing negative tests
25
]
26 },
27 "flows": {
Missing negative tests
28
"anyOf": [
29 {
Missing negative tests
30
"$ref": "#/components/schemas/FlowFilter"
31 },
32 {
Missing positive tests
33
"type": "null"
34 }
Missing negative tests
35
]
36 },
37 "limit": {
Missing tests
38
"type": "integer"
39 },
40 "page": {
Missing tests
41
"minimum": 1.0,
Missing tests
42
"type": "integer"
43 },
44 "sort": {
Missing negative tests
45
"$ref": "#/components/schemas/TaskRunSort",
46 },
47 "task_runs": {
Missing negative tests
48
"anyOf": [
49 {
Missing negative tests
50
"$ref": "#/components/schemas/TaskRunFilter"
51 },
52 {
Missing positive tests
53
"type": "null"
54 }
Missing negative tests
55
]
56 }
Missing negative tests
57
},
58 "type": "object"
59 },
60 "DeploymentFilter": {
61 "additionalProperties": false,
Missing negative tests
62
"properties": {
63 "concurrency_limit": {
Missing tests
64
"anyOf": [
65 {
Missing tests
66
"$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
67 },
68 {
Missing tests
69
"type": "null"
70 }
Missing tests
71
],
72 "deprecated": true,
73 },
74 "flow_or_deployment_name": {
Missing tests
75
"anyOf": [
76 {
Missing tests
77
"$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
78 },
79 {
Missing tests
80
"type": "null"
81 }
Missing tests
82
],
83 },
84 "id": {
Missing tests
85
"anyOf": [
86 {
Missing tests
87
"$ref": "#/components/schemas/DeploymentFilterId"
88 },
89 {
Missing tests
90
"type": "null"
91 }
Missing tests
92
],
93 },
94 "name": {
Missing negative tests
95
"anyOf": [
96 {
Missing negative tests
97
"$ref": "#/components/schemas/DeploymentFilterName"
98 },
99 {
Missing positive tests
100
"type": "null"
101 }
Missing negative tests
102
],
103 },
104 "operator": {
Missing tests
105
"$ref": "#/components/schemas/Operator",
106 },
107 "paused": {
Missing tests
108
"anyOf": [
109 {
Missing tests
110
"$ref": "#/components/schemas/DeploymentFilterPaused"
111 },
112 {
Missing tests
113
"type": "null"
114 }
Missing tests
115
],
116 },
117 "tags": {
Missing negative tests
118
"anyOf": [
119 {
Missing negative tests
120
"$ref": "#/components/schemas/DeploymentFilterTags"
121 },
122 {
Missing positive tests
123
"type": "null"
124 }
Missing negative tests
125
],
126 },
127 "work_queue_name": {
Missing negative tests
128
"anyOf": [
129 {
Missing negative tests
130
"$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
131 },
132 {
Missing positive tests
133
"type": "null"
134 }
Missing negative tests
135
],
136 }
Missing negative tests
137
},
Missing negative tests
138
"type": "object"
139 },
140 "DeploymentFilterConcurrencyLimit": {
141 "additionalProperties": false,
Missing tests
142
"properties": {
143 "ge_": {
Missing tests
144
"anyOf": [
145 {
Missing tests
146
"type": "integer"
147 },
148 {
Missing tests
149
"type": "null"
150 }
Missing tests
151
],
152 },
153 "is_null_": {
Missing tests
154
"anyOf": [
155 {
Missing tests
156
"type": "boolean"
157 },
158 {
Missing tests
159
"type": "null"
160 }
Missing tests
161
],
162 },
163 "le_": {
Missing tests
164
"anyOf": [
165 {
Missing tests
166
"type": "integer"
167 },
168 {
Missing tests
169
"type": "null"
170 }
Missing tests
171
],
172 }
Missing tests
173
},
Missing tests
174
"type": "object"
175 },
176 "DeploymentFilterId": {
177 "additionalProperties": false,
Missing tests
178
"properties": {
179 "any_": {
Missing tests
180
"anyOf": [
181 {
182 "items": {
Missing tests
183
"format": "uuid",
Missing tests
184
"type": "string"
185 },
Missing tests
186
"type": "array"
187 },
188 {
Missing tests
189
"type": "null"
190 }
Missing tests
191
],
192 },
193 "not_any_": {
Missing tests
194
"anyOf": [
195 {
196 "items": {
Missing tests
197
"format": "uuid",
Missing tests
198
"type": "string"
199 },
Missing tests
200
"type": "array"
201 },
202 {
Missing tests
203
"type": "null"
204 }
Missing tests
205
],
206 }
Missing tests
207
},
Missing tests
208
"type": "object"
209 },
210 "DeploymentFilterName": {
211 "additionalProperties": false,
Missing negative tests
212
"properties": {
213 "any_": {
Missing negative tests
214
"anyOf": [
215 {
216 "items": {
Missing negative tests
217
"type": "string"
218 },
Missing negative tests
219
"type": "array"
220 },
221 {
Missing positive tests
222
"type": "null"
223 }
Missing negative tests
224
],
225 "examples": [
226 [
227 "my-deployment-1",
228 "my-deployment-2"
229 ]
230 ],
231 },
232 "like_": {
Missing negative tests
233
"anyOf": [
234 {
Missing negative tests
235
"type": "string"
236 },
237 {
Missing positive tests
238
"type": "null"
239 }
Missing negative tests
240
],
241 "examples": [
242 "marvin"
243 ],
244 }
Missing negative tests
245
},
Missing negative tests
246
"type": "object"
247 },
248 "DeploymentFilterPaused": {
249 "additionalProperties": false,
Missing tests
250
"properties": {
251 "eq_": {
Missing tests
252
"anyOf": [
253 {
Missing tests
254
"type": "boolean"
255 },
256 {
Missing tests
257
"type": "null"
258 }
Missing tests
259
],
260 }
Missing tests
261
},
Missing tests
262
"type": "object"
263 },
264 "DeploymentFilterTags": {
265 "additionalProperties": false,
Missing negative tests
266
"properties": {
267 "all_": {
Missing negative tests
268
"anyOf": [
269 {
270 "items": {
Missing negative tests
271
"type": "string"
272 },
Missing negative tests
273
"type": "array"
274 },
275 {
Missing positive tests
276
"type": "null"
277 }
Missing negative tests
278
],
279 "examples": [
280 [
281 "tag-1",
282 "tag-2"
283 ]
284 ],
285 },
286 "any_": {
Missing negative tests
287
"anyOf": [
288 {
289 "items": {
Missing negative tests
290
"type": "string"
291 },
Missing negative tests
292
"type": "array"
293 },
294 {
Missing positive tests
295
"type": "null"
296 }
Missing negative tests
297
],
298 "examples": [
299 [
300 "tag-1",
301 "tag-2"
302 ]
303 ],
304 },
305 "is_null_": {
Missing tests
306
"anyOf": [
307 {
Missing tests
308
"type": "boolean"
309 },
310 {
Missing tests
311
"type": "null"
312 }
Missing tests
313
],
314 },
315 "operator": {
Missing tests
316
"$ref": "#/components/schemas/Operator",
317 }
Missing negative tests
318
},
Missing negative tests
319
"type": "object"
320 },
321 "DeploymentFilterWorkQueueName": {
322 "additionalProperties": false,
Missing negative tests
323
"properties": {
324 "any_": {
Missing negative tests
325
"anyOf": [
326 {
327 "items": {
Missing negative tests
328
"type": "string"
329 },
Missing negative tests
330
"type": "array"
331 },
332 {
Missing positive tests
333
"type": "null"
334 }
Missing negative tests
335
],
336 "examples": [
337 [
338 "work_queue_1",
339 "work_queue_2"
340 ]
341 ],
342 }
Missing negative tests
343
},
Missing negative tests
344
"type": "object"
345 },
346 "DeploymentOrFlowNameFilter": {
347 "additionalProperties": false,
Missing tests
348
"properties": {
349 "like_": {
Missing tests
350
"anyOf": [
351 {
Missing tests
352
"type": "string"
353 },
354 {
Missing tests
355
"type": "null"
356 }
Missing tests
357
],
358 }
Missing tests
359
},
Missing tests
360
"type": "object"
361 },
362 "FlowFilter": {
363 "additionalProperties": false,
Missing negative tests
364
"properties": {
365 "deployment": {
Missing tests
366
"anyOf": [
367 {
Missing tests
368
"$ref": "#/components/schemas/FlowFilterDeployment"
369 },
370 {
Missing tests
371
"type": "null"
372 }
Missing tests
373
],
374 },
375 "id": {
Missing tests
376
"anyOf": [
377 {
Missing tests
378
"$ref": "#/components/schemas/FlowFilterId"
379 },
380 {
Missing tests
381
"type": "null"
382 }
Missing tests
383
],
384 },
385 "name": {
Missing negative tests
386
"anyOf": [
387 {
Missing negative tests
388
"$ref": "#/components/schemas/FlowFilterName"
389 },
390 {
Missing positive tests
391
"type": "null"
392 }
Missing negative tests
393
],
394 },
395 "operator": {
Missing tests
396
"$ref": "#/components/schemas/Operator",
397 },
398 "tags": {
Missing negative tests
399
"anyOf": [
400 {
Missing negative tests
401
"$ref": "#/components/schemas/FlowFilterTags"
402 },
403 {
Missing positive tests
404
"type": "null"
405 }
Missing negative tests
406
],
407 }
Missing negative tests
408
},
Missing negative tests
409
"type": "object"
410 },
411 "FlowFilterDeployment": {
412 "additionalProperties": false,
Missing tests
413
"properties": {
414 "is_null_": {
Missing tests
415
"anyOf": [
416 {
Missing tests
417
"type": "boolean"
418 },
419 {
Missing tests
420
"type": "null"
421 }
Missing tests
422
],
423 },
424 "operator": {
Missing tests
425
"$ref": "#/components/schemas/Operator",
426 }
Missing tests
427
},
Missing tests
428
"type": "object"
429 },
430 "FlowFilterId": {
431 "additionalProperties": false,
Missing tests
432
"properties": {
433 "any_": {
Missing tests
434
"anyOf": [
435 {
436 "items": {
Missing tests
437
"format": "uuid",
Missing tests
438
"type": "string"
439 },
Missing tests
440
"type": "array"
441 },
442 {
Missing tests
443
"type": "null"
444 }
Missing tests
445
],
446 }
Missing tests
447
},
Missing tests
448
"type": "object"
449 },
450 "FlowFilterName": {
451 "additionalProperties": false,
Missing negative tests
452
"properties": {
453 "any_": {
Missing negative tests
454
"anyOf": [
455 {
456 "items": {
Missing negative tests
457
"type": "string"
458 },
Missing negative tests
459
"type": "array"
460 },
461 {
Missing positive tests
462
"type": "null"
463 }
Missing negative tests
464
],
465 "examples": [
466 [
467 "my-flow-1",
468 "my-flow-2"
469 ]
470 ],
471 },
472 "like_": {
Missing negative tests
473
"anyOf": [
474 {
Missing negative tests
475
"type": "string"
476 },
477 {
Missing positive tests
478
"type": "null"
479 }
Missing negative tests
480
],
481 "examples": [
482 "marvin"
483 ],
484 }
Missing negative tests
485
},
Missing negative tests
486
"type": "object"
487 },
488 "FlowFilterTags": {
489 "additionalProperties": false,
Missing negative tests
490
"properties": {
491 "all_": {
Missing negative tests
492
"anyOf": [
493 {
494 "items": {
Missing negative tests
495
"type": "string"
496 },
Missing negative tests
497
"type": "array"
498 },
499 {
Missing positive tests
500
"type": "null"
501 }
Missing negative tests
502
],
503 "examples": [
504 [
505 "tag-1",
506 "tag-2"
507 ]
508 ],
509 },
510 "is_null_": {
Missing tests
511
"anyOf": [
512 {
Missing tests
513
"type": "boolean"
514 },
515 {
Missing tests
516
"type": "null"
517 }
Missing tests
518
],
519 },
520 "operator": {
Missing tests
521
"$ref": "#/components/schemas/Operator",
522 }
Missing negative tests
523
},
Missing negative tests
524
"type": "object"
525 },
526 "FlowRunFilter": {
527 "additionalProperties": false,
Missing negative tests
528
"properties": {
529 "deployment_id": {
Missing tests
530
"anyOf": [
531 {
Missing tests
532
"$ref": "#/components/schemas/FlowRunFilterDeploymentId"
533 },
534 {
Missing tests
535
"type": "null"
536 }
Missing tests
537
],
538 },
539 "end_time": {
Missing tests
540
"anyOf": [
541 {
Missing tests
542
"$ref": "#/components/schemas/FlowRunFilterEndTime"
543 },
544 {
Missing tests
545
"type": "null"
546 }
Missing tests
547
],
548 },
549 "expected_start_time": {
Missing tests
550
"anyOf": [
551 {
Missing tests
552
"$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
553 },
554 {
Missing tests
555
"type": "null"
556 }
Missing tests
557
],
558 },
559 "flow_version": {
Missing tests
560
"anyOf": [
561 {
Missing tests
562
"$ref": "#/components/schemas/FlowRunFilterFlowVersion"
563 },
564 {
Missing tests
565
"type": "null"
566 }
Missing tests
567
],
568 },
569 "id": {
Missing tests
570
"anyOf": [
571 {
Missing tests
572
"$ref": "#/components/schemas/FlowRunFilterId"
573 },
574 {
Missing tests
575
"type": "null"
576 }
Missing tests
577
],
578 },
579 "idempotency_key": {
Missing tests
580
"anyOf": [
581 {
Missing tests
582
"$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
583 },
584 {
Missing tests
585
"type": "null"
586 }
Missing tests
587
],
588 },
589 "name": {
Missing negative tests
590
"anyOf": [
591 {
Missing negative tests
592
"$ref": "#/components/schemas/FlowRunFilterName"
593 },
594 {
Missing positive tests
595
"type": "null"
596 }
Missing negative tests
597
],
598 },
599 "next_scheduled_start_time": {
Missing tests
600
"anyOf": [
601 {
Missing tests
602
"$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
603 },
604 {
Missing tests
605
"type": "null"
606 }
Missing tests
607
],
608 },
609 "operator": {
Missing tests
610
"$ref": "#/components/schemas/Operator",
611 },
612 "parent_flow_run_id": {
Missing tests
613
"anyOf": [
614 {
Missing tests
615
"$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
616 },
617 {
Missing tests
618
"type": "null"
619 }
Missing tests
620
],
621 },
622 "parent_task_run_id": {
Missing tests
623
"anyOf": [
624 {
Missing tests
625
"$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
626 },
627 {
Missing tests
628
"type": "null"
629 }
Missing tests
630
],
631 },
632 "start_time": {
Missing tests
633
"anyOf": [
634 {
Missing tests
635
"$ref": "#/components/schemas/FlowRunFilterStartTime"
636 },
637 {
Missing tests
638
"type": "null"
639 }
Missing tests
640
],
641 },
642 "state": {
Missing tests
643
"anyOf": [
644 {
Missing tests
645
"$ref": "#/components/schemas/FlowRunFilterState"
646 },
647 {
Missing tests
648
"type": "null"
649 }
Missing tests
650
],
651 },
652 "tags": {
Missing negative tests
653
"anyOf": [
654 {
Missing negative tests
655
"$ref": "#/components/schemas/FlowRunFilterTags"
656 },
657 {
Missing positive tests
658
"type": "null"
659 }
Missing negative tests
660
],
661 },
662 "work_queue_name": {
Missing negative tests
663
"anyOf": [
664 {
Missing negative tests
665
"$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
666 },
667 {
Missing positive tests
668
"type": "null"
669 }
Missing negative tests
670
],
671 }
Missing negative tests
672
},
Missing negative tests
673
"type": "object"
674 },
675 "FlowRunFilterDeploymentId": {
676 "additionalProperties": false,
Missing tests
677
"properties": {
678 "any_": {
Missing tests
679
"anyOf": [
680 {
681 "items": {
Missing tests
682
"format": "uuid",
Missing tests
683
"type": "string"
684 },
Missing tests
685
"type": "array"
686 },
687 {
Missing tests
688
"type": "null"
689 }
Missing tests
690
],
691 },
692 "is_null_": {
Missing tests
693
"anyOf": [
694 {
Missing tests
695
"type": "boolean"
696 },
697 {
Missing tests
698
"type": "null"
699 }
Missing tests
700
],
701 },
702 "operator": {
Missing tests
703
"$ref": "#/components/schemas/Operator",
704 }
Missing tests
705
},
Missing tests
706
"type": "object"
707 },
708 "FlowRunFilterEndTime": {
709 "additionalProperties": false,
Missing tests
710
"properties": {
711 "after_": {
Missing tests
712
"anyOf": [
713 {
Missing tests
714
"format": "date-time",
Missing tests
715
"type": "string"
716 },
717 {
Missing tests
718
"type": "null"
719 }
Missing tests
720
],
721 },
722 "before_": {
Missing tests
723
"anyOf": [
724 {
Missing tests
725
"format": "date-time",
Missing tests
726
"type": "string"
727 },
728 {
Missing tests
729
"type": "null"
730 }
Missing tests
731
],
732 },
733 "is_null_": {
Missing tests
734
"anyOf": [
735 {
Missing tests
736
"type": "boolean"
737 },
738 {
Missing tests
739
"type": "null"
740 }
Missing tests
741
],
742 }
Missing tests
743
},
Missing tests
744
"type": "object"
745 },
746 "FlowRunFilterExpectedStartTime": {
747 "additionalProperties": false,
Missing tests
748
"properties": {
749 "after_": {
Missing tests
750
"anyOf": [
751 {
Missing tests
752
"format": "date-time",
Missing tests
753
"type": "string"
754 },
755 {
Missing tests
756
"type": "null"
757 }
Missing tests
758
],
759 },
760 "before_": {
Missing tests
761
"anyOf": [
762 {
Missing tests
763
"format": "date-time",
Missing tests
764
"type": "string"
765 },
766 {
Missing tests
767
"type": "null"
768 }
Missing tests
769
],
770 }
Missing tests
771
},
Missing tests
772
"type": "object"
773 },
774 "FlowRunFilterFlowVersion": {
775 "additionalProperties": false,
Missing tests
776
"properties": {
777 "any_": {
Missing tests
778
"anyOf": [
779 {
780 "items": {
Missing tests
781
"type": "string"
782 },
Missing tests
783
"type": "array"
784 },
785 {
Missing tests
786
"type": "null"
787 }
Missing tests
788
],
789 }
Missing tests
790
},
Missing tests
791
"type": "object"
792 },
793 "FlowRunFilterId": {
794 "additionalProperties": false,
Missing tests
795
"properties": {
796 "any_": {
Missing tests
797
"anyOf": [
798 {
799 "items": {
Missing tests
800
"format": "uuid",
Missing tests
801
"type": "string"
802 },
Missing tests
803
"type": "array"
804 },
805 {
Missing tests
806
"type": "null"
807 }
Missing tests
808
],
809 },
810 "not_any_": {
Missing tests
811
"anyOf": [
812 {
813 "items": {
Missing tests
814
"format": "uuid",
Missing tests
815
"type": "string"
816 },
Missing tests
817
"type": "array"
818 },
819 {
Missing tests
820
"type": "null"
821 }
Missing tests
822
],
823 }
Missing tests
824
},
Missing tests
825
"type": "object"
826 },
827 "FlowRunFilterIdempotencyKey": {
828 "additionalProperties": false,
Missing tests
829
"properties": {
830 "any_": {
Missing tests
831
"anyOf": [
832 {
833 "items": {
Missing tests
834
"type": "string"
835 },
Missing tests
836
"type": "array"
837 },
838 {
Missing tests
839
"type": "null"
840 }
Missing tests
841
],
842 },
843 "not_any_": {
Missing tests
844
"anyOf": [
845 {
846 "items": {
Missing tests
847
"type": "string"
848 },
Missing tests
849
"type": "array"
850 },
851 {
Missing tests
852
"type": "null"
853 }
Missing tests
854
],
855 }
Missing tests
856
},
Missing tests
857
"type": "object"
858 },
859 "FlowRunFilterName": {
860 "additionalProperties": false,
Missing negative tests
861
"properties": {
862 "any_": {
Missing negative tests
863
"anyOf": [
864 {
865 "items": {
Missing negative tests
866
"type": "string"
867 },
Missing negative tests
868
"type": "array"
869 },
870 {
Missing positive tests
871
"type": "null"
872 }
Missing negative tests
873
],
874 "examples": [
875 [
876 "my-flow-run-1",
877 "my-flow-run-2"
878 ]
879 ],
880 },
881 "like_": {
Missing negative tests
882
"anyOf": [
883 {
Missing negative tests
884
"type": "string"
885 },
886 {
Missing positive tests
887
"type": "null"
888 }
Missing negative tests
889
],
890 "examples": [
891 "marvin"
892 ],
893 }
Missing negative tests
894
},
Missing negative tests
895
"type": "object"
896 },
897 "FlowRunFilterNextScheduledStartTime": {
898 "additionalProperties": false,
Missing tests
899
"properties": {
900 "after_": {
Missing tests
901
"anyOf": [
902 {
Missing tests
903
"format": "date-time",
Missing tests
904
"type": "string"
905 },
906 {
Missing tests
907
"type": "null"
908 }
Missing tests
909
],
910 },
911 "before_": {
Missing tests
912
"anyOf": [
913 {
Missing tests
914
"format": "date-time",
Missing tests
915
"type": "string"
916 },
917 {
Missing tests
918
"type": "null"
919 }
Missing tests
920
],
921 }
Missing tests
922
},
Missing tests
923
"type": "object"
924 },
925 "FlowRunFilterParentFlowRunId": {
926 "additionalProperties": false,
Missing tests
927
"properties": {
928 "any_": {
Missing tests
929
"anyOf": [
930 {
931 "items": {
Missing tests
932
"format": "uuid",
Missing tests
933
"type": "string"
934 },
Missing tests
935
"type": "array"
936 },
937 {
Missing tests
938
"type": "null"
939 }
Missing tests
940
],
941 },
942 "operator": {
Missing tests
943
"$ref": "#/components/schemas/Operator",
944 }
Missing tests
945
},
Missing tests
946
"type": "object"
947 },
948 "FlowRunFilterParentTaskRunId": {
949 "additionalProperties": false,
Missing tests
950
"properties": {
951 "any_": {
Missing tests
952
"anyOf": [
953 {
954 "items": {
Missing tests
955
"format": "uuid",
Missing tests
956
"type": "string"
957 },
Missing tests
958
"type": "array"
959 },
960 {
Missing tests
961
"type": "null"
962 }
Missing tests
963
],
964 },
965 "is_null_": {
Missing tests
966
"anyOf": [
967 {
Missing tests
968
"type": "boolean"
969 },
970 {
Missing tests
971
"type": "null"
972 }
Missing tests
973
],
974 },
975 "operator": {
Missing tests
976
"$ref": "#/components/schemas/Operator",
977 }
Missing tests
978
},
Missing tests
979
"type": "object"
980 },
981 "FlowRunFilterStartTime": {
982 "additionalProperties": false,
Missing tests
983
"properties": {
984 "after_": {
Missing tests
985
"anyOf": [
986 {
Missing tests
987
"format": "date-time",
Missing tests
988
"type": "string"
989 },
990 {
Missing tests
991
"type": "null"
992 }
Missing tests
993
],
994 },
995 "before_": {
Missing tests
996
"anyOf": [
997 {
Missing tests
998
"format": "date-time",
Missing tests
999
"type": "string"
1000 },
1001 {
Missing tests
1002
"type": "null"
1003 }
Missing tests
1004
],
1005 },
1006 "is_null_": {
Missing tests
1007
"anyOf": [
1008 {
Missing tests
1009
"type": "boolean"
1010 },
1011 {
Missing tests
1012
"type": "null"
1013 }
Missing tests
1014
],
1015 }
Missing tests
1016
},
Missing tests
1017
"type": "object"
1018 },
1019 "FlowRunFilterState": {
1020 "additionalProperties": false,
Missing tests
1021
"properties": {
1022 "name": {
Missing tests
1023
"anyOf": [
1024 {
Missing tests
1025
"$ref": "#/components/schemas/FlowRunFilterStateName"
1026 },
1027 {
Missing tests
1028
"type": "null"
1029 }
Missing tests
1030
],
1031 },
1032 "operator": {
Missing tests
1033
"$ref": "#/components/schemas/Operator",
1034 },
1035 "type": {
Missing tests
1036
"anyOf": [
1037 {
Missing tests
1038
"$ref": "#/components/schemas/FlowRunFilterStateType"
1039 },
1040 {
Missing tests
1041
"type": "null"
1042 }
Missing tests
1043
],
1044 }
Missing tests
1045
},
Missing tests
1046
"type": "object"
1047 },
1048 "FlowRunFilterStateName": {
1049 "additionalProperties": false,
Missing tests
1050
"properties": {
1051 "any_": {
Missing tests
1052
"anyOf": [
1053 {
1054 "items": {
Missing tests
1055
"type": "string"
1056 },
Missing tests
1057
"type": "array"
1058 },
1059 {
Missing tests
1060
"type": "null"
1061 }
Missing tests
1062
],
1063 },
1064 "not_any_": {
Missing tests
1065
"anyOf": [
1066 {
1067 "items": {
Missing tests
1068
"type": "string"
1069 },
Missing tests
1070
"type": "array"
1071 },
1072 {
Missing tests
1073
"type": "null"
1074 }
Missing tests
1075
],
1076 }
Missing tests
1077
},
Missing tests
1078
"type": "object"
1079 },
1080 "FlowRunFilterStateType": {
1081 "additionalProperties": false,
Missing tests
1082
"properties": {
1083 "any_": {
Missing tests
1084
"anyOf": [
1085 {
1086 "items": {
Missing tests
1087
"$ref": "#/components/schemas/StateType"
1088 },
Missing tests
1089
"type": "array"
1090 },
1091 {
Missing tests
1092
"type": "null"
1093 }
Missing tests
1094
],
1095 },
1096 "not_any_": {
Missing tests
1097
"anyOf": [
1098 {
1099 "items": {
Missing tests
1100
"$ref": "#/components/schemas/StateType"
1101 },
Missing tests
1102
"type": "array"
1103 },
1104 {
Missing tests
1105
"type": "null"
1106 }
Missing tests
1107
],
1108 }
Missing tests
1109
},
Missing tests
1110
"type": "object"
1111 },
1112 "FlowRunFilterTags": {
1113 "additionalProperties": false,
Missing negative tests
1114
"properties": {
1115 "all_": {
Missing negative tests
1116
"anyOf": [
1117 {
1118 "items": {
Missing negative tests
1119
"type": "string"
1120 },
Missing negative tests
1121
"type": "array"
1122 },
1123 {
Missing positive tests
1124
"type": "null"
1125 }
Missing negative tests
1126
],
1127 "examples": [
1128 [
1129 "tag-1",
1130 "tag-2"
1131 ]
1132 ],
1133 },
1134 "any_": {
Missing negative tests
1135
"anyOf": [
1136 {
1137 "items": {
Missing negative tests
1138
"type": "string"
1139 },
Missing negative tests
1140
"type": "array"
1141 },
1142 {
Missing positive tests
1143
"type": "null"
1144 }
Missing negative tests
1145
],
1146 "examples": [
1147 [
1148 "tag-1",
1149 "tag-2"
1150 ]
1151 ],
1152 },
1153 "is_null_": {
Missing tests
1154
"anyOf": [
1155 {
Missing tests
1156
"type": "boolean"
1157 },
1158 {
Missing tests
1159
"type": "null"
1160 }
Missing tests
1161
],
1162 },
1163 "operator": {
Missing tests
1164
"$ref": "#/components/schemas/Operator",
1165 }
Missing negative tests
1166
},
Missing negative tests
1167
"type": "object"
1168 },
1169 "FlowRunFilterWorkQueueName": {
1170 "additionalProperties": false,
Missing negative tests
1171
"properties": {
1172 "any_": {
Missing negative tests
1173
"anyOf": [
1174 {
1175 "items": {
Missing negative tests
1176
"type": "string"
1177 },
Missing negative tests
1178
"type": "array"
1179 },
1180 {
Missing positive tests
1181
"type": "null"
1182 }
Missing negative tests
1183
],
1184 "examples": [
1185 [
1186 "work_queue_1",
1187 "work_queue_2"
1188 ]
1189 ],
1190 },
1191 "is_null_": {
Missing tests
1192
"anyOf": [
1193 {
Missing tests
1194
"type": "boolean"
1195 },
1196 {
Missing tests
1197
"type": "null"
1198 }
Missing tests
1199
],
1200 },
1201 "operator": {
Missing tests
1202
"$ref": "#/components/schemas/Operator",
1203 }
Missing negative tests
1204
},
Missing negative tests
1205
"type": "object"
1206 },
1207 "Operator": {
Missing tests
1208
"enum": [
1209 "and_",
1210 "or_"
Missing tests
1211
],
Missing tests
1212
"type": "string"
1213 },
1214 "StateType": {
Missing tests
1215
"enum": [
1216 "SCHEDULED",
1217 "PENDING",
1218 "RUNNING",
1219 "COMPLETED",
1220 "FAILED",
1221 "CANCELLED",
1222 "CRASHED",
1223 "PAUSED",
1224 "CANCELLING"
Missing tests
1225
],
Missing tests
1226
"type": "string"
1227 },
1228 "TaskRunFilter": {
1229 "additionalProperties": false,
Missing negative tests
1230
"properties": {
1231 "expected_start_time": {
Missing tests
1232
"anyOf": [
1233 {
Missing tests
1234
"$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1235 },
1236 {
Missing tests
1237
"type": "null"
1238 }
Missing tests
1239
],
1240 },
1241 "flow_run_id": {
Missing tests
1242
"anyOf": [
1243 {
Missing tests
1244
"$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1245 },
1246 {
Missing tests
1247
"type": "null"
1248 }
Missing tests
1249
],
1250 },
1251 "id": {
Missing tests
1252
"anyOf": [
1253 {
Missing tests
1254
"$ref": "#/components/schemas/TaskRunFilterId"
1255 },
1256 {
Missing tests
1257
"type": "null"
1258 }
Missing tests
1259
],
1260 },
1261 "name": {
Missing negative tests
1262
"anyOf": [
1263 {
Missing negative tests
1264
"$ref": "#/components/schemas/TaskRunFilterName"
1265 },
1266 {
Missing positive tests
1267
"type": "null"
1268 }
Missing negative tests
1269
],
1270 },
1271 "operator": {
Missing tests
1272
"$ref": "#/components/schemas/Operator",
1273 },
1274 "start_time": {
Missing tests
1275
"anyOf": [
1276 {
Missing tests
1277
"$ref": "#/components/schemas/TaskRunFilterStartTime"
1278 },
1279 {
Missing tests
1280
"type": "null"
1281 }
Missing tests
1282
],
1283 },
1284 "state": {
Missing tests
1285
"anyOf": [
1286 {
Missing tests
1287
"$ref": "#/components/schemas/TaskRunFilterState"
1288 },
1289 {
Missing tests
1290
"type": "null"
1291 }
Missing tests
1292
],
1293 },
1294 "subflow_runs": {
Missing tests
1295
"anyOf": [
1296 {
Missing tests
1297
"$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1298 },
1299 {
Missing tests
1300
"type": "null"
1301 }
Missing tests
1302
],
1303 },
1304 "tags": {
Missing negative tests
1305
"anyOf": [
1306 {
Missing negative tests
1307
"$ref": "#/components/schemas/TaskRunFilterTags"
1308 },
1309 {
Missing positive tests
1310
"type": "null"
1311 }
Missing negative tests
1312
],
1313 }
Missing negative tests
1314
},
Missing negative tests
1315
"type": "object"
1316 },
1317 "TaskRunFilterExpectedStartTime": {
1318 "additionalProperties": false,
Missing tests
1319
"properties": {
1320 "after_": {
Missing tests
1321
"anyOf": [
1322 {
Missing tests
1323
"format": "date-time",
Missing tests
1324
"type": "string"
1325 },
1326 {
Missing tests
1327
"type": "null"
1328 }
Missing tests
1329
],
1330 },
1331 "before_": {
Missing tests
1332
"anyOf": [
1333 {
Missing tests
1334
"format": "date-time",
Missing tests
1335
"type": "string"
1336 },
1337 {
Missing tests
1338
"type": "null"
1339 }
Missing tests
1340
],
1341 }
Missing tests
1342
},
Missing tests
1343
"type": "object"
1344 },
1345 "TaskRunFilterFlowRunId": {
1346 "additionalProperties": false,
Missing tests
1347
"properties": {
1348 "any_": {
Missing tests
1349
"anyOf": [
1350 {
1351 "items": {
Missing tests
1352
"format": "uuid",
Missing tests
1353
"type": "string"
1354 },
Missing tests
1355
"type": "array"
1356 },
1357 {
Missing tests
1358
"type": "null"
1359 }
Missing tests
1360
],
1361 },
1362 "is_null_": {
Missing tests
1363
"anyOf": [
1364 {
Missing tests
1365
"type": "boolean"
1366 },
1367 {
Missing tests
1368
"type": "null"
1369 }
Missing tests
1370
],
1371 },
1372 "operator": {
Missing tests
1373
"$ref": "#/components/schemas/Operator",
1374 }
Missing tests
1375
},
Missing tests
1376
"type": "object"
1377 },
1378 "TaskRunFilterId": {
1379 "additionalProperties": false,
Missing tests
1380
"properties": {
1381 "any_": {
Missing tests
1382
"anyOf": [
1383 {
1384 "items": {
Missing tests
1385
"format": "uuid",
Missing tests
1386
"type": "string"
1387 },
Missing tests
1388
"type": "array"
1389 },
1390 {
Missing tests
1391
"type": "null"
1392 }
Missing tests
1393
],
1394 }
Missing tests
1395
},
Missing tests
1396
"type": "object"
1397 },
1398 "TaskRunFilterName": {
1399 "additionalProperties": false,
Missing negative tests
1400
"properties": {
1401 "any_": {
Missing negative tests
1402
"anyOf": [
1403 {
1404 "items": {
Missing negative tests
1405
"type": "string"
1406 },
Missing negative tests
1407
"type": "array"
1408 },
1409 {
Missing positive tests
1410
"type": "null"
1411 }
Missing negative tests
1412
],
1413 "examples": [
1414 [
1415 "my-task-run-1",
1416 "my-task-run-2"
1417 ]
1418 ],
1419 },
1420 "like_": {
Missing negative tests
1421
"anyOf": [
1422 {
Missing negative tests
1423
"type": "string"
1424 },
1425 {
Missing positive tests
1426
"type": "null"
1427 }
Missing negative tests
1428
],
1429 "examples": [
1430 "marvin"
1431 ],
1432 }
Missing negative tests
1433
},
Missing negative tests
1434
"type": "object"
1435 },
1436 "TaskRunFilterStartTime": {
1437 "additionalProperties": false,
Missing tests
1438
"properties": {
1439 "after_": {
Missing tests
1440
"anyOf": [
1441 {
Missing tests
1442
"format": "date-time",
Missing tests
1443
"type": "string"
1444 },
1445 {
Missing tests
1446
"type": "null"
1447 }
Missing tests
1448
],
1449 },
1450 "before_": {
Missing tests
1451
"anyOf": [
1452 {
Missing tests
1453
"format": "date-time",
Missing tests
1454
"type": "string"
1455 },
1456 {
Missing tests
1457
"type": "null"
1458 }
Missing tests
1459
],
1460 },
1461 "is_null_": {
Missing tests
1462
"anyOf": [
1463 {
Missing tests
1464
"type": "boolean"
1465 },
1466 {
Missing tests
1467
"type": "null"
1468 }
Missing tests
1469
],
1470 }
Missing tests
1471
},
Missing tests
1472
"type": "object"
1473 },
1474 "TaskRunFilterState": {
1475 "additionalProperties": false,
Missing tests
1476
"properties": {
1477 "name": {
Missing tests
1478
"anyOf": [
1479 {
Missing tests
1480
"$ref": "#/components/schemas/TaskRunFilterStateName"
1481 },
1482 {
Missing tests
1483
"type": "null"
1484 }
Missing tests
1485
],
1486 },
1487 "operator": {
Missing tests
1488
"$ref": "#/components/schemas/Operator",
1489 },
1490 "type": {
Missing tests
1491
"anyOf": [
1492 {
Missing tests
1493
"$ref": "#/components/schemas/TaskRunFilterStateType"
1494 },
1495 {
Missing tests
1496
"type": "null"
1497 }
Missing tests
1498
],
1499 }
Missing tests
1500
},
Missing tests
1501
"type": "object"
1502 },
1503 "TaskRunFilterStateName": {
1504 "additionalProperties": false,
Missing tests
1505
"properties": {
1506 "any_": {
Missing tests
1507
"anyOf": [
1508 {
1509 "items": {
Missing tests
1510
"type": "string"
1511 },
Missing tests
1512
"type": "array"
1513 },
1514 {
Missing tests
1515
"type": "null"
1516 }
Missing tests
1517
],
1518 }
Missing tests
1519
},
Missing tests
1520
"type": "object"
1521 },
1522 "TaskRunFilterStateType": {
1523 "additionalProperties": false,
Missing tests
1524
"properties": {
1525 "any_": {
Missing tests
1526
"anyOf": [
1527 {
1528 "items": {
Missing tests
1529
"$ref": "#/components/schemas/StateType"
1530 },
Missing tests
1531
"type": "array"
1532 },
1533 {
Missing tests
1534
"type": "null"
1535 }
Missing tests
1536
],
1537 }
Missing tests
1538
},
Missing tests
1539
"type": "object"
1540 },
1541 "TaskRunFilterSubFlowRuns": {
1542 "additionalProperties": false,
Missing tests
1543
"properties": {
1544 "exists_": {
Missing tests
1545
"anyOf": [
1546 {
Missing tests
1547
"type": "boolean"
1548 },
1549 {
Missing tests
1550
"type": "null"
1551 }
Missing tests
1552
],
1553 }
Missing tests
1554
},
Missing tests
1555
"type": "object"
1556 },
1557 "TaskRunFilterTags": {
1558 "additionalProperties": false,
Missing negative tests
1559
"properties": {
1560 "all_": {
Missing negative tests
1561
"anyOf": [
1562 {
1563 "items": {
Missing negative tests
1564
"type": "string"
1565 },
Missing negative tests
1566
"type": "array"
1567 },
1568 {
Missing positive tests
1569
"type": "null"
1570 }
Missing negative tests
1571
],
1572 "examples": [
1573 [
1574 "tag-1",
1575 "tag-2"
1576 ]
1577 ],
1578 },
1579 "is_null_": {
Missing tests
1580
"anyOf": [
1581 {
Missing tests
1582
"type": "boolean"
1583 },
1584 {
Missing tests
1585
"type": "null"
1586 }
Missing tests
1587
],
1588 },
1589 "operator": {
Missing tests
1590
"$ref": "#/components/schemas/Operator",
1591 }
Missing negative tests
1592
},
Missing negative tests
1593
"type": "object"
1594 },
1595 "TaskRunSort": {
Missing negative tests
1596
"enum": [
1597 "ID_DESC",
1598 "EXPECTED_START_TIME_ASC",
1599 "EXPECTED_START_TIME_DESC",
1600 "NAME_ASC",
1601 "NAME_DESC",
1602 "NEXT_SCHEDULED_START_TIME_ASC",
1603 "END_TIME_DESC"
Missing negative tests
1604
],
Missing negative tests
1605
"type": "string"
1606 }
1607 }
1608 }
1609}
Responses
seen average

200
Successful Response
7 6.81ms
422
Validation Error
2 2.84ms
default
Default
1 2.07ms
Examples
0 of 19 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
page.default
 
1
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
sort.default
 
"ID_DESC"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
6 4.80ms
422
Validation Error
0 -
default
Default
11 2.11ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
1 2.80ms
422
Validation Error
0 -
default
Default
4 1.65ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json0 of 4 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/TaskRunUpdate",
3 "components": {
4 "schemas": {
5 "TaskRunUpdate": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "name": {
9 "examples": [
10 "my-task-run"
11 ],
Missing negative tests
12
"type": "string"
13 }
Missing negative tests
14
},
Missing negative tests
15
"type": "object"
16 }
17 }
18 }
19}
Responses
seen average

204
Successful Response
4 2.58ms
422
Validation Error
0 -
default
Default
8 2.51ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json4 of 83 keywords covered
1{
2 "$ref": "#/components/schemas/Body_set_task_run_state_task_runs__id__set_state_post",
3 "components": {
4 "schemas": {
5 "Body_set_task_run_state_task_runs__id__set_state_post": {
6 "properties": {
7 "force": {
Missing negative tests
8
"type": "boolean"
9 },
10 "state": {
11 "$ref": "#/components/schemas/StateCreate",
12 }
13 },
Missing negative tests
14
"required": [
15 "state"
Missing negative tests
16
],
Missing negative tests
17
"type": "object"
18 },
19 "StateCreate": {
20 "additionalProperties": false,
Missing negative tests
21
"properties": {
22 "data": {
Negative tests not applicable
23
"anyOf": [
24 {},
25 {
Missing negative tests
26
"type": "null"
27 }
Negative tests not applicable
28
],
29 },
30 "message": {
Missing negative tests
31
"anyOf": [
32 {
Missing positive tests
33
"type": "string"
34 },
35 {
Missing negative tests
36
"type": "null"
37 }
Missing negative tests
38
],
39 },
40 "name": {
Missing negative tests
41
"anyOf": [
42 {
Missing negative tests
43
"type": "string"
44 },
45 {
Missing positive tests
46
"type": "null"
47 }
Missing negative tests
48
],
49 },
50 "state_details": {
Missing negative tests
51
"$ref": "#/components/schemas/StateDetails",
52 },
53 "type": {
Missing negative tests
54
"$ref": "#/components/schemas/StateType",
55 }
Missing negative tests
56
},
Missing negative tests
57
"required": [
58 "type"
Missing negative tests
59
],
Missing negative tests
60
"type": "object"
61 },
62 "StateDetails": {
Missing negative tests
63
"properties": {
64 "cache_expiration": {
Missing negative tests
65
"anyOf": [
66 {
Missing tests
67
"format": "date-time",
Missing positive tests
68
"type": "string"
69 },
70 {
Missing negative tests
71
"type": "null"
72 }
Missing negative tests
73
],
74 },
75 "cache_key": {
Missing negative tests
76
"anyOf": [
77 {
Missing positive tests
78
"type": "string"
79 },
80 {
Missing negative tests
81
"type": "null"
82 }
Missing negative tests
83
],
84 },
85 "child_flow_run_id": {
Missing negative tests
86
"anyOf": [
87 {
Missing tests
88
"format": "uuid",
Missing positive tests
89
"type": "string"
90 },
91 {
Missing negative tests
92
"type": "null"
93 }
Missing negative tests
94
],
95 },
96 "deferred": {
Missing negative tests
97
"anyOf": [
98 {
Missing negative tests
99
"type": "boolean"
100 },
101 {
Missing positive tests
102
"type": "null"
103 }
Missing negative tests
104
],
105 },
106 "deployment_concurrency_lease_id": {
Missing negative tests
107
"anyOf": [
108 {
Missing tests
109
"format": "uuid",
Missing positive tests
110
"type": "string"
111 },
112 {
Missing negative tests
113
"type": "null"
114 }
Missing negative tests
115
],
116 },
117 "flow_run_id": {
Missing negative tests
118
"anyOf": [
119 {
Missing tests
120
"format": "uuid",
Missing positive tests
121
"type": "string"
122 },
123 {
Missing negative tests
124
"type": "null"
125 }
Missing negative tests
126
],
127 },
128 "pause_key": {
Missing negative tests
129
"anyOf": [
130 {
Missing positive tests
131
"type": "string"
132 },
133 {
Missing negative tests
134
"type": "null"
135 }
Missing negative tests
136
],
137 },
138 "pause_reschedule": {
Missing negative tests
139
"type": "boolean"
140 },
141 "pause_timeout": {
Missing negative tests
142
"anyOf": [
143 {
Missing tests
144
"format": "date-time",
Missing positive tests
145
"type": "string"
146 },
147 {
Missing negative tests
148
"type": "null"
149 }
Missing negative tests
150
],
151 },
152 "refresh_cache": {
Missing negative tests
153
"anyOf": [
154 {
Missing positive tests
155
"type": "boolean"
156 },
157 {
Missing negative tests
158
"type": "null"
159 }
Missing negative tests
160
],
161 },
162 "retriable": {
Missing negative tests
163
"anyOf": [
164 {
Missing positive tests
165
"type": "boolean"
166 },
167 {
Missing negative tests
168
"type": "null"
169 }
Missing negative tests
170
],
171 },
172 "run_input_keyset": {
Missing negative tests
173
"anyOf": [
174 {
175 "additionalProperties": {
Missing tests
176
"type": "string"
177 },
Missing positive tests
178
"type": "object"
179 },
180 {
Missing negative tests
181
"type": "null"
182 }
Missing negative tests
183
],
184 },
185 "scheduled_time": {
Missing negative tests
186
"anyOf": [
187 {
Missing tests
188
"format": "date-time",
Missing positive tests
189
"type": "string"
190 },
191 {
Missing negative tests
192
"type": "null"
193 }
Missing negative tests
194
],
195 },
196 "task_parameters_id": {
Missing negative tests
197
"anyOf": [
198 {
Missing tests
199
"format": "uuid",
Missing positive tests
200
"type": "string"
201 },
202 {
Missing negative tests
203
"type": "null"
204 }
Missing negative tests
205
],
206 },
207 "task_run_id": {
Missing negative tests
208
"anyOf": [
209 {
Missing negative tests
210
"format": "uuid",
Missing negative tests
211
"type": "string"
212 },
213 {
Missing positive tests
214
"type": "null"
215 }
Missing negative tests
216
],
217 },
218 "traceparent": {
Missing negative tests
219
"anyOf": [
220 {
Missing positive tests
221
"type": "string"
222 },
223 {
Missing negative tests
224
"type": "null"
225 }
Missing negative tests
226
],
227 },
228 "transition_id": {
Missing negative tests
229
"anyOf": [
230 {
Missing tests
231
"format": "uuid",
Missing positive tests
232
"type": "string"
233 },
234 {
Missing negative tests
235
"type": "null"
236 }
Missing negative tests
237
],
238 },
239 "untrackable_result": {
Missing negative tests
240
"type": "boolean"
241 }
Missing negative tests
242
},
Missing negative tests
243
"type": "object"
244 },
245 "StateType": {
Missing negative tests
246
"enum": [
247 "SCHEDULED",
248 "PENDING",
249 "RUNNING",
250 "COMPLETED",
251 "FAILED",
252 "CANCELLED",
253 "CRASHED",
254 "PAUSED",
255 "CANCELLING"
Missing negative tests
256
],
Missing negative tests
257
"type": "string"
258 }
259 }
260 }
261}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
2 5.18ms
default
Default
2 2.03ms
Examples
4 of 4 covered

Body: application/json
pause_reschedule.default
 
false
 
force.default
 
false
 
deferred.default
 
false
 
untrackable_result.default
 
false
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 11 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_task_workers_task_workers_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_task_workers_task_workers_filter_post": {
Missing negative tests
6
"properties": {
7 "task_worker_filter": {
Missing negative tests
8
"anyOf": [
9 {
Missing positive tests
10
"$ref": "#/components/schemas/TaskWorkerFilter"
11 },
12 {
Missing negative tests
13
"type": "null"
14 }
Missing negative tests
15
],
16 }
Missing negative tests
17
},
18 "type": "object"
19 },
20 "TaskWorkerFilter": {
Missing tests
21
"properties": {
22 "task_keys": {
23 "items": {
Missing tests
24
"type": "string"
25 },
Missing tests
26
"type": "array"
27 }
Missing tests
28
},
Missing tests
29
"required": [
30 "task_keys"
Missing tests
31
],
Missing positive tests
32
"type": "object"
33 }
34 }
35 }
36}
Responses
seen average

200
Successful Response
6 0.99ms
422
Validation Error
2 0.96ms
default
Default
1 1.14ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json1 of 1 keywords covered
1{
2 "type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
2 2.02ms
default
Default
2 1.14ms
Examples
1 of 1 covered

Body: application/json
example
 
""
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json7 of 7 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_task_runs_by_flow_run_ui_flow_runs_count_task_runs_post",
3 "components": {
4 "schemas": {
5 "Body_count_task_runs_by_flow_run_ui_flow_runs_count_task_runs_post": {
6 "properties": {
7 "flow_run_ids": {
8 "items": {
9 "format": "uuid",
10 "type": "string"
11 },
12 "max_items": 200,
13 "type": "array"
14 }
15 },
16 "required": [
17 "flow_run_ids"
18 ],
19 "type": "object"
20 }
21 }
22 }
23}
Responses
seen average

200
Successful Response
18 2.28ms
422
Validation Error
17 1.25ms
default
Default
1 1.55ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 507 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_flow_run_history_ui_flow_runs_history_post",
3 "components": {
4 "schemas": {
5 "Body_read_flow_run_history_ui_flow_runs_history_post": {
Missing negative tests
6
"properties": {
7 "deployments": {
Missing negative tests
8
"$ref": "#/components/schemas/DeploymentFilter"
9 },
10 "flow_runs": {
Missing negative tests
11
"$ref": "#/components/schemas/FlowRunFilter"
12 },
13 "flows": {
Missing negative tests
14
"$ref": "#/components/schemas/FlowFilter"
15 },
16 "limit": {
Missing tests
17
"maximum": 1000.0,
Missing tests
18
"type": "integer"
19 },
20 "offset": {
Missing tests
21
"minimum": 0.0,
Missing tests
22
"type": "integer"
23 },
24 "sort": {
Missing negative tests
25
"$ref": "#/components/schemas/FlowRunSort",
26 },
27 "task_runs": {
Missing negative tests
28
"$ref": "#/components/schemas/TaskRunFilter"
29 },
30 "work_pools": {
Missing tests
31
"$ref": "#/components/schemas/WorkPoolFilter"
32 }
Missing negative tests
33
},
34 "type": "object"
35 },
36 "DeploymentFilter": {
37 "additionalProperties": false,
Missing negative tests
38
"properties": {
39 "concurrency_limit": {
Missing tests
40
"anyOf": [
41 {
Missing tests
42
"$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
43 },
44 {
Missing tests
45
"type": "null"
46 }
Missing tests
47
],
48 "deprecated": true,
49 },
50 "flow_or_deployment_name": {
Missing tests
51
"anyOf": [
52 {
Missing tests
53
"$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
54 },
55 {
Missing tests
56
"type": "null"
57 }
Missing tests
58
],
59 },
60 "id": {
Missing tests
61
"anyOf": [
62 {
Missing tests
63
"$ref": "#/components/schemas/DeploymentFilterId"
64 },
65 {
Missing tests
66
"type": "null"
67 }
Missing tests
68
],
69 },
70 "name": {
Missing negative tests
71
"anyOf": [
72 {
Missing negative tests
73
"$ref": "#/components/schemas/DeploymentFilterName"
74 },
75 {
Missing positive tests
76
"type": "null"
77 }
Missing negative tests
78
],
79 },
80 "operator": {
Missing tests
81
"$ref": "#/components/schemas/Operator",
82 },
83 "paused": {
Missing tests
84
"anyOf": [
85 {
Missing tests
86
"$ref": "#/components/schemas/DeploymentFilterPaused"
87 },
88 {
Missing tests
89
"type": "null"
90 }
Missing tests
91
],
92 },
93 "tags": {
Missing negative tests
94
"anyOf": [
95 {
Missing negative tests
96
"$ref": "#/components/schemas/DeploymentFilterTags"
97 },
98 {
Missing positive tests
99
"type": "null"
100 }
Missing negative tests
101
],
102 },
103 "work_queue_name": {
Missing negative tests
104
"anyOf": [
105 {
Missing negative tests
106
"$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
107 },
108 {
Missing positive tests
109
"type": "null"
110 }
Missing negative tests
111
],
112 }
Missing negative tests
113
},
Missing negative tests
114
"type": "object"
115 },
116 "DeploymentFilterConcurrencyLimit": {
117 "additionalProperties": false,
Missing tests
118
"properties": {
119 "ge_": {
Missing tests
120
"anyOf": [
121 {
Missing tests
122
"type": "integer"
123 },
124 {
Missing tests
125
"type": "null"
126 }
Missing tests
127
],
128 },
129 "is_null_": {
Missing tests
130
"anyOf": [
131 {
Missing tests
132
"type": "boolean"
133 },
134 {
Missing tests
135
"type": "null"
136 }
Missing tests
137
],
138 },
139 "le_": {
Missing tests
140
"anyOf": [
141 {
Missing tests
142
"type": "integer"
143 },
144 {
Missing tests
145
"type": "null"
146 }
Missing tests
147
],
148 }
Missing tests
149
},
Missing tests
150
"type": "object"
151 },
152 "DeploymentFilterId": {
153 "additionalProperties": false,
Missing tests
154
"properties": {
155 "any_": {
Missing tests
156
"anyOf": [
157 {
158 "items": {
Missing tests
159
"format": "uuid",
Missing tests
160
"type": "string"
161 },
Missing tests
162
"type": "array"
163 },
164 {
Missing tests
165
"type": "null"
166 }
Missing tests
167
],
168 },
169 "not_any_": {
Missing tests
170
"anyOf": [
171 {
172 "items": {
Missing tests
173
"format": "uuid",
Missing tests
174
"type": "string"
175 },
Missing tests
176
"type": "array"
177 },
178 {
Missing tests
179
"type": "null"
180 }
Missing tests
181
],
182 }
Missing tests
183
},
Missing tests
184
"type": "object"
185 },
186 "DeploymentFilterName": {
187 "additionalProperties": false,
Missing negative tests
188
"properties": {
189 "any_": {
Missing negative tests
190
"anyOf": [
191 {
192 "items": {
Missing negative tests
193
"type": "string"
194 },
Missing negative tests
195
"type": "array"
196 },
197 {
Missing positive tests
198
"type": "null"
199 }
Missing negative tests
200
],
201 "examples": [
202 [
203 "my-deployment-1",
204 "my-deployment-2"
205 ]
206 ],
207 },
208 "like_": {
Missing negative tests
209
"anyOf": [
210 {
Missing negative tests
211
"type": "string"
212 },
213 {
Missing positive tests
214
"type": "null"
215 }
Missing negative tests
216
],
217 "examples": [
218 "marvin"
219 ],
220 }
Missing negative tests
221
},
Missing negative tests
222
"type": "object"
223 },
224 "DeploymentFilterPaused": {
225 "additionalProperties": false,
Missing tests
226
"properties": {
227 "eq_": {
Missing tests
228
"anyOf": [
229 {
Missing tests
230
"type": "boolean"
231 },
232 {
Missing tests
233
"type": "null"
234 }
Missing tests
235
],
236 }
Missing tests
237
},
Missing tests
238
"type": "object"
239 },
240 "DeploymentFilterTags": {
241 "additionalProperties": false,
Missing negative tests
242
"properties": {
243 "all_": {
Missing negative tests
244
"anyOf": [
245 {
246 "items": {
Missing negative tests
247
"type": "string"
248 },
Missing negative tests
249
"type": "array"
250 },
251 {
Missing positive tests
252
"type": "null"
253 }
Missing negative tests
254
],
255 "examples": [
256 [
257 "tag-1",
258 "tag-2"
259 ]
260 ],
261 },
262 "any_": {
Missing negative tests
263
"anyOf": [
264 {
265 "items": {
Missing negative tests
266
"type": "string"
267 },
Missing negative tests
268
"type": "array"
269 },
270 {
Missing positive tests
271
"type": "null"
272 }
Missing negative tests
273
],
274 "examples": [
275 [
276 "tag-1",
277 "tag-2"
278 ]
279 ],
280 },
281 "is_null_": {
Missing tests
282
"anyOf": [
283 {
Missing tests
284
"type": "boolean"
285 },
286 {
Missing tests
287
"type": "null"
288 }
Missing tests
289
],
290 },
291 "operator": {
Missing tests
292
"$ref": "#/components/schemas/Operator",
293 }
Missing negative tests
294
},
Missing negative tests
295
"type": "object"
296 },
297 "DeploymentFilterWorkQueueName": {
298 "additionalProperties": false,
Missing negative tests
299
"properties": {
300 "any_": {
Missing negative tests
301
"anyOf": [
302 {
303 "items": {
Missing negative tests
304
"type": "string"
305 },
Missing negative tests
306
"type": "array"
307 },
308 {
Missing positive tests
309
"type": "null"
310 }
Missing negative tests
311
],
312 "examples": [
313 [
314 "work_queue_1",
315 "work_queue_2"
316 ]
317 ],
318 }
Missing negative tests
319
},
Missing negative tests
320
"type": "object"
321 },
322 "DeploymentOrFlowNameFilter": {
323 "additionalProperties": false,
Missing tests
324
"properties": {
325 "like_": {
Missing tests
326
"anyOf": [
327 {
Missing tests
328
"type": "string"
329 },
330 {
Missing tests
331
"type": "null"
332 }
Missing tests
333
],
334 }
Missing tests
335
},
Missing tests
336
"type": "object"
337 },
338 "FlowFilter": {
339 "additionalProperties": false,
Missing negative tests
340
"properties": {
341 "deployment": {
Missing tests
342
"anyOf": [
343 {
Missing tests
344
"$ref": "#/components/schemas/FlowFilterDeployment"
345 },
346 {
Missing tests
347
"type": "null"
348 }
Missing tests
349
],
350 },
351 "id": {
Missing tests
352
"anyOf": [
353 {
Missing tests
354
"$ref": "#/components/schemas/FlowFilterId"
355 },
356 {
Missing tests
357
"type": "null"
358 }
Missing tests
359
],
360 },
361 "name": {
Missing negative tests
362
"anyOf": [
363 {
Missing negative tests
364
"$ref": "#/components/schemas/FlowFilterName"
365 },
366 {
Missing positive tests
367
"type": "null"
368 }
Missing negative tests
369
],
370 },
371 "operator": {
Missing tests
372
"$ref": "#/components/schemas/Operator",
373 },
374 "tags": {
Missing negative tests
375
"anyOf": [
376 {
Missing negative tests
377
"$ref": "#/components/schemas/FlowFilterTags"
378 },
379 {
Missing positive tests
380
"type": "null"
381 }
Missing negative tests
382
],
383 }
Missing negative tests
384
},
Missing negative tests
385
"type": "object"
386 },
387 "FlowFilterDeployment": {
388 "additionalProperties": false,
Missing tests
389
"properties": {
390 "is_null_": {
Missing tests
391
"anyOf": [
392 {
Missing tests
393
"type": "boolean"
394 },
395 {
Missing tests
396
"type": "null"
397 }
Missing tests
398
],
399 },
400 "operator": {
Missing tests
401
"$ref": "#/components/schemas/Operator",
402 }
Missing tests
403
},
Missing tests
404
"type": "object"
405 },
406 "FlowFilterId": {
407 "additionalProperties": false,
Missing tests
408
"properties": {
409 "any_": {
Missing tests
410
"anyOf": [
411 {
412 "items": {
Missing tests
413
"format": "uuid",
Missing tests
414
"type": "string"
415 },
Missing tests
416
"type": "array"
417 },
418 {
Missing tests
419
"type": "null"
420 }
Missing tests
421
],
422 }
Missing tests
423
},
Missing tests
424
"type": "object"
425 },
426 "FlowFilterName": {
427 "additionalProperties": false,
Missing negative tests
428
"properties": {
429 "any_": {
Missing negative tests
430
"anyOf": [
431 {
432 "items": {
Missing negative tests
433
"type": "string"
434 },
Missing negative tests
435
"type": "array"
436 },
437 {
Missing positive tests
438
"type": "null"
439 }
Missing negative tests
440
],
441 "examples": [
442 [
443 "my-flow-1",
444 "my-flow-2"
445 ]
446 ],
447 },
448 "like_": {
Missing negative tests
449
"anyOf": [
450 {
Missing negative tests
451
"type": "string"
452 },
453 {
Missing positive tests
454
"type": "null"
455 }
Missing negative tests
456
],
457 "examples": [
458 "marvin"
459 ],
460 }
Missing negative tests
461
},
Missing negative tests
462
"type": "object"
463 },
464 "FlowFilterTags": {
465 "additionalProperties": false,
Missing negative tests
466
"properties": {
467 "all_": {
Missing negative tests
468
"anyOf": [
469 {
470 "items": {
Missing negative tests
471
"type": "string"
472 },
Missing negative tests
473
"type": "array"
474 },
475 {
Missing positive tests
476
"type": "null"
477 }
Missing negative tests
478
],
479 "examples": [
480 [
481 "tag-1",
482 "tag-2"
483 ]
484 ],
485 },
486 "is_null_": {
Missing tests
487
"anyOf": [
488 {
Missing tests
489
"type": "boolean"
490 },
491 {
Missing tests
492
"type": "null"
493 }
Missing tests
494
],
495 },
496 "operator": {
Missing tests
497
"$ref": "#/components/schemas/Operator",
498 }
Missing negative tests
499
},
Missing negative tests
500
"type": "object"
501 },
502 "FlowRunFilter": {
503 "additionalProperties": false,
Missing negative tests
504
"properties": {
505 "deployment_id": {
Missing tests
506
"anyOf": [
507 {
Missing tests
508
"$ref": "#/components/schemas/FlowRunFilterDeploymentId"
509 },
510 {
Missing tests
511
"type": "null"
512 }
Missing tests
513
],
514 },
515 "end_time": {
Missing tests
516
"anyOf": [
517 {
Missing tests
518
"$ref": "#/components/schemas/FlowRunFilterEndTime"
519 },
520 {
Missing tests
521
"type": "null"
522 }
Missing tests
523
],
524 },
525 "expected_start_time": {
Missing tests
526
"anyOf": [
527 {
Missing tests
528
"$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
529 },
530 {
Missing tests
531
"type": "null"
532 }
Missing tests
533
],
534 },
535 "flow_version": {
Missing tests
536
"anyOf": [
537 {
Missing tests
538
"$ref": "#/components/schemas/FlowRunFilterFlowVersion"
539 },
540 {
Missing tests
541
"type": "null"
542 }
Missing tests
543
],
544 },
545 "id": {
Missing tests
546
"anyOf": [
547 {
Missing tests
548
"$ref": "#/components/schemas/FlowRunFilterId"
549 },
550 {
Missing tests
551
"type": "null"
552 }
Missing tests
553
],
554 },
555 "idempotency_key": {
Missing tests
556
"anyOf": [
557 {
Missing tests
558
"$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
559 },
560 {
Missing tests
561
"type": "null"
562 }
Missing tests
563
],
564 },
565 "name": {
Missing negative tests
566
"anyOf": [
567 {
Missing negative tests
568
"$ref": "#/components/schemas/FlowRunFilterName"
569 },
570 {
Missing positive tests
571
"type": "null"
572 }
Missing negative tests
573
],
574 },
575 "next_scheduled_start_time": {
Missing tests
576
"anyOf": [
577 {
Missing tests
578
"$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
579 },
580 {
Missing tests
581
"type": "null"
582 }
Missing tests
583
],
584 },
585 "operator": {
Missing tests
586
"$ref": "#/components/schemas/Operator",
587 },
588 "parent_flow_run_id": {
Missing tests
589
"anyOf": [
590 {
Missing tests
591
"$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
592 },
593 {
Missing tests
594
"type": "null"
595 }
Missing tests
596
],
597 },
598 "parent_task_run_id": {
Missing tests
599
"anyOf": [
600 {
Missing tests
601
"$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
602 },
603 {
Missing tests
604
"type": "null"
605 }
Missing tests
606
],
607 },
608 "start_time": {
Missing tests
609
"anyOf": [
610 {
Missing tests
611
"$ref": "#/components/schemas/FlowRunFilterStartTime"
612 },
613 {
Missing tests
614
"type": "null"
615 }
Missing tests
616
],
617 },
618 "state": {
Missing tests
619
"anyOf": [
620 {
Missing tests
621
"$ref": "#/components/schemas/FlowRunFilterState"
622 },
623 {
Missing tests
624
"type": "null"
625 }
Missing tests
626
],
627 },
628 "tags": {
Missing negative tests
629
"anyOf": [
630 {
Missing negative tests
631
"$ref": "#/components/schemas/FlowRunFilterTags"
632 },
633 {
Missing positive tests
634
"type": "null"
635 }
Missing negative tests
636
],
637 },
638 "work_queue_name": {
Missing negative tests
639
"anyOf": [
640 {
Missing negative tests
641
"$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
642 },
643 {
Missing positive tests
644
"type": "null"
645 }
Missing negative tests
646
],
647 }
Missing negative tests
648
},
Missing negative tests
649
"type": "object"
650 },
651 "FlowRunFilterDeploymentId": {
652 "additionalProperties": false,
Missing tests
653
"properties": {
654 "any_": {
Missing tests
655
"anyOf": [
656 {
657 "items": {
Missing tests
658
"format": "uuid",
Missing tests
659
"type": "string"
660 },
Missing tests
661
"type": "array"
662 },
663 {
Missing tests
664
"type": "null"
665 }
Missing tests
666
],
667 },
668 "is_null_": {
Missing tests
669
"anyOf": [
670 {
Missing tests
671
"type": "boolean"
672 },
673 {
Missing tests
674
"type": "null"
675 }
Missing tests
676
],
677 },
678 "operator": {
Missing tests
679
"$ref": "#/components/schemas/Operator",
680 }
Missing tests
681
},
Missing tests
682
"type": "object"
683 },
684 "FlowRunFilterEndTime": {
685 "additionalProperties": false,
Missing tests
686
"properties": {
687 "after_": {
Missing tests
688
"anyOf": [
689 {
Missing tests
690
"format": "date-time",
Missing tests
691
"type": "string"
692 },
693 {
Missing tests
694
"type": "null"
695 }
Missing tests
696
],
697 },
698 "before_": {
Missing tests
699
"anyOf": [
700 {
Missing tests
701
"format": "date-time",
Missing tests
702
"type": "string"
703 },
704 {
Missing tests
705
"type": "null"
706 }
Missing tests
707
],
708 },
709 "is_null_": {
Missing tests
710
"anyOf": [
711 {
Missing tests
712
"type": "boolean"
713 },
714 {
Missing tests
715
"type": "null"
716 }
Missing tests
717
],
718 }
Missing tests
719
},
Missing tests
720
"type": "object"
721 },
722 "FlowRunFilterExpectedStartTime": {
723 "additionalProperties": false,
Missing tests
724
"properties": {
725 "after_": {
Missing tests
726
"anyOf": [
727 {
Missing tests
728
"format": "date-time",
Missing tests
729
"type": "string"
730 },
731 {
Missing tests
732
"type": "null"
733 }
Missing tests
734
],
735 },
736 "before_": {
Missing tests
737
"anyOf": [
738 {
Missing tests
739
"format": "date-time",
Missing tests
740
"type": "string"
741 },
742 {
Missing tests
743
"type": "null"
744 }
Missing tests
745
],
746 }
Missing tests
747
},
Missing tests
748
"type": "object"
749 },
750 "FlowRunFilterFlowVersion": {
751 "additionalProperties": false,
Missing tests
752
"properties": {
753 "any_": {
Missing tests
754
"anyOf": [
755 {
756 "items": {
Missing tests
757
"type": "string"
758 },
Missing tests
759
"type": "array"
760 },
761 {
Missing tests
762
"type": "null"
763 }
Missing tests
764
],
765 }
Missing tests
766
},
Missing tests
767
"type": "object"
768 },
769 "FlowRunFilterId": {
770 "additionalProperties": false,
Missing tests
771
"properties": {
772 "any_": {
Missing tests
773
"anyOf": [
774 {
775 "items": {
Missing tests
776
"format": "uuid",
Missing tests
777
"type": "string"
778 },
Missing tests
779
"type": "array"
780 },
781 {
Missing tests
782
"type": "null"
783 }
Missing tests
784
],
785 },
786 "not_any_": {
Missing tests
787
"anyOf": [
788 {
789 "items": {
Missing tests
790
"format": "uuid",
Missing tests
791
"type": "string"
792 },
Missing tests
793
"type": "array"
794 },
795 {
Missing tests
796
"type": "null"
797 }
Missing tests
798
],
799 }
Missing tests
800
},
Missing tests
801
"type": "object"
802 },
803 "FlowRunFilterIdempotencyKey": {
804 "additionalProperties": false,
Missing tests
805
"properties": {
806 "any_": {
Missing tests
807
"anyOf": [
808 {
809 "items": {
Missing tests
810
"type": "string"
811 },
Missing tests
812
"type": "array"
813 },
814 {
Missing tests
815
"type": "null"
816 }
Missing tests
817
],
818 },
819 "not_any_": {
Missing tests
820
"anyOf": [
821 {
822 "items": {
Missing tests
823
"type": "string"
824 },
Missing tests
825
"type": "array"
826 },
827 {
Missing tests
828
"type": "null"
829 }
Missing tests
830
],
831 }
Missing tests
832
},
Missing tests
833
"type": "object"
834 },
835 "FlowRunFilterName": {
836 "additionalProperties": false,
Missing negative tests
837
"properties": {
838 "any_": {
Missing negative tests
839
"anyOf": [
840 {
841 "items": {
Missing negative tests
842
"type": "string"
843 },
Missing negative tests
844
"type": "array"
845 },
846 {
Missing positive tests
847
"type": "null"
848 }
Missing negative tests
849
],
850 "examples": [
851 [
852 "my-flow-run-1",
853 "my-flow-run-2"
854 ]
855 ],
856 },
857 "like_": {
Missing negative tests
858
"anyOf": [
859 {
Missing negative tests
860
"type": "string"
861 },
862 {
Missing positive tests
863
"type": "null"
864 }
Missing negative tests
865
],
866 "examples": [
867 "marvin"
868 ],
869 }
Missing negative tests
870
},
Missing negative tests
871
"type": "object"
872 },
873 "FlowRunFilterNextScheduledStartTime": {
874 "additionalProperties": false,
Missing tests
875
"properties": {
876 "after_": {
Missing tests
877
"anyOf": [
878 {
Missing tests
879
"format": "date-time",
Missing tests
880
"type": "string"
881 },
882 {
Missing tests
883
"type": "null"
884 }
Missing tests
885
],
886 },
887 "before_": {
Missing tests
888
"anyOf": [
889 {
Missing tests
890
"format": "date-time",
Missing tests
891
"type": "string"
892 },
893 {
Missing tests
894
"type": "null"
895 }
Missing tests
896
],
897 }
Missing tests
898
},
Missing tests
899
"type": "object"
900 },
901 "FlowRunFilterParentFlowRunId": {
902 "additionalProperties": false,
Missing tests
903
"properties": {
904 "any_": {
Missing tests
905
"anyOf": [
906 {
907 "items": {
Missing tests
908
"format": "uuid",
Missing tests
909
"type": "string"
910 },
Missing tests
911
"type": "array"
912 },
913 {
Missing tests
914
"type": "null"
915 }
Missing tests
916
],
917 },
918 "operator": {
Missing tests
919
"$ref": "#/components/schemas/Operator",
920 }
Missing tests
921
},
Missing tests
922
"type": "object"
923 },
924 "FlowRunFilterParentTaskRunId": {
925 "additionalProperties": false,
Missing tests
926
"properties": {
927 "any_": {
Missing tests
928
"anyOf": [
929 {
930 "items": {
Missing tests
931
"format": "uuid",
Missing tests
932
"type": "string"
933 },
Missing tests
934
"type": "array"
935 },
936 {
Missing tests
937
"type": "null"
938 }
Missing tests
939
],
940 },
941 "is_null_": {
Missing tests
942
"anyOf": [
943 {
Missing tests
944
"type": "boolean"
945 },
946 {
Missing tests
947
"type": "null"
948 }
Missing tests
949
],
950 },
951 "operator": {
Missing tests
952
"$ref": "#/components/schemas/Operator",
953 }
Missing tests
954
},
Missing tests
955
"type": "object"
956 },
957 "FlowRunFilterStartTime": {
958 "additionalProperties": false,
Missing tests
959
"properties": {
960 "after_": {
Missing tests
961
"anyOf": [
962 {
Missing tests
963
"format": "date-time",
Missing tests
964
"type": "string"
965 },
966 {
Missing tests
967
"type": "null"
968 }
Missing tests
969
],
970 },
971 "before_": {
Missing tests
972
"anyOf": [
973 {
Missing tests
974
"format": "date-time",
Missing tests
975
"type": "string"
976 },
977 {
Missing tests
978
"type": "null"
979 }
Missing tests
980
],
981 },
982 "is_null_": {
Missing tests
983
"anyOf": [
984 {
Missing tests
985
"type": "boolean"
986 },
987 {
Missing tests
988
"type": "null"
989 }
Missing tests
990
],
991 }
Missing tests
992
},
Missing tests
993
"type": "object"
994 },
995 "FlowRunFilterState": {
996 "additionalProperties": false,
Missing tests
997
"properties": {
998 "name": {
Missing tests
999
"anyOf": [
1000 {
Missing tests
1001
"$ref": "#/components/schemas/FlowRunFilterStateName"
1002 },
1003 {
Missing tests
1004
"type": "null"
1005 }
Missing tests
1006
],
1007 },
1008 "operator": {
Missing tests
1009
"$ref": "#/components/schemas/Operator",
1010 },
1011 "type": {
Missing tests
1012
"anyOf": [
1013 {
Missing tests
1014
"$ref": "#/components/schemas/FlowRunFilterStateType"
1015 },
1016 {
Missing tests
1017
"type": "null"
1018 }
Missing tests
1019
],
1020 }
Missing tests
1021
},
Missing tests
1022
"type": "object"
1023 },
1024 "FlowRunFilterStateName": {
1025 "additionalProperties": false,
Missing tests
1026
"properties": {
1027 "any_": {
Missing tests
1028
"anyOf": [
1029 {
1030 "items": {
Missing tests
1031
"type": "string"
1032 },
Missing tests
1033
"type": "array"
1034 },
1035 {
Missing tests
1036
"type": "null"
1037 }
Missing tests
1038
],
1039 },
1040 "not_any_": {
Missing tests
1041
"anyOf": [
1042 {
1043 "items": {
Missing tests
1044
"type": "string"
1045 },
Missing tests
1046
"type": "array"
1047 },
1048 {
Missing tests
1049
"type": "null"
1050 }
Missing tests
1051
],
1052 }
Missing tests
1053
},
Missing tests
1054
"type": "object"
1055 },
1056 "FlowRunFilterStateType": {
1057 "additionalProperties": false,
Missing tests
1058
"properties": {
1059 "any_": {
Missing tests
1060
"anyOf": [
1061 {
1062 "items": {
Missing tests
1063
"$ref": "#/components/schemas/StateType"
1064 },
Missing tests
1065
"type": "array"
1066 },
1067 {
Missing tests
1068
"type": "null"
1069 }
Missing tests
1070
],
1071 },
1072 "not_any_": {
Missing tests
1073
"anyOf": [
1074 {
1075 "items": {
Missing tests
1076
"$ref": "#/components/schemas/StateType"
1077 },
Missing tests
1078
"type": "array"
1079 },
1080 {
Missing tests
1081
"type": "null"
1082 }
Missing tests
1083
],
1084 }
Missing tests
1085
},
Missing tests
1086
"type": "object"
1087 },
1088 "FlowRunFilterTags": {
1089 "additionalProperties": false,
Missing negative tests
1090
"properties": {
1091 "all_": {
Missing negative tests
1092
"anyOf": [
1093 {
1094 "items": {
Missing negative tests
1095
"type": "string"
1096 },
Missing negative tests
1097
"type": "array"
1098 },
1099 {
Missing positive tests
1100
"type": "null"
1101 }
Missing negative tests
1102
],
1103 "examples": [
1104 [
1105 "tag-1",
1106 "tag-2"
1107 ]
1108 ],
1109 },
1110 "any_": {
Missing negative tests
1111
"anyOf": [
1112 {
1113 "items": {
Missing negative tests
1114
"type": "string"
1115 },
Missing negative tests
1116
"type": "array"
1117 },
1118 {
Missing positive tests
1119
"type": "null"
1120 }
Missing negative tests
1121
],
1122 "examples": [
1123 [
1124 "tag-1",
1125 "tag-2"
1126 ]
1127 ],
1128 },
1129 "is_null_": {
Missing tests
1130
"anyOf": [
1131 {
Missing tests
1132
"type": "boolean"
1133 },
1134 {
Missing tests
1135
"type": "null"
1136 }
Missing tests
1137
],
1138 },
1139 "operator": {
Missing tests
1140
"$ref": "#/components/schemas/Operator",
1141 }
Missing negative tests
1142
},
Missing negative tests
1143
"type": "object"
1144 },
1145 "FlowRunFilterWorkQueueName": {
1146 "additionalProperties": false,
Missing negative tests
1147
"properties": {
1148 "any_": {
Missing negative tests
1149
"anyOf": [
1150 {
1151 "items": {
Missing negative tests
1152
"type": "string"
1153 },
Missing negative tests
1154
"type": "array"
1155 },
1156 {
Missing positive tests
1157
"type": "null"
1158 }
Missing negative tests
1159
],
1160 "examples": [
1161 [
1162 "work_queue_1",
1163 "work_queue_2"
1164 ]
1165 ],
1166 },
1167 "is_null_": {
Missing tests
1168
"anyOf": [
1169 {
Missing tests
1170
"type": "boolean"
1171 },
1172 {
Missing tests
1173
"type": "null"
1174 }
Missing tests
1175
],
1176 },
1177 "operator": {
Missing tests
1178
"$ref": "#/components/schemas/Operator",
1179 }
Missing negative tests
1180
},
Missing negative tests
1181
"type": "object"
1182 },
1183 "FlowRunSort": {
Missing negative tests
1184
"enum": [
1185 "ID_DESC",
1186 "START_TIME_ASC",
1187 "START_TIME_DESC",
1188 "EXPECTED_START_TIME_ASC",
1189 "EXPECTED_START_TIME_DESC",
1190 "NAME_ASC",
1191 "NAME_DESC",
1192 "NEXT_SCHEDULED_START_TIME_ASC",
1193 "END_TIME_DESC"
Missing negative tests
1194
],
Missing negative tests
1195
"type": "string"
1196 },
1197 "Operator": {
Missing tests
1198
"enum": [
1199 "and_",
1200 "or_"
Missing tests
1201
],
Missing tests
1202
"type": "string"
1203 },
1204 "StateType": {
Missing tests
1205
"enum": [
1206 "SCHEDULED",
1207 "PENDING",
1208 "RUNNING",
1209 "COMPLETED",
1210 "FAILED",
1211 "CANCELLED",
1212 "CRASHED",
1213 "PAUSED",
1214 "CANCELLING"
Missing tests
1215
],
Missing tests
1216
"type": "string"
1217 },
1218 "TaskRunFilter": {
1219 "additionalProperties": false,
Missing negative tests
1220
"properties": {
1221 "expected_start_time": {
Missing tests
1222
"anyOf": [
1223 {
Missing tests
1224
"$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1225 },
1226 {
Missing tests
1227
"type": "null"
1228 }
Missing tests
1229
],
1230 },
1231 "flow_run_id": {
Missing tests
1232
"anyOf": [
1233 {
Missing tests
1234
"$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1235 },
1236 {
Missing tests
1237
"type": "null"
1238 }
Missing tests
1239
],
1240 },
1241 "id": {
Missing tests
1242
"anyOf": [
1243 {
Missing tests
1244
"$ref": "#/components/schemas/TaskRunFilterId"
1245 },
1246 {
Missing tests
1247
"type": "null"
1248 }
Missing tests
1249
],
1250 },
1251 "name": {
Missing negative tests
1252
"anyOf": [
1253 {
Missing negative tests
1254
"$ref": "#/components/schemas/TaskRunFilterName"
1255 },
1256 {
Missing positive tests
1257
"type": "null"
1258 }
Missing negative tests
1259
],
1260 },
1261 "operator": {
Missing tests
1262
"$ref": "#/components/schemas/Operator",
1263 },
1264 "start_time": {
Missing tests
1265
"anyOf": [
1266 {
Missing tests
1267
"$ref": "#/components/schemas/TaskRunFilterStartTime"
1268 },
1269 {
Missing tests
1270
"type": "null"
1271 }
Missing tests
1272
],
1273 },
1274 "state": {
Missing tests
1275
"anyOf": [
1276 {
Missing tests
1277
"$ref": "#/components/schemas/TaskRunFilterState"
1278 },
1279 {
Missing tests
1280
"type": "null"
1281 }
Missing tests
1282
],
1283 },
1284 "subflow_runs": {
Missing tests
1285
"anyOf": [
1286 {
Missing tests
1287
"$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1288 },
1289 {
Missing tests
1290
"type": "null"
1291 }
Missing tests
1292
],
1293 },
1294 "tags": {
Missing negative tests
1295
"anyOf": [
1296 {
Missing negative tests
1297
"$ref": "#/components/schemas/TaskRunFilterTags"
1298 },
1299 {
Missing positive tests
1300
"type": "null"
1301 }
Missing negative tests
1302
],
1303 }
Missing negative tests
1304
},
Missing negative tests
1305
"type": "object"
1306 },
1307 "TaskRunFilterExpectedStartTime": {
1308 "additionalProperties": false,
Missing tests
1309
"properties": {
1310 "after_": {
Missing tests
1311
"anyOf": [
1312 {
Missing tests
1313
"format": "date-time",
Missing tests
1314
"type": "string"
1315 },
1316 {
Missing tests
1317
"type": "null"
1318 }
Missing tests
1319
],
1320 },
1321 "before_": {
Missing tests
1322
"anyOf": [
1323 {
Missing tests
1324
"format": "date-time",
Missing tests
1325
"type": "string"
1326 },
1327 {
Missing tests
1328
"type": "null"
1329 }
Missing tests
1330
],
1331 }
Missing tests
1332
},
Missing tests
1333
"type": "object"
1334 },
1335 "TaskRunFilterFlowRunId": {
1336 "additionalProperties": false,
Missing tests
1337
"properties": {
1338 "any_": {
Missing tests
1339
"anyOf": [
1340 {
1341 "items": {
Missing tests
1342
"format": "uuid",
Missing tests
1343
"type": "string"
1344 },
Missing tests
1345
"type": "array"
1346 },
1347 {
Missing tests
1348
"type": "null"
1349 }
Missing tests
1350
],
1351 },
1352 "is_null_": {
Missing tests
1353
"anyOf": [
1354 {
Missing tests
1355
"type": "boolean"
1356 },
1357 {
Missing tests
1358
"type": "null"
1359 }
Missing tests
1360
],
1361 },
1362 "operator": {
Missing tests
1363
"$ref": "#/components/schemas/Operator",
1364 }
Missing tests
1365
},
Missing tests
1366
"type": "object"
1367 },
1368 "TaskRunFilterId": {
1369 "additionalProperties": false,
Missing tests
1370
"properties": {
1371 "any_": {
Missing tests
1372
"anyOf": [
1373 {
1374 "items": {
Missing tests
1375
"format": "uuid",
Missing tests
1376
"type": "string"
1377 },
Missing tests
1378
"type": "array"
1379 },
1380 {
Missing tests
1381
"type": "null"
1382 }
Missing tests
1383
],
1384 }
Missing tests
1385
},
Missing tests
1386
"type": "object"
1387 },
1388 "TaskRunFilterName": {
1389 "additionalProperties": false,
Missing negative tests
1390
"properties": {
1391 "any_": {
Missing negative tests
1392
"anyOf": [
1393 {
1394 "items": {
Missing negative tests
1395
"type": "string"
1396 },
Missing negative tests
1397
"type": "array"
1398 },
1399 {
Missing positive tests
1400
"type": "null"
1401 }
Missing negative tests
1402
],
1403 "examples": [
1404 [
1405 "my-task-run-1",
1406 "my-task-run-2"
1407 ]
1408 ],
1409 },
1410 "like_": {
Missing negative tests
1411
"anyOf": [
1412 {
Missing negative tests
1413
"type": "string"
1414 },
1415 {
Missing positive tests
1416
"type": "null"
1417 }
Missing negative tests
1418
],
1419 "examples": [
1420 "marvin"
1421 ],
1422 }
Missing negative tests
1423
},
Missing negative tests
1424
"type": "object"
1425 },
1426 "TaskRunFilterStartTime": {
1427 "additionalProperties": false,
Missing tests
1428
"properties": {
1429 "after_": {
Missing tests
1430
"anyOf": [
1431 {
Missing tests
1432
"format": "date-time",
Missing tests
1433
"type": "string"
1434 },
1435 {
Missing tests
1436
"type": "null"
1437 }
Missing tests
1438
],
1439 },
1440 "before_": {
Missing tests
1441
"anyOf": [
1442 {
Missing tests
1443
"format": "date-time",
Missing tests
1444
"type": "string"
1445 },
1446 {
Missing tests
1447
"type": "null"
1448 }
Missing tests
1449
],
1450 },
1451 "is_null_": {
Missing tests
1452
"anyOf": [
1453 {
Missing tests
1454
"type": "boolean"
1455 },
1456 {
Missing tests
1457
"type": "null"
1458 }
Missing tests
1459
],
1460 }
Missing tests
1461
},
Missing tests
1462
"type": "object"
1463 },
1464 "TaskRunFilterState": {
1465 "additionalProperties": false,
Missing tests
1466
"properties": {
1467 "name": {
Missing tests
1468
"anyOf": [
1469 {
Missing tests
1470
"$ref": "#/components/schemas/TaskRunFilterStateName"
1471 },
1472 {
Missing tests
1473
"type": "null"
1474 }
Missing tests
1475
],
1476 },
1477 "operator": {
Missing tests
1478
"$ref": "#/components/schemas/Operator",
1479 },
1480 "type": {
Missing tests
1481
"anyOf": [
1482 {
Missing tests
1483
"$ref": "#/components/schemas/TaskRunFilterStateType"
1484 },
1485 {
Missing tests
1486
"type": "null"
1487 }
Missing tests
1488
],
1489 }
Missing tests
1490
},
Missing tests
1491
"type": "object"
1492 },
1493 "TaskRunFilterStateName": {
1494 "additionalProperties": false,
Missing tests
1495
"properties": {
1496 "any_": {
Missing tests
1497
"anyOf": [
1498 {
1499 "items": {
Missing tests
1500
"type": "string"
1501 },
Missing tests
1502
"type": "array"
1503 },
1504 {
Missing tests
1505
"type": "null"
1506 }
Missing tests
1507
],
1508 }
Missing tests
1509
},
Missing tests
1510
"type": "object"
1511 },
1512 "TaskRunFilterStateType": {
1513 "additionalProperties": false,
Missing tests
1514
"properties": {
1515 "any_": {
Missing tests
1516
"anyOf": [
1517 {
1518 "items": {
Missing tests
1519
"$ref": "#/components/schemas/StateType"
1520 },
Missing tests
1521
"type": "array"
1522 },
1523 {
Missing tests
1524
"type": "null"
1525 }
Missing tests
1526
],
1527 }
Missing tests
1528
},
Missing tests
1529
"type": "object"
1530 },
1531 "TaskRunFilterSubFlowRuns": {
1532 "additionalProperties": false,
Missing tests
1533
"properties": {
1534 "exists_": {
Missing tests
1535
"anyOf": [
1536 {
Missing tests
1537
"type": "boolean"
1538 },
1539 {
Missing tests
1540
"type": "null"
1541 }
Missing tests
1542
],
1543 }
Missing tests
1544
},
Missing tests
1545
"type": "object"
1546 },
1547 "TaskRunFilterTags": {
1548 "additionalProperties": false,
Missing negative tests
1549
"properties": {
1550 "all_": {
Missing negative tests
1551
"anyOf": [
1552 {
1553 "items": {
Missing negative tests
1554
"type": "string"
1555 },
Missing negative tests
1556
"type": "array"
1557 },
1558 {
Missing positive tests
1559
"type": "null"
1560 }
Missing negative tests
1561
],
1562 "examples": [
1563 [
1564 "tag-1",
1565 "tag-2"
1566 ]
1567 ],
1568 },
1569 "is_null_": {
Missing tests
1570
"anyOf": [
1571 {
Missing tests
1572
"type": "boolean"
1573 },
1574 {
Missing tests
1575
"type": "null"
1576 }
Missing tests
1577
],
1578 },
1579 "operator": {
Missing tests
1580
"$ref": "#/components/schemas/Operator",
1581 }
Missing negative tests
1582
},
Missing negative tests
1583
"type": "object"
1584 },
1585 "WorkPoolFilter": {
1586 "additionalProperties": false,
Missing tests
1587
"properties": {
1588 "id": {
Missing tests
1589
"anyOf": [
1590 {
Missing tests
1591
"$ref": "#/components/schemas/WorkPoolFilterId"
1592 },
1593 {
Missing tests
1594
"type": "null"
1595 }
Missing tests
1596
],
1597 },
1598 "name": {
Missing tests
1599
"anyOf": [
1600 {
Missing tests
1601
"$ref": "#/components/schemas/WorkPoolFilterName"
1602 },
1603 {
Missing tests
1604
"type": "null"
1605 }
Missing tests
1606
],
1607 },
1608 "operator": {
Missing tests
1609
"$ref": "#/components/schemas/Operator",
1610 },
1611 "type": {
Missing tests
1612
"anyOf": [
1613 {
Missing tests
1614
"$ref": "#/components/schemas/WorkPoolFilterType"
1615 },
1616 {
Missing tests
1617
"type": "null"
1618 }
Missing tests
1619
],
1620 }
Missing tests
1621
},
Missing tests
1622
"type": "object"
1623 },
1624 "WorkPoolFilterId": {
1625 "additionalProperties": false,
Missing tests
1626
"properties": {
1627 "any_": {
Missing tests
1628
"anyOf": [
1629 {
1630 "items": {
Missing tests
1631
"format": "uuid",
Missing tests
1632
"type": "string"
1633 },
Missing tests
1634
"type": "array"
1635 },
1636 {
Missing tests
1637
"type": "null"
1638 }
Missing tests
1639
],
1640 }
Missing tests
1641
},
Missing tests
1642
"type": "object"
1643 },
1644 "WorkPoolFilterName": {
1645 "additionalProperties": false,
Missing tests
1646
"properties": {
1647 "any_": {
Missing tests
1648
"anyOf": [
1649 {
1650 "items": {
Missing tests
1651
"type": "string"
1652 },
Missing tests
1653
"type": "array"
1654 },
1655 {
Missing tests
1656
"type": "null"
1657 }
Missing tests
1658
],
1659 }
Missing tests
1660
},
Missing tests
1661
"type": "object"
1662 },
1663 "WorkPoolFilterType": {
1664 "additionalProperties": false,
Missing tests
1665
"properties": {
1666 "any_": {
Missing tests
1667
"anyOf": [
1668 {
1669 "items": {
Missing tests
1670
"type": "string"
1671 },
Missing tests
1672
"type": "array"
1673 },
1674 {
Missing tests
1675
"type": "null"
1676 }
Missing tests
1677
],
1678 }
Missing tests
1679
},
Missing tests
1680
"type": "object"
1681 }
1682 }
1683 }
1684}
Responses
seen average

200
Successful Response
5 5.35ms
422
Validation Error
2 2.68ms
default
Default
1 0.93ms
Examples
0 of 21 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
offset.default
 
0
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
limit.default
 
1000
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
sort.default
 
"EXPECTED_START_TIME_DESC"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json7 of 7 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_deployments_by_flow_ui_flows_count_deployments_post",
3 "components": {
4 "schemas": {
5 "Body_count_deployments_by_flow_ui_flows_count_deployments_post": {
6 "properties": {
7 "flow_ids": {
8 "items": {
9 "format": "uuid",
10 "type": "string"
11 },
12 "max_items": 200,
13 "type": "array"
14 }
15 },
16 "required": [
17 "flow_ids"
18 ],
19 "type": "object"
20 }
21 }
22 }
23}
Responses
seen average

200
Successful Response
18 2.06ms
422
Validation Error
17 1.32ms
default
Default
1 1.47ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json7 of 7 keywords covered
1{
2 "$ref": "#/components/schemas/Body_next_runs_by_flow_ui_flows_next_runs_post",
3 "components": {
4 "schemas": {
5 "Body_next_runs_by_flow_ui_flows_next_runs_post": {
6 "properties": {
7 "flow_ids": {
8 "items": {
9 "format": "uuid",
10 "type": "string"
11 },
12 "max_items": 200,
13 "type": "array"
14 }
15 },
16 "required": [
17 "flow_ids"
18 ],
19 "type": "object"
20 }
21 }
22 }
23}
Responses
seen average

200
Successful Response
18 1.93ms
422
Validation Error
17 1.22ms
default
Default
1 1.43ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json8 of 8 keywords covered
1{
2 "$ref": "#/components/schemas/Body_validate_obj_ui_schemas_validate_post",
3 "components": {
4 "schemas": {
5 "Body_validate_obj_ui_schemas_validate_post": {
6 "properties": {
7 "schema": {
Negative tests not applicable
8
"additionalProperties": true,
9 "type": "object"
10 },
11 "values": {
Negative tests not applicable
12
"additionalProperties": true,
13 "type": "object"
14 }
15 },
16 "required": [
17 "schema",
18 "values"
19 ],
20 "type": "object"
21 }
22 }
23 }
24}
Responses
seen average

200
Successful Response
3 2.92ms
422
Validation Error
17 1.44ms
default
Default
1 1.15ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json12 of 476 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_task_run_counts_by_state_ui_task_runs_count_post",
3 "components": {
4 "schemas": {
5 "Body_read_task_run_counts_by_state_ui_task_runs_count_post": {
Missing negative tests
6
"properties": {
7 "deployments": {
Missing negative tests
8
"anyOf": [
9 {
Missing negative tests
10
"$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
Missing positive tests
13
"type": "null"
14 }
Missing negative tests
15
]
16 },
17 "flow_runs": {
Missing negative tests
18
"anyOf": [
19 {
Missing negative tests
20
"$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
Missing positive tests
23
"type": "null"
24 }
Missing negative tests
25
]
26 },
27 "flows": {
Missing negative tests
28
"anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
Missing negative tests
35
]
36 },
37 "task_runs": {
Missing negative tests
38
"anyOf": [
39 {
Missing negative tests
40
"$ref": "#/components/schemas/TaskRunFilter"
41 },
42 {
Missing positive tests
43
"type": "null"
44 }
Missing negative tests
45
]
46 }
Missing negative tests
47
},
48 "type": "object"
49 },
50 "DeploymentFilter": {
51 "additionalProperties": false,
Missing negative tests
52
"properties": {
53 "concurrency_limit": {
Missing tests
54
"anyOf": [
55 {
Missing tests
56
"$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
57 },
58 {
Missing tests
59
"type": "null"
60 }
Missing tests
61
],
62 "deprecated": true,
63 },
64 "flow_or_deployment_name": {
Missing tests
65
"anyOf": [
66 {
Missing tests
67
"$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
68 },
69 {
Missing tests
70
"type": "null"
71 }
Missing tests
72
],
73 },
74 "id": {
Missing tests
75
"anyOf": [
76 {
Missing tests
77
"$ref": "#/components/schemas/DeploymentFilterId"
78 },
79 {
Missing tests
80
"type": "null"
81 }
Missing tests
82
],
83 },
84 "name": {
Missing negative tests
85
"anyOf": [
86 {
Missing negative tests
87
"$ref": "#/components/schemas/DeploymentFilterName"
88 },
89 {
Missing positive tests
90
"type": "null"
91 }
Missing negative tests
92
],
93 },
94 "operator": {
Missing negative tests
95
"$ref": "#/components/schemas/Operator",
96 },
97 "paused": {
Missing tests
98
"anyOf": [
99 {
Missing tests
100
"$ref": "#/components/schemas/DeploymentFilterPaused"
101 },
102 {
Missing tests
103
"type": "null"
104 }
Missing tests
105
],
106 },
107 "tags": {
Missing negative tests
108
"anyOf": [
109 {
110 "$ref": "#/components/schemas/DeploymentFilterTags"
111 },
112 {
113 "type": "null"
114 }
Missing negative tests
115
],
116 },
117 "work_queue_name": {
Missing negative tests
118
"anyOf": [
119 {
Missing negative tests
120
"$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
121 },
122 {
Missing positive tests
123
"type": "null"
124 }
Missing negative tests
125
],
126 }
Missing negative tests
127
},
Missing negative tests
128
"type": "object"
129 },
130 "DeploymentFilterConcurrencyLimit": {
131 "additionalProperties": false,
Missing tests
132
"properties": {
133 "ge_": {
Missing tests
134
"anyOf": [
135 {
Missing tests
136
"type": "integer"
137 },
138 {
Missing tests
139
"type": "null"
140 }
Missing tests
141
],
142 },
143 "is_null_": {
Missing tests
144
"anyOf": [
145 {
Missing tests
146
"type": "boolean"
147 },
148 {
Missing tests
149
"type": "null"
150 }
Missing tests
151
],
152 },
153 "le_": {
Missing tests
154
"anyOf": [
155 {
Missing tests
156
"type": "integer"
157 },
158 {
Missing tests
159
"type": "null"
160 }
Missing tests
161
],
162 }
Missing tests
163
},
Missing tests
164
"type": "object"
165 },
166 "DeploymentFilterId": {
167 "additionalProperties": false,
Missing tests
168
"properties": {
169 "any_": {
Missing tests
170
"anyOf": [
171 {
172 "items": {
Missing tests
173
"format": "uuid",
Missing tests
174
"type": "string"
175 },
Missing tests
176
"type": "array"
177 },
178 {
Missing tests
179
"type": "null"
180 }
Missing tests
181
],
182 },
183 "not_any_": {
Missing tests
184
"anyOf": [
185 {
186 "items": {
Missing tests
187
"format": "uuid",
Missing tests
188
"type": "string"
189 },
Missing tests
190
"type": "array"
191 },
192 {
Missing tests
193
"type": "null"
194 }
Missing tests
195
],
196 }
Missing tests
197
},
Missing tests
198
"type": "object"
199 },
200 "DeploymentFilterName": {
201 "additionalProperties": false,
Missing negative tests
202
"properties": {
203 "any_": {
Missing negative tests
204
"anyOf": [
205 {
206 "items": {
Missing negative tests
207
"type": "string"
208 },
Missing negative tests
209
"type": "array"
210 },
211 {
Missing positive tests
212
"type": "null"
213 }
Missing negative tests
214
],
215 "examples": [
216 [
217 "my-deployment-1",
218 "my-deployment-2"
219 ]
220 ],
221 },
222 "like_": {
Missing negative tests
223
"anyOf": [
224 {
Missing negative tests
225
"type": "string"
226 },
227 {
Missing positive tests
228
"type": "null"
229 }
Missing negative tests
230
],
231 "examples": [
232 "marvin"
233 ],
234 }
Missing negative tests
235
},
Missing negative tests
236
"type": "object"
237 },
238 "DeploymentFilterPaused": {
239 "additionalProperties": false,
Missing tests
240
"properties": {
241 "eq_": {
Missing tests
242
"anyOf": [
243 {
Missing tests
244
"type": "boolean"
245 },
246 {
Missing tests
247
"type": "null"
248 }
Missing tests
249
],
250 }
Missing tests
251
},
Missing tests
252
"type": "object"
253 },
254 "DeploymentFilterTags": {
255 "additionalProperties": false,
Missing negative tests
256
"properties": {
257 "all_": {
Missing negative tests
258
"anyOf": [
259 {
260 "items": {
Missing negative tests
261
"type": "string"
262 },
Missing negative tests
263
"type": "array"
264 },
265 {
Missing positive tests
266
"type": "null"
267 }
Missing negative tests
268
],
269 "examples": [
270 [
271 "tag-1",
272 "tag-2"
273 ]
274 ],
275 },
276 "any_": {
Missing negative tests
277
"anyOf": [
278 {
279 "items": {
Missing negative tests
280
"type": "string"
281 },
Missing negative tests
282
"type": "array"
283 },
284 {
Missing positive tests
285
"type": "null"
286 }
Missing negative tests
287
],
288 "examples": [
289 [
290 "tag-1",
291 "tag-2"
292 ]
293 ],
294 },
295 "is_null_": {
Missing tests
296
"anyOf": [
297 {
Missing tests
298
"type": "boolean"
299 },
300 {
Missing tests
301
"type": "null"
302 }
Missing tests
303
],
304 },
305 "operator": {
Missing tests
306
"$ref": "#/components/schemas/Operator",
307 }
Missing negative tests
308
},
309 "type": "object"
310 },
311 "DeploymentFilterWorkQueueName": {
312 "additionalProperties": false,
Missing negative tests
313
"properties": {
314 "any_": {
Missing negative tests
315
"anyOf": [
316 {
317 "items": {
Missing negative tests
318
"type": "string"
319 },
Missing negative tests
320
"type": "array"
321 },
322 {
Missing positive tests
323
"type": "null"
324 }
Missing negative tests
325
],
326 "examples": [
327 [
328 "work_queue_1",
329 "work_queue_2"
330 ]
331 ],
332 }
Missing negative tests
333
},
Missing negative tests
334
"type": "object"
335 },
336 "DeploymentOrFlowNameFilter": {
337 "additionalProperties": false,
Missing tests
338
"properties": {
339 "like_": {
Missing tests
340
"anyOf": [
341 {
Missing tests
342
"type": "string"
343 },
344 {
Missing tests
345
"type": "null"
346 }
Missing tests
347
],
348 }
Missing tests
349
},
Missing tests
350
"type": "object"
351 },
352 "FlowFilter": {
353 "additionalProperties": false,
Missing negative tests
354
"properties": {
355 "deployment": {
Missing tests
356
"anyOf": [
357 {
Missing tests
358
"$ref": "#/components/schemas/FlowFilterDeployment"
359 },
360 {
Missing tests
361
"type": "null"
362 }
Missing tests
363
],
364 },
365 "id": {
Missing tests
366
"anyOf": [
367 {
Missing tests
368
"$ref": "#/components/schemas/FlowFilterId"
369 },
370 {
Missing tests
371
"type": "null"
372 }
Missing tests
373
],
374 },
375 "name": {
Missing negative tests
376
"anyOf": [
377 {
Missing negative tests
378
"$ref": "#/components/schemas/FlowFilterName"
379 },
380 {
Missing positive tests
381
"type": "null"
382 }
Missing negative tests
383
],
384 },
385 "operator": {
Missing tests
386
"$ref": "#/components/schemas/Operator",
387 },
388 "tags": {
Missing negative tests
389
"anyOf": [
390 {
Missing negative tests
391
"$ref": "#/components/schemas/FlowFilterTags"
392 },
393 {
Missing positive tests
394
"type": "null"
395 }
Missing negative tests
396
],
397 }
Missing negative tests
398
},
399 "type": "object"
400 },
401 "FlowFilterDeployment": {
402 "additionalProperties": false,
Missing tests
403
"properties": {
404 "is_null_": {
Missing tests
405
"anyOf": [
406 {
Missing tests
407
"type": "boolean"
408 },
409 {
Missing tests
410
"type": "null"
411 }
Missing tests
412
],
413 },
414 "operator": {
Missing tests
415
"$ref": "#/components/schemas/Operator",
416 }
Missing tests
417
},
Missing tests
418
"type": "object"
419 },
420 "FlowFilterId": {
421 "additionalProperties": false,
Missing tests
422
"properties": {
423 "any_": {
Missing tests
424
"anyOf": [
425 {
426 "items": {
Missing tests
427
"format": "uuid",
Missing tests
428
"type": "string"
429 },
Missing tests
430
"type": "array"
431 },
432 {
Missing tests
433
"type": "null"
434 }
Missing tests
435
],
436 }
Missing tests
437
},
Missing tests
438
"type": "object"
439 },
440 "FlowFilterName": {
441 "additionalProperties": false,
Missing negative tests
442
"properties": {
443 "any_": {
Missing negative tests
444
"anyOf": [
445 {
446 "items": {
Missing negative tests
447
"type": "string"
448 },
Missing negative tests
449
"type": "array"
450 },
451 {
Missing positive tests
452
"type": "null"
453 }
Missing negative tests
454
],
455 "examples": [
456 [
457 "my-flow-1",
458 "my-flow-2"
459 ]
460 ],
461 },
462 "like_": {
Missing negative tests
463
"anyOf": [
464 {
Missing negative tests
465
"type": "string"
466 },
467 {
Missing positive tests
468
"type": "null"
469 }
Missing negative tests
470
],
471 "examples": [
472 "marvin"
473 ],
474 }
Missing negative tests
475
},
Missing negative tests
476
"type": "object"
477 },
478 "FlowFilterTags": {
479 "additionalProperties": false,
Missing negative tests
480
"properties": {
481 "all_": {
Missing negative tests
482
"anyOf": [
483 {
484 "items": {
Missing negative tests
485
"type": "string"
486 },
Missing negative tests
487
"type": "array"
488 },
489 {
Missing positive tests
490
"type": "null"
491 }
Missing negative tests
492
],
493 "examples": [
494 [
495 "tag-1",
496 "tag-2"
497 ]
498 ],
499 },
500 "is_null_": {
Missing tests
501
"anyOf": [
502 {
Missing tests
503
"type": "boolean"
504 },
505 {
Missing tests
506
"type": "null"
507 }
Missing tests
508
],
509 },
510 "operator": {
Missing tests
511
"$ref": "#/components/schemas/Operator",
512 }
Missing negative tests
513
},
Missing negative tests
514
"type": "object"
515 },
516 "FlowRunFilter": {
517 "additionalProperties": false,
Missing negative tests
518
"properties": {
519 "deployment_id": {
Missing tests
520
"anyOf": [
521 {
Missing tests
522
"$ref": "#/components/schemas/FlowRunFilterDeploymentId"
523 },
524 {
Missing tests
525
"type": "null"
526 }
Missing tests
527
],
528 },
529 "end_time": {
Missing negative tests
530
"anyOf": [
531 {
Missing negative tests
532
"$ref": "#/components/schemas/FlowRunFilterEndTime"
533 },
534 {
Missing positive tests
535
"type": "null"
536 }
Missing negative tests
537
],
538 },
539 "expected_start_time": {
Missing tests
540
"anyOf": [
541 {
Missing tests
542
"$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
543 },
544 {
Missing tests
545
"type": "null"
546 }
Missing tests
547
],
548 },
549 "flow_version": {
Missing negative tests
550
"anyOf": [
551 {
Missing positive tests
552
"$ref": "#/components/schemas/FlowRunFilterFlowVersion"
553 },
554 {
Missing negative tests
555
"type": "null"
556 }
Missing negative tests
557
],
558 },
559 "id": {
Missing tests
560
"anyOf": [
561 {
Missing tests
562
"$ref": "#/components/schemas/FlowRunFilterId"
563 },
564 {
Missing tests
565
"type": "null"
566 }
Missing tests
567
],
568 },
569 "idempotency_key": {
Missing negative tests
570
"anyOf": [
571 {
Missing negative tests
572
"$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
573 },
574 {
Missing positive tests
575
"type": "null"
576 }
Missing negative tests
577
],
578 },
579 "name": {
Missing negative tests
580
"anyOf": [
581 {
Missing negative tests
582
"$ref": "#/components/schemas/FlowRunFilterName"
583 },
584 {
Missing positive tests
585
"type": "null"
586 }
Missing negative tests
587
],
588 },
589 "next_scheduled_start_time": {
Missing negative tests
590
"anyOf": [
591 {
Missing positive tests
592
"$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
593 },
594 {
Missing negative tests
595
"type": "null"
596 }
Missing negative tests
597
],
598 },
599 "operator": {
Missing tests
600
"$ref": "#/components/schemas/Operator",
601 },
602 "parent_flow_run_id": {
Missing tests
603
"anyOf": [
604 {
Missing tests
605
"$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
606 },
607 {
Missing tests
608
"type": "null"
609 }
Missing tests
610
],
611 },
612 "parent_task_run_id": {
Missing tests
613
"anyOf": [
614 {
Missing tests
615
"$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
616 },
617 {
Missing tests
618
"type": "null"
619 }
Missing tests
620
],
621 },
622 "start_time": {
Missing negative tests
623
"anyOf": [
624 {
Missing positive tests
625
"$ref": "#/components/schemas/FlowRunFilterStartTime"
626 },
627 {
Missing negative tests
628
"type": "null"
629 }
Missing negative tests
630
],
631 },
632 "state": {
Missing tests
633
"anyOf": [
634 {
Missing tests
635
"$ref": "#/components/schemas/FlowRunFilterState"
636 },
637 {
Missing tests
638
"type": "null"
639 }
Missing tests
640
],
641 },
642 "tags": {
Missing negative tests
643
"anyOf": [
644 {
Missing negative tests
645
"$ref": "#/components/schemas/FlowRunFilterTags"
646 },
647 {
Missing positive tests
648
"type": "null"
649 }
Missing negative tests
650
],
651 },
652 "work_queue_name": {
Missing negative tests
653
"anyOf": [
654 {
Missing negative tests
655
"$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
656 },
657 {
Missing positive tests
658
"type": "null"
659 }
Missing negative tests
660
],
661 }
Missing negative tests
662
},
Missing negative tests
663
"type": "object"
664 },
665 "FlowRunFilterDeploymentId": {
666 "additionalProperties": false,
Missing tests
667
"properties": {
668 "any_": {
Missing tests
669
"anyOf": [
670 {
671 "items": {
Missing tests
672
"format": "uuid",
Missing tests
673
"type": "string"
674 },
Missing tests
675
"type": "array"
676 },
677 {
Missing tests
678
"type": "null"
679 }
Missing tests
680
],
681 },
682 "is_null_": {
Missing tests
683
"anyOf": [
684 {
Missing tests
685
"type": "boolean"
686 },
687 {
Missing tests
688
"type": "null"
689 }
Missing tests
690
],
691 },
692 "operator": {
Missing tests
693
"$ref": "#/components/schemas/Operator",
694 }
Missing tests
695
},
Missing tests
696
"type": "object"
697 },
698 "FlowRunFilterEndTime": {
699 "additionalProperties": false,
Missing tests
700
"properties": {
701 "after_": {
Missing tests
702
"anyOf": [
703 {
Missing tests
704
"format": "date-time",
Missing tests
705
"type": "string"
706 },
707 {
Missing tests
708
"type": "null"
709 }
Missing tests
710
],
711 },
712 "before_": {
Missing tests
713
"anyOf": [
714 {
Missing tests
715
"format": "date-time",
Missing tests
716
"type": "string"
717 },
718 {
Missing tests
719
"type": "null"
720 }
Missing tests
721
],
722 },
723 "is_null_": {
Missing tests
724
"anyOf": [
725 {
Missing tests
726
"type": "boolean"
727 },
728 {
Missing tests
729
"type": "null"
730 }
Missing tests
731
],
732 }
Missing tests
733
},
Missing negative tests
734
"type": "object"
735 },
736 "FlowRunFilterExpectedStartTime": {
737 "additionalProperties": false,
Missing tests
738
"properties": {
739 "after_": {
Missing tests
740
"anyOf": [
741 {
Missing tests
742
"format": "date-time",
Missing tests
743
"type": "string"
744 },
745 {
Missing tests
746
"type": "null"
747 }
Missing tests
748
],
749 },
750 "before_": {
Missing tests
751
"anyOf": [
752 {
Missing tests
753
"format": "date-time",
Missing tests
754
"type": "string"
755 },
756 {
Missing tests
757
"type": "null"
758 }
Missing tests
759
],
760 }
Missing tests
761
},
Missing tests
762
"type": "object"
763 },
764 "FlowRunFilterFlowVersion": {
765 "additionalProperties": false,
Missing tests
766
"properties": {
767 "any_": {
Missing tests
768
"anyOf": [
769 {
770 "items": {
Missing tests
771
"type": "string"
772 },
Missing tests
773
"type": "array"
774 },
775 {
Missing tests
776
"type": "null"
777 }
Missing tests
778
],
779 }
Missing tests
780
},
Missing positive tests
781
"type": "object"
782 },
783 "FlowRunFilterId": {
784 "additionalProperties": false,
Missing tests
785
"properties": {
786 "any_": {
Missing tests
787
"anyOf": [
788 {
789 "items": {
Missing tests
790
"format": "uuid",
Missing tests
791
"type": "string"
792 },
Missing tests
793
"type": "array"
794 },
795 {
Missing tests
796
"type": "null"
797 }
Missing tests
798
],
799 },
800 "not_any_": {
Missing tests
801
"anyOf": [
802 {
803 "items": {
Missing tests
804
"format": "uuid",
Missing tests
805
"type": "string"
806 },
Missing tests
807
"type": "array"
808 },
809 {
Missing tests
810
"type": "null"
811 }
Missing tests
812
],
813 }
Missing tests
814
},
Missing tests
815
"type": "object"
816 },
817 "FlowRunFilterIdempotencyKey": {
818 "additionalProperties": false,
Missing tests
819
"properties": {
820 "any_": {
Missing tests
821
"anyOf": [
822 {
823 "items": {
Missing tests
824
"type": "string"
825 },
Missing tests
826
"type": "array"
827 },
828 {
Missing tests
829
"type": "null"
830 }
Missing tests
831
],
832 },
833 "not_any_": {
Missing tests
834
"anyOf": [
835 {
836 "items": {
Missing tests
837
"type": "string"
838 },
Missing tests
839
"type": "array"
840 },
841 {
Missing tests
842
"type": "null"
843 }
Missing tests
844
],
845 }
Missing tests
846
},
Missing negative tests
847
"type": "object"
848 },
849 "FlowRunFilterName": {
850 "additionalProperties": false,
Missing negative tests
851
"properties": {
852 "any_": {
Missing negative tests
853
"anyOf": [
854 {
855 "items": {
Missing negative tests
856
"type": "string"
857 },
Missing negative tests
858
"type": "array"
859 },
860 {
Missing positive tests
861
"type": "null"
862 }
Missing negative tests
863
],
864 "examples": [
865 [
866 "my-flow-run-1",
867 "my-flow-run-2"
868 ]
869 ],
870 },
871 "like_": {
Missing negative tests
872
"anyOf": [
873 {
874 "type": "string"
875 },
876 {
877 "type": "null"
878 }
Missing negative tests
879
],
880 "examples": [
881 "marvin"
882 ],
883 }
Missing negative tests
884
},
Missing negative tests
885
"type": "object"
886 },
887 "FlowRunFilterNextScheduledStartTime": {
888 "additionalProperties": false,
Missing tests
889
"properties": {
890 "after_": {
Missing tests
891
"anyOf": [
892 {
Missing tests
893
"format": "date-time",
Missing tests
894
"type": "string"
895 },
896 {
Missing tests
897
"type": "null"
898 }
Missing tests
899
],
900 },
901 "before_": {
Missing tests
902
"anyOf": [
903 {
Missing tests
904
"format": "date-time",
Missing tests
905
"type": "string"
906 },
907 {
Missing tests
908
"type": "null"
909 }
Missing tests
910
],
911 }
Missing tests
912
},
Missing positive tests
913
"type": "object"
914 },
915 "FlowRunFilterParentFlowRunId": {
916 "additionalProperties": false,
Missing tests
917
"properties": {
918 "any_": {
Missing tests
919
"anyOf": [
920 {
921 "items": {
Missing tests
922
"format": "uuid",
Missing tests
923
"type": "string"
924 },
Missing tests
925
"type": "array"
926 },
927 {
Missing tests
928
"type": "null"
929 }
Missing tests
930
],
931 },
932 "operator": {
Missing tests
933
"$ref": "#/components/schemas/Operator",
934 }
Missing tests
935
},
Missing tests
936
"type": "object"
937 },
938 "FlowRunFilterParentTaskRunId": {
939 "additionalProperties": false,
Missing tests
940
"properties": {
941 "any_": {
Missing tests
942
"anyOf": [
943 {
944 "items": {
Missing tests
945
"format": "uuid",
Missing tests
946
"type": "string"
947 },
Missing tests
948
"type": "array"
949 },
950 {
Missing tests
951
"type": "null"
952 }
Missing tests
953
],
954 },
955 "is_null_": {
Missing tests
956
"anyOf": [
957 {
Missing tests
958
"type": "boolean"
959 },
960 {
Missing tests
961
"type": "null"
962 }
Missing tests
963
],
964 },
965 "operator": {
Missing tests
966
"$ref": "#/components/schemas/Operator",
967 }
Missing tests
968
},
Missing tests
969
"type": "object"
970 },
971 "FlowRunFilterStartTime": {
972 "additionalProperties": false,
Missing tests
973
"properties": {
974 "after_": {
Missing tests
975
"anyOf": [
976 {
Missing tests
977
"format": "date-time",
Missing tests
978
"type": "string"
979 },
980 {
Missing tests
981
"type": "null"
982 }
Missing tests
983
],
984 },
985 "before_": {
Missing tests
986
"anyOf": [
987 {
Missing tests
988
"format": "date-time",
Missing tests
989
"type": "string"
990 },
991 {
Missing tests
992
"type": "null"
993 }
Missing tests
994
],
995 },
996 "is_null_": {
Missing tests
997
"anyOf": [
998 {
Missing tests
999
"type": "boolean"
1000 },
1001 {
Missing tests
1002
"type": "null"
1003 }
Missing tests
1004
],
1005 }
Missing tests
1006
},
Missing positive tests
1007
"type": "object"
1008 },
1009 "FlowRunFilterState": {
1010 "additionalProperties": false,
Missing tests
1011
"properties": {
1012 "name": {
Missing tests
1013
"anyOf": [
1014 {
Missing tests
1015
"$ref": "#/components/schemas/FlowRunFilterStateName"
1016 },
1017 {
Missing tests
1018
"type": "null"
1019 }
Missing tests
1020
],
1021 },
1022 "operator": {
Missing tests
1023
"$ref": "#/components/schemas/Operator",
1024 },
1025 "type": {
Missing tests
1026
"anyOf": [
1027 {
Missing tests
1028
"$ref": "#/components/schemas/FlowRunFilterStateType"
1029 },
1030 {
Missing tests
1031
"type": "null"
1032 }
Missing tests
1033
],
1034 }
Missing tests
1035
},
Missing tests
1036
"type": "object"
1037 },
1038 "FlowRunFilterStateName": {
1039 "additionalProperties": false,
Missing tests
1040
"properties": {
1041 "any_": {
Missing tests
1042
"anyOf": [
1043 {
1044 "items": {
Missing tests
1045
"type": "string"
1046 },
Missing tests
1047
"type": "array"
1048 },
1049 {
Missing tests
1050
"type": "null"
1051 }
Missing tests
1052
],
1053 },
1054 "not_any_": {
Missing tests
1055
"anyOf": [
1056 {
1057 "items": {
Missing tests
1058
"type": "string"
1059 },
Missing tests
1060
"type": "array"
1061 },
1062 {
Missing tests
1063
"type": "null"
1064 }
Missing tests
1065
],
1066 }
Missing tests
1067
},
Missing tests
1068
"type": "object"
1069 },
1070 "FlowRunFilterStateType": {
1071 "additionalProperties": false,
Missing tests
1072
"properties": {
1073 "any_": {
Missing tests
1074
"anyOf": [
1075 {
1076 "items": {
Missing tests
1077
"$ref": "#/components/schemas/StateType"
1078 },
Missing tests
1079
"type": "array"
1080 },
1081 {
Missing tests
1082
"type": "null"
1083 }
Missing tests
1084
],
1085 },
1086 "not_any_": {
Missing tests
1087
"anyOf": [
1088 {
1089 "items": {
Missing tests
1090
"$ref": "#/components/schemas/StateType"
1091 },
Missing tests
1092
"type": "array"
1093 },
1094 {
Missing tests
1095
"type": "null"
1096 }
Missing tests
1097
],
1098 }
Missing tests
1099
},
Missing tests
1100
"type": "object"
1101 },
1102 "FlowRunFilterTags": {
1103 "additionalProperties": false,
Missing negative tests
1104
"properties": {
1105 "all_": {
Missing negative tests
1106
"anyOf": [
1107 {
1108 "items": {
Missing negative tests
1109
"type": "string"
1110 },
1111 "type": "array"
1112 },
1113 {
1114 "type": "null"
1115 }
Missing negative tests
1116
],
1117 "examples": [
1118 [
1119 "tag-1",
1120 "tag-2"
1121 ]
1122 ],
1123 },
1124 "any_": {
Missing negative tests
1125
"anyOf": [
1126 {
1127 "items": {
Missing negative tests
1128
"type": "string"
1129 },
Missing negative tests
1130
"type": "array"
1131 },
1132 {
Missing positive tests
1133
"type": "null"
1134 }
Missing negative tests
1135
],
1136 "examples": [
1137 [
1138 "tag-1",
1139 "tag-2"
1140 ]
1141 ],
1142 },
1143 "is_null_": {
Missing negative tests
1144
"anyOf": [
1145 {
Missing negative tests
1146
"type": "boolean"
1147 },
1148 {
Missing positive tests
1149
"type": "null"
1150 }
Missing negative tests
1151
],
1152 },
1153 "operator": {
Missing negative tests
1154
"$ref": "#/components/schemas/Operator",
1155 }
Missing negative tests
1156
},
Missing negative tests
1157
"type": "object"
1158 },
1159 "FlowRunFilterWorkQueueName": {
1160 "additionalProperties": false,
Missing negative tests
1161
"properties": {
1162 "any_": {
Missing negative tests
1163
"anyOf": [
1164 {
1165 "items": {
Missing negative tests
1166
"type": "string"
1167 },
Missing negative tests
1168
"type": "array"
1169 },
1170 {
Missing positive tests
1171
"type": "null"
1172 }
Missing negative tests
1173
],
1174 "examples": [
1175 [
1176 "work_queue_1",
1177 "work_queue_2"
1178 ]
1179 ],
1180 },
1181 "is_null_": {
Missing tests
1182
"anyOf": [
1183 {
Missing tests
1184
"type": "boolean"
1185 },
1186 {
Missing tests
1187
"type": "null"
1188 }
Missing tests
1189
],
1190 },
1191 "operator": {
Missing tests
1192
"$ref": "#/components/schemas/Operator",
1193 }
Missing negative tests
1194
},
Missing negative tests
1195
"type": "object"
1196 },
1197 "Operator": {
Missing negative tests
1198
"enum": [
1199 "and_",
1200 "or_"
Missing negative tests
1201
],
Missing negative tests
1202
"type": "string"
1203 },
1204 "StateType": {
Missing tests
1205
"enum": [
1206 "SCHEDULED",
1207 "PENDING",
1208 "RUNNING",
1209 "COMPLETED",
1210 "FAILED",
1211 "CANCELLED",
1212 "CRASHED",
1213 "PAUSED",
1214 "CANCELLING"
Missing tests
1215
],
Missing tests
1216
"type": "string"
1217 },
1218 "TaskRunFilter": {
1219 "additionalProperties": false,
Missing negative tests
1220
"properties": {
1221 "expected_start_time": {
Missing tests
1222
"anyOf": [
1223 {
Missing tests
1224
"$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1225 },
1226 {
Missing tests
1227
"type": "null"
1228 }
Missing tests
1229
],
1230 },
1231 "flow_run_id": {
Missing tests
1232
"anyOf": [
1233 {
Missing tests
1234
"$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1235 },
1236 {
Missing tests
1237
"type": "null"
1238 }
Missing tests
1239
],
1240 },
1241 "id": {
Missing tests
1242
"anyOf": [
1243 {
Missing tests
1244
"$ref": "#/components/schemas/TaskRunFilterId"
1245 },
1246 {
Missing tests
1247
"type": "null"
1248 }
Missing tests
1249
],
1250 },
1251 "name": {
Missing negative tests
1252
"anyOf": [
1253 {
Missing negative tests
1254
"$ref": "#/components/schemas/TaskRunFilterName"
1255 },
1256 {
Missing positive tests
1257
"type": "null"
1258 }
Missing negative tests
1259
],
1260 },
1261 "operator": {
Missing tests
1262
"$ref": "#/components/schemas/Operator",
1263 },
1264 "start_time": {
Missing tests
1265
"anyOf": [
1266 {
Missing tests
1267
"$ref": "#/components/schemas/TaskRunFilterStartTime"
1268 },
1269 {
Missing tests
1270
"type": "null"
1271 }
Missing tests
1272
],
1273 },
1274 "state": {
Missing tests
1275
"anyOf": [
1276 {
Missing tests
1277
"$ref": "#/components/schemas/TaskRunFilterState"
1278 },
1279 {
Missing tests
1280
"type": "null"
1281 }
Missing tests
1282
],
1283 },
1284 "subflow_runs": {
Missing tests
1285
"anyOf": [
1286 {
Missing tests
1287
"$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1288 },
1289 {
Missing tests
1290
"type": "null"
1291 }
Missing tests
1292
],
1293 },
1294 "tags": {
Missing negative tests
1295
"anyOf": [
1296 {
Missing negative tests
1297
"$ref": "#/components/schemas/TaskRunFilterTags"
1298 },
1299 {
Missing positive tests
1300
"type": "null"
1301 }
Missing negative tests
1302
],
1303 }
Missing negative tests
1304
},
Missing negative tests
1305
"type": "object"
1306 },
1307 "TaskRunFilterExpectedStartTime": {
1308 "additionalProperties": false,
Missing tests
1309
"properties": {
1310 "after_": {
Missing tests
1311
"anyOf": [
1312 {
Missing tests
1313
"format": "date-time",
Missing tests
1314
"type": "string"
1315 },
1316 {
Missing tests
1317
"type": "null"
1318 }
Missing tests
1319
],
1320 },
1321 "before_": {
Missing tests
1322
"anyOf": [
1323 {
Missing tests
1324
"format": "date-time",
Missing tests
1325
"type": "string"
1326 },
1327 {
Missing tests
1328
"type": "null"
1329 }
Missing tests
1330
],
1331 }
Missing tests
1332
},
Missing tests
1333
"type": "object"
1334 },
1335 "TaskRunFilterFlowRunId": {
1336 "additionalProperties": false,
Missing tests
1337
"properties": {
1338 "any_": {
Missing tests
1339
"anyOf": [
1340 {
1341 "items": {
Missing tests
1342
"format": "uuid",
Missing tests
1343
"type": "string"
1344 },
Missing tests
1345
"type": "array"
1346 },
1347 {
Missing tests
1348
"type": "null"
1349 }
Missing tests
1350
],
1351 },
1352 "is_null_": {
Missing tests
1353
"anyOf": [
1354 {
Missing tests
1355
"type": "boolean"
1356 },
1357 {
Missing tests
1358
"type": "null"
1359 }
Missing tests
1360
],
1361 },
1362 "operator": {
Missing tests
1363
"$ref": "#/components/schemas/Operator",
1364 }
Missing tests
1365
},
Missing tests
1366
"type": "object"
1367 },
1368 "TaskRunFilterId": {
1369 "additionalProperties": false,
Missing tests
1370
"properties": {
1371 "any_": {
Missing tests
1372
"anyOf": [
1373 {
1374 "items": {
Missing tests
1375
"format": "uuid",
Missing tests
1376
"type": "string"
1377 },
Missing tests
1378
"type": "array"
1379 },
1380 {
Missing tests
1381
"type": "null"
1382 }
Missing tests
1383
],
1384 }
Missing tests
1385
},
Missing tests
1386
"type": "object"
1387 },
1388 "TaskRunFilterName": {
1389 "additionalProperties": false,
Missing negative tests
1390
"properties": {
1391 "any_": {
Missing negative tests
1392
"anyOf": [
1393 {
1394 "items": {
Missing negative tests
1395
"type": "string"
1396 },
Missing negative tests
1397
"type": "array"
1398 },
1399 {
Missing positive tests
1400
"type": "null"
1401 }
Missing negative tests
1402
],
1403 "examples": [
1404 [
1405 "my-task-run-1",
1406 "my-task-run-2"
1407 ]
1408 ],
1409 },
1410 "like_": {
Missing negative tests
1411
"anyOf": [
1412 {
Missing negative tests
1413
"type": "string"
1414 },
1415 {
Missing positive tests
1416
"type": "null"
1417 }
Missing negative tests
1418
],
1419 "examples": [
1420 "marvin"
1421 ],
1422 }
Missing negative tests
1423
},
Missing negative tests
1424
"type": "object"
1425 },
1426 "TaskRunFilterStartTime": {
1427 "additionalProperties": false,
Missing tests
1428
"properties": {
1429 "after_": {
Missing tests
1430
"anyOf": [
1431 {
Missing tests
1432
"format": "date-time",
Missing tests
1433
"type": "string"
1434 },
1435 {
Missing tests
1436
"type": "null"
1437 }
Missing tests
1438
],
1439 },
1440 "before_": {
Missing tests
1441
"anyOf": [
1442 {
Missing tests
1443
"format": "date-time",
Missing tests
1444
"type": "string"
1445 },
1446 {
Missing tests
1447
"type": "null"
1448 }
Missing tests
1449
],
1450 },
1451 "is_null_": {
Missing tests
1452
"anyOf": [
1453 {
Missing tests
1454
"type": "boolean"
1455 },
1456 {
Missing tests
1457
"type": "null"
1458 }
Missing tests
1459
],
1460 }
Missing tests
1461
},
Missing tests
1462
"type": "object"
1463 },
1464 "TaskRunFilterState": {
1465 "additionalProperties": false,
Missing tests
1466
"properties": {
1467 "name": {
Missing tests
1468
"anyOf": [
1469 {
Missing tests
1470
"$ref": "#/components/schemas/TaskRunFilterStateName"
1471 },
1472 {
Missing tests
1473
"type": "null"
1474 }
Missing tests
1475
],
1476 },
1477 "operator": {
Missing tests
1478
"$ref": "#/components/schemas/Operator",
1479 },
1480 "type": {
Missing tests
1481
"anyOf": [
1482 {
Missing tests
1483
"$ref": "#/components/schemas/TaskRunFilterStateType"
1484 },
1485 {
Missing tests
1486
"type": "null"
1487 }
Missing tests
1488
],
1489 }
Missing tests
1490
},
Missing tests
1491
"type": "object"
1492 },
1493 "TaskRunFilterStateName": {
1494 "additionalProperties": false,
Missing tests
1495
"properties": {
1496 "any_": {
Missing tests
1497
"anyOf": [
1498 {
1499 "items": {
Missing tests
1500
"type": "string"
1501 },
Missing tests
1502
"type": "array"
1503 },
1504 {
Missing tests
1505
"type": "null"
1506 }
Missing tests
1507
],
1508 }
Missing tests
1509
},
Missing tests
1510
"type": "object"
1511 },
1512 "TaskRunFilterStateType": {
1513 "additionalProperties": false,
Missing tests
1514
"properties": {
1515 "any_": {
Missing tests
1516
"anyOf": [
1517 {
1518 "items": {
Missing tests
1519
"$ref": "#/components/schemas/StateType"
1520 },
Missing tests
1521
"type": "array"
1522 },
1523 {
Missing tests
1524
"type": "null"
1525 }
Missing tests
1526
],
1527 }
Missing tests
1528
},
Missing tests
1529
"type": "object"
1530 },
1531 "TaskRunFilterSubFlowRuns": {
1532 "additionalProperties": false,
Missing tests
1533
"properties": {
1534 "exists_": {
Missing tests
1535
"anyOf": [
1536 {
Missing tests
1537
"type": "boolean"
1538 },
1539 {
Missing tests
1540
"type": "null"
1541 }
Missing tests
1542
],
1543 }
Missing tests
1544
},
Missing tests
1545
"type": "object"
1546 },
1547 "TaskRunFilterTags": {
1548 "additionalProperties": false,
Missing negative tests
1549
"properties": {
1550 "all_": {
Missing negative tests
1551
"anyOf": [
1552 {
1553 "items": {
Missing negative tests
1554
"type": "string"
1555 },
Missing negative tests
1556
"type": "array"
1557 },
1558 {
Missing positive tests
1559
"type": "null"
1560 }
Missing negative tests
1561
],
1562 "examples": [
1563 [
1564 "tag-1",
1565 "tag-2"
1566 ]
1567 ],
1568 },
1569 "is_null_": {
Missing tests
1570
"anyOf": [
1571 {
Missing tests
1572
"type": "boolean"
1573 },
1574 {
Missing tests
1575
"type": "null"
1576 }
Missing tests
1577
],
1578 },
1579 "operator": {
Missing tests
1580
"$ref": "#/components/schemas/Operator",
1581 }
Missing negative tests
1582
},
Missing negative tests
1583
"type": "object"
1584 }
1585 }
1586 }
1587}
Responses
seen average

200
Successful Response
7 4.87ms
422
Validation Error
2 2.43ms
default
Default
1 1.85ms
Examples
2 of 17 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json66 of 538 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_dashboard_task_run_counts_ui_task_runs_dashboard_counts_post",
3 "components": {
4 "schemas": {
5 "Body_read_dashboard_task_run_counts_ui_task_runs_dashboard_counts_post": {
6 "properties": {
7 "deployments": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
Missing positive tests
13
"type": "null"
14 }
15 ]
16 },
17 "flow_runs": {
Missing negative tests
18
"anyOf": [
19 {
Missing negative tests
20
"$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
Missing positive tests
23
"type": "null"
24 }
Missing negative tests
25
]
26 },
27 "flows": {
Missing negative tests
28
"anyOf": [
29 {
Missing negative tests
30
"$ref": "#/components/schemas/FlowFilter"
31 },
32 {
Missing positive tests
33
"type": "null"
34 }
Missing negative tests
35
]
36 },
37 "task_runs": {
Missing negative tests
38
"$ref": "#/components/schemas/TaskRunFilter"
39 },
40 "work_pools": {
41 "anyOf": [
42 {
43 "$ref": "#/components/schemas/WorkPoolFilter"
44 },
45 {
Missing positive tests
46
"type": "null"
47 }
48 ]
49 },
50 "work_queues": {
51 "anyOf": [
52 {
53 "$ref": "#/components/schemas/WorkQueueFilter"
54 },
55 {
Missing positive tests
56
"type": "null"
57 }
58 ]
59 }
60 },
61 "required": [
62 "task_runs"
63 ],
64 "type": "object"
65 },
66 "DeploymentFilter": {
67 "additionalProperties": false,
68 "properties": {
69 "concurrency_limit": {
70 "anyOf": [
71 {
72 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
73 },
74 {
Missing positive tests
75
"type": "null"
76 }
77 ],
78 "deprecated": true,
79 },
80 "flow_or_deployment_name": {
Missing negative tests
81
"anyOf": [
82 {
Missing negative tests
83
"$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
84 },
85 {
Missing positive tests
86
"type": "null"
87 }
Missing negative tests
88
],
89 },
90 "id": {
Missing negative tests
91
"anyOf": [
92 {
Missing negative tests
93
"$ref": "#/components/schemas/DeploymentFilterId"
94 },
95 {
Missing positive tests
96
"type": "null"
97 }
Missing negative tests
98
],
99 },
100 "name": {
Missing negative tests
101
"anyOf": [
102 {
Missing negative tests
103
"$ref": "#/components/schemas/DeploymentFilterName"
104 },
105 {
Missing positive tests
106
"type": "null"
107 }
Missing negative tests
108
],
109 },
110 "operator": {
Missing negative tests
111
"$ref": "#/components/schemas/Operator",
112 },
113 "paused": {
Missing negative tests
114
"anyOf": [
115 {
Missing negative tests
116
"$ref": "#/components/schemas/DeploymentFilterPaused"
117 },
118 {
Missing positive tests
119
"type": "null"
120 }
Missing negative tests
121
],
122 },
123 "tags": {
Missing negative tests
124
"anyOf": [
125 {
Missing negative tests
126
"$ref": "#/components/schemas/DeploymentFilterTags"
127 },
128 {
Missing positive tests
129
"type": "null"
130 }
Missing negative tests
131
],
132 },
133 "work_queue_name": {
Missing negative tests
134
"anyOf": [
135 {
Missing negative tests
136
"$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
137 },
138 {
Missing positive tests
139
"type": "null"
140 }
Missing negative tests
141
],
142 }
143 },
144 "type": "object"
145 },
146 "DeploymentFilterConcurrencyLimit": {
147 "additionalProperties": false,
148 "properties": {
149 "ge_": {
Missing negative tests
150
"anyOf": [
151 {
Missing positive tests
152
"type": "integer"
153 },
154 {
Missing negative tests
155
"type": "null"
156 }
Missing negative tests
157
],
158 },
159 "is_null_": {
160 "anyOf": [
161 {
Missing positive tests
162
"type": "boolean"
163 },
164 {
165 "type": "null"
166 }
167 ],
168 },
169 "le_": {
Missing negative tests
170
"anyOf": [
171 {
Missing positive tests
172
"type": "integer"
173 },
174 {
Missing negative tests
175
"type": "null"
176 }
Missing negative tests
177
],
178 }
179 },
180 "type": "object"
181 },
182 "DeploymentFilterId": {
183 "additionalProperties": false,
Missing tests
184
"properties": {
185 "any_": {
Missing tests
186
"anyOf": [
187 {
188 "items": {
Missing tests
189
"format": "uuid",
Missing tests
190
"type": "string"
191 },
Missing tests
192
"type": "array"
193 },
194 {
Missing tests
195
"type": "null"
196 }
Missing tests
197
],
198 },
199 "not_any_": {
Missing tests
200
"anyOf": [
201 {
202 "items": {
Missing tests
203
"format": "uuid",
Missing tests
204
"type": "string"
205 },
Missing tests
206
"type": "array"
207 },
208 {
Missing tests
209
"type": "null"
210 }
Missing tests
211
],
212 }
Missing tests
213
},
Missing negative tests
214
"type": "object"
215 },
216 "DeploymentFilterName": {
217 "additionalProperties": false,
Missing negative tests
218
"properties": {
219 "any_": {
Missing negative tests
220
"anyOf": [
221 {
222 "items": {
Missing negative tests
223
"type": "string"
224 },
Missing negative tests
225
"type": "array"
226 },
227 {
Missing positive tests
228
"type": "null"
229 }
Missing negative tests
230
],
231 "examples": [
232 [
233 "my-deployment-1",
234 "my-deployment-2"
235 ]
236 ],
237 },
238 "like_": {
Missing negative tests
239
"anyOf": [
240 {
Missing negative tests
241
"type": "string"
242 },
243 {
Missing positive tests
244
"type": "null"
245 }
Missing negative tests
246
],
247 "examples": [
248 "marvin"
249 ],
250 }
Missing negative tests
251
},
Missing negative tests
252
"type": "object"
253 },
254 "DeploymentFilterPaused": {
255 "additionalProperties": false,
Missing tests
256
"properties": {
257 "eq_": {
Missing tests
258
"anyOf": [
259 {
Missing tests
260
"type": "boolean"
261 },
262 {
Missing tests
263
"type": "null"
264 }
Missing tests
265
],
266 }
Missing tests
267
},
Missing negative tests
268
"type": "object"
269 },
270 "DeploymentFilterTags": {
271 "additionalProperties": false,
Missing negative tests
272
"properties": {
273 "all_": {
Missing negative tests
274
"anyOf": [
275 {
276 "items": {
Missing negative tests
277
"type": "string"
278 },
Missing negative tests
279
"type": "array"
280 },
281 {
Missing positive tests
282
"type": "null"
283 }
Missing negative tests
284
],
285 "examples": [
286 [
287 "tag-1",
288 "tag-2"
289 ]
290 ],
291 },
292 "any_": {
Missing negative tests
293
"anyOf": [
294 {
295 "items": {
Missing negative tests
296
"type": "string"
297 },
Missing negative tests
298
"type": "array"
299 },
300 {
Missing positive tests
301
"type": "null"
302 }
Missing negative tests
303
],
304 "examples": [
305 [
306 "tag-1",
307 "tag-2"
308 ]
309 ],
310 },
311 "is_null_": {
Missing tests
312
"anyOf": [
313 {
Missing tests
314
"type": "boolean"
315 },
316 {
Missing tests
317
"type": "null"
318 }
Missing tests
319
],
320 },
321 "operator": {
Missing tests
322
"$ref": "#/components/schemas/Operator",
323 }
Missing negative tests
324
},
Missing negative tests
325
"type": "object"
326 },
327 "DeploymentFilterWorkQueueName": {
328 "additionalProperties": false,
Missing negative tests
329
"properties": {
330 "any_": {
Missing negative tests
331
"anyOf": [
332 {
333 "items": {
Missing negative tests
334
"type": "string"
335 },
Missing negative tests
336
"type": "array"
337 },
338 {
Missing positive tests
339
"type": "null"
340 }
Missing negative tests
341
],
342 "examples": [
343 [
344 "work_queue_1",
345 "work_queue_2"
346 ]
347 ],
348 }
Missing negative tests
349
},
Missing negative tests
350
"type": "object"
351 },
352 "DeploymentOrFlowNameFilter": {
353 "additionalProperties": false,
Missing tests
354
"properties": {
355 "like_": {
Missing tests
356
"anyOf": [
357 {
Missing tests
358
"type": "string"
359 },
360 {
Missing tests
361
"type": "null"
362 }
Missing tests
363
],
364 }
Missing tests
365
},
Missing negative tests
366
"type": "object"
367 },
368 "FlowFilter": {
369 "additionalProperties": false,
Missing negative tests
370
"properties": {
371 "deployment": {
Missing tests
372
"anyOf": [
373 {
Missing tests
374
"$ref": "#/components/schemas/FlowFilterDeployment"
375 },
376 {
Missing tests
377
"type": "null"
378 }
Missing tests
379
],
380 },
381 "id": {
Missing tests
382
"anyOf": [
383 {
Missing tests
384
"$ref": "#/components/schemas/FlowFilterId"
385 },
386 {
Missing tests
387
"type": "null"
388 }
Missing tests
389
],
390 },
391 "name": {
Missing negative tests
392
"anyOf": [
393 {
Missing negative tests
394
"$ref": "#/components/schemas/FlowFilterName"
395 },
396 {
Missing positive tests
397
"type": "null"
398 }
Missing negative tests
399
],
400 },
401 "operator": {
Missing tests
402
"$ref": "#/components/schemas/Operator",
403 },
404 "tags": {
Missing negative tests
405
"anyOf": [
406 {
Missing negative tests
407
"$ref": "#/components/schemas/FlowFilterTags"
408 },
409 {
Missing positive tests
410
"type": "null"
411 }
Missing negative tests
412
],
413 }
Missing negative tests
414
},
Missing negative tests
415
"type": "object"
416 },
417 "FlowFilterDeployment": {
418 "additionalProperties": false,
Missing tests
419
"properties": {
420 "is_null_": {
Missing tests
421
"anyOf": [
422 {
Missing tests
423
"type": "boolean"
424 },
425 {
Missing tests
426
"type": "null"
427 }
Missing tests
428
],
429 },
430 "operator": {
Missing tests
431
"$ref": "#/components/schemas/Operator",
432 }
Missing tests
433
},
Missing tests
434
"type": "object"
435 },
436 "FlowFilterId": {
437 "additionalProperties": false,
Missing tests
438
"properties": {
439 "any_": {
Missing tests
440
"anyOf": [
441 {
442 "items": {
Missing tests
443
"format": "uuid",
Missing tests
444
"type": "string"
445 },
Missing tests
446
"type": "array"
447 },
448 {
Missing tests
449
"type": "null"
450 }
Missing tests
451
],
452 }
Missing tests
453
},
Missing tests
454
"type": "object"
455 },
456 "FlowFilterName": {
457 "additionalProperties": false,
Missing negative tests
458
"properties": {
459 "any_": {
Missing negative tests
460
"anyOf": [
461 {
462 "items": {
Missing negative tests
463
"type": "string"
464 },
Missing negative tests
465
"type": "array"
466 },
467 {
Missing positive tests
468
"type": "null"
469 }
Missing negative tests
470
],
471 "examples": [
472 [
473 "my-flow-1",
474 "my-flow-2"
475 ]
476 ],
477 },
478 "like_": {
Missing negative tests
479
"anyOf": [
480 {
Missing negative tests
481
"type": "string"
482 },
483 {
Missing positive tests
484
"type": "null"
485 }
Missing negative tests
486
],
487 "examples": [
488 "marvin"
489 ],
490 }
Missing negative tests
491
},
Missing negative tests
492
"type": "object"
493 },
494 "FlowFilterTags": {
495 "additionalProperties": false,
Missing negative tests
496
"properties": {
497 "all_": {
Missing negative tests
498
"anyOf": [
499 {
500 "items": {
Missing negative tests
501
"type": "string"
502 },
Missing negative tests
503
"type": "array"
504 },
505 {
Missing positive tests
506
"type": "null"
507 }
Missing negative tests
508
],
509 "examples": [
510 [
511 "tag-1",
512 "tag-2"
513 ]
514 ],
515 },
516 "is_null_": {
Missing tests
517
"anyOf": [
518 {
Missing tests
519
"type": "boolean"
520 },
521 {
Missing tests
522
"type": "null"
523 }
Missing tests
524
],
525 },
526 "operator": {
Missing tests
527
"$ref": "#/components/schemas/Operator",
528 }
Missing negative tests
529
},
Missing negative tests
530
"type": "object"
531 },
532 "FlowRunFilter": {
533 "additionalProperties": false,
Missing negative tests
534
"properties": {
535 "deployment_id": {
Missing tests
536
"anyOf": [
537 {
Missing tests
538
"$ref": "#/components/schemas/FlowRunFilterDeploymentId"
539 },
540 {
Missing tests
541
"type": "null"
542 }
Missing tests
543
],
544 },
545 "end_time": {
Missing tests
546
"anyOf": [
547 {
Missing tests
548
"$ref": "#/components/schemas/FlowRunFilterEndTime"
549 },
550 {
Missing tests
551
"type": "null"
552 }
Missing tests
553
],
554 },
555 "expected_start_time": {
Missing tests
556
"anyOf": [
557 {
Missing tests
558
"$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
559 },
560 {
Missing tests
561
"type": "null"
562 }
Missing tests
563
],
564 },
565 "flow_version": {
Missing tests
566
"anyOf": [
567 {
Missing tests
568
"$ref": "#/components/schemas/FlowRunFilterFlowVersion"
569 },
570 {
Missing tests
571
"type": "null"
572 }
Missing tests
573
],
574 },
575 "id": {
Missing tests
576
"anyOf": [
577 {
Missing tests
578
"$ref": "#/components/schemas/FlowRunFilterId"
579 },
580 {
Missing tests
581
"type": "null"
582 }
Missing tests
583
],
584 },
585 "idempotency_key": {
Missing tests
586
"anyOf": [
587 {
Missing tests
588
"$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
589 },
590 {
Missing tests
591
"type": "null"
592 }
Missing tests
593
],
594 },
595 "name": {
Missing negative tests
596
"anyOf": [
597 {
Missing negative tests
598
"$ref": "#/components/schemas/FlowRunFilterName"
599 },
600 {
Missing positive tests
601
"type": "null"
602 }
Missing negative tests
603
],
604 },
605 "next_scheduled_start_time": {
Missing tests
606
"anyOf": [
607 {
Missing tests
608
"$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
609 },
610 {
Missing tests
611
"type": "null"
612 }
Missing tests
613
],
614 },
615 "operator": {
Missing tests
616
"$ref": "#/components/schemas/Operator",
617 },
618 "parent_flow_run_id": {
Missing tests
619
"anyOf": [
620 {
Missing tests
621
"$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
622 },
623 {
Missing tests
624
"type": "null"
625 }
Missing tests
626
],
627 },
628 "parent_task_run_id": {
Missing tests
629
"anyOf": [
630 {
Missing tests
631
"$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
632 },
633 {
Missing tests
634
"type": "null"
635 }
Missing tests
636
],
637 },
638 "start_time": {
Missing tests
639
"anyOf": [
640 {
Missing tests
641
"$ref": "#/components/schemas/FlowRunFilterStartTime"
642 },
643 {
Missing tests
644
"type": "null"
645 }
Missing tests
646
],
647 },
648 "state": {
Missing tests
649
"anyOf": [
650 {
Missing tests
651
"$ref": "#/components/schemas/FlowRunFilterState"
652 },
653 {
Missing tests
654
"type": "null"
655 }
Missing tests
656
],
657 },
658 "tags": {
Missing negative tests
659
"anyOf": [
660 {
Missing negative tests
661
"$ref": "#/components/schemas/FlowRunFilterTags"
662 },
663 {
Missing positive tests
664
"type": "null"
665 }
Missing negative tests
666
],
667 },
668 "work_queue_name": {
Missing negative tests
669
"anyOf": [
670 {
Missing negative tests
671
"$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
672 },
673 {
Missing positive tests
674
"type": "null"
675 }
Missing negative tests
676
],
677 }
Missing negative tests
678
},
Missing negative tests
679
"type": "object"
680 },
681 "FlowRunFilterDeploymentId": {
682 "additionalProperties": false,
Missing tests
683
"properties": {
684 "any_": {
Missing tests
685
"anyOf": [
686 {
687 "items": {
Missing tests
688
"format": "uuid",
Missing tests
689
"type": "string"
690 },
Missing tests
691
"type": "array"
692 },
693 {
Missing tests
694
"type": "null"
695 }
Missing tests
696
],
697 },
698 "is_null_": {
Missing tests
699
"anyOf": [
700 {
Missing tests
701
"type": "boolean"
702 },
703 {
Missing tests
704
"type": "null"
705 }
Missing tests
706
],
707 },
708 "operator": {
Missing tests
709
"$ref": "#/components/schemas/Operator",
710 }
Missing tests
711
},
Missing tests
712
"type": "object"
713 },
714 "FlowRunFilterEndTime": {
715 "additionalProperties": false,
Missing tests
716
"properties": {
717 "after_": {
Missing tests
718
"anyOf": [
719 {
Missing tests
720
"format": "date-time",
Missing tests
721
"type": "string"
722 },
723 {
Missing tests
724
"type": "null"
725 }
Missing tests
726
],
727 },
728 "before_": {
Missing tests
729
"anyOf": [
730 {
Missing tests
731
"format": "date-time",
Missing tests
732
"type": "string"
733 },
734 {
Missing tests
735
"type": "null"
736 }
Missing tests
737
],
738 },
739 "is_null_": {
Missing tests
740
"anyOf": [
741 {
Missing tests
742
"type": "boolean"
743 },
744 {
Missing tests
745
"type": "null"
746 }
Missing tests
747
],
748 }
Missing tests
749
},
Missing tests
750
"type": "object"
751 },
752 "FlowRunFilterExpectedStartTime": {
753 "additionalProperties": false,
Missing tests
754
"properties": {
755 "after_": {
Missing tests
756
"anyOf": [
757 {
Missing tests
758
"format": "date-time",
Missing tests
759
"type": "string"
760 },
761 {
Missing tests
762
"type": "null"
763 }
Missing tests
764
],
765 },
766 "before_": {
Missing tests
767
"anyOf": [
768 {
Missing tests
769
"format": "date-time",
Missing tests
770
"type": "string"
771 },
772 {
Missing tests
773
"type": "null"
774 }
Missing tests
775
],
776 }
Missing tests
777
},
Missing tests
778
"type": "object"
779 },
780 "FlowRunFilterFlowVersion": {
781 "additionalProperties": false,
Missing tests
782
"properties": {
783 "any_": {
Missing tests
784
"anyOf": [
785 {
786 "items": {
Missing tests
787
"type": "string"
788 },
Missing tests
789
"type": "array"
790 },
791 {
Missing tests
792
"type": "null"
793 }
Missing tests
794
],
795 }
Missing tests
796
},
Missing tests
797
"type": "object"
798 },
799 "FlowRunFilterId": {
800 "additionalProperties": false,
Missing tests
801
"properties": {
802 "any_": {
Missing tests
803
"anyOf": [
804 {
805 "items": {
Missing tests
806
"format": "uuid",
Missing tests
807
"type": "string"
808 },
Missing tests
809
"type": "array"
810 },
811 {
Missing tests
812
"type": "null"
813 }
Missing tests
814
],
815 },
816 "not_any_": {
Missing tests
817
"anyOf": [
818 {
819 "items": {
Missing tests
820
"format": "uuid",
Missing tests
821
"type": "string"
822 },
Missing tests
823
"type": "array"
824 },
825 {
Missing tests
826
"type": "null"
827 }
Missing tests
828
],
829 }
Missing tests
830
},
Missing tests
831
"type": "object"
832 },
833 "FlowRunFilterIdempotencyKey": {
834 "additionalProperties": false,
Missing tests
835
"properties": {
836 "any_": {
Missing tests
837
"anyOf": [
838 {
839 "items": {
Missing tests
840
"type": "string"
841 },
Missing tests
842
"type": "array"
843 },
844 {
Missing tests
845
"type": "null"
846 }
Missing tests
847
],
848 },
849 "not_any_": {
Missing tests
850
"anyOf": [
851 {
852 "items": {
Missing tests
853
"type": "string"
854 },
Missing tests
855
"type": "array"
856 },
857 {
Missing tests
858
"type": "null"
859 }
Missing tests
860
],
861 }
Missing tests
862
},
Missing tests
863
"type": "object"
864 },
865 "FlowRunFilterName": {
866 "additionalProperties": false,
Missing negative tests
867
"properties": {
868 "any_": {
Missing negative tests
869
"anyOf": [
870 {
871 "items": {
Missing negative tests
872
"type": "string"
873 },
Missing negative tests
874
"type": "array"
875 },
876 {
Missing positive tests
877
"type": "null"
878 }
Missing negative tests
879
],
880 "examples": [
881 [
882 "my-flow-run-1",
883 "my-flow-run-2"
884 ]
885 ],
886 },
887 "like_": {
Missing negative tests
888
"anyOf": [
889 {
Missing negative tests
890
"type": "string"
891 },
892 {
Missing positive tests
893
"type": "null"
894 }
Missing negative tests
895
],
896 "examples": [
897 "marvin"
898 ],
899 }
Missing negative tests
900
},
Missing negative tests
901
"type": "object"
902 },
903 "FlowRunFilterNextScheduledStartTime": {
904 "additionalProperties": false,
Missing tests
905
"properties": {
906 "after_": {
Missing tests
907
"anyOf": [
908 {
Missing tests
909
"format": "date-time",
Missing tests
910
"type": "string"
911 },
912 {
Missing tests
913
"type": "null"
914 }
Missing tests
915
],
916 },
917 "before_": {
Missing tests
918
"anyOf": [
919 {
Missing tests
920
"format": "date-time",
Missing tests
921
"type": "string"
922 },
923 {
Missing tests
924
"type": "null"
925 }
Missing tests
926
],
927 }
Missing tests
928
},
Missing tests
929
"type": "object"
930 },
931 "FlowRunFilterParentFlowRunId": {
932 "additionalProperties": false,
Missing tests
933
"properties": {
934 "any_": {
Missing tests
935
"anyOf": [
936 {
937 "items": {
Missing tests
938
"format": "uuid",
Missing tests
939
"type": "string"
940 },
Missing tests
941
"type": "array"
942 },
943 {
Missing tests
944
"type": "null"
945 }
Missing tests
946
],
947 },
948 "operator": {
Missing tests
949
"$ref": "#/components/schemas/Operator",
950 }
Missing tests
951
},
Missing tests
952
"type": "object"
953 },
954 "FlowRunFilterParentTaskRunId": {
955 "additionalProperties": false,
Missing tests
956
"properties": {
957 "any_": {
Missing tests
958
"anyOf": [
959 {
960 "items": {
Missing tests
961
"format": "uuid",
Missing tests
962
"type": "string"
963 },
Missing tests
964
"type": "array"
965 },
966 {
Missing tests
967
"type": "null"
968 }
Missing tests
969
],
970 },
971 "is_null_": {
Missing tests
972
"anyOf": [
973 {
Missing tests
974
"type": "boolean"
975 },
976 {
Missing tests
977
"type": "null"
978 }
Missing tests
979
],
980 },
981 "operator": {
Missing tests
982
"$ref": "#/components/schemas/Operator",
983 }
Missing tests
984
},
Missing tests
985
"type": "object"
986 },
987 "FlowRunFilterStartTime": {
988 "additionalProperties": false,
Missing tests
989
"properties": {
990 "after_": {
Missing tests
991
"anyOf": [
992 {
Missing tests
993
"format": "date-time",
Missing tests
994
"type": "string"
995 },
996 {
Missing tests
997
"type": "null"
998 }
Missing tests
999
],
1000 },
1001 "before_": {
Missing tests
1002
"anyOf": [
1003 {
Missing tests
1004
"format": "date-time",
Missing tests
1005
"type": "string"
1006 },
1007 {
Missing tests
1008
"type": "null"
1009 }
Missing tests
1010
],
1011 },
1012 "is_null_": {
Missing tests
1013
"anyOf": [
1014 {
Missing tests
1015
"type": "boolean"
1016 },
1017 {
Missing tests
1018
"type": "null"
1019 }
Missing tests
1020
],
1021 }
Missing tests
1022
},
Missing tests
1023
"type": "object"
1024 },
1025 "FlowRunFilterState": {
1026 "additionalProperties": false,
Missing tests
1027
"properties": {
1028 "name": {
Missing tests
1029
"anyOf": [
1030 {
Missing tests
1031
"$ref": "#/components/schemas/FlowRunFilterStateName"
1032 },
1033 {
Missing tests
1034
"type": "null"
1035 }
Missing tests
1036
],
1037 },
1038 "operator": {
Missing tests
1039
"$ref": "#/components/schemas/Operator",
1040 },
1041 "type": {
Missing tests
1042
"anyOf": [
1043 {
Missing tests
1044
"$ref": "#/components/schemas/FlowRunFilterStateType"
1045 },
1046 {
Missing tests
1047
"type": "null"
1048 }
Missing tests
1049
],
1050 }
Missing tests
1051
},
Missing tests
1052
"type": "object"
1053 },
1054 "FlowRunFilterStateName": {
1055 "additionalProperties": false,
Missing tests
1056
"properties": {
1057 "any_": {
Missing tests
1058
"anyOf": [
1059 {
1060 "items": {
Missing tests
1061
"type": "string"
1062 },
Missing tests
1063
"type": "array"
1064 },
1065 {
Missing tests
1066
"type": "null"
1067 }
Missing tests
1068
],
1069 },
1070 "not_any_": {
Missing tests
1071
"anyOf": [
1072 {
1073 "items": {
Missing tests
1074
"type": "string"
1075 },
Missing tests
1076
"type": "array"
1077 },
1078 {
Missing tests
1079
"type": "null"
1080 }
Missing tests
1081
],
1082 }
Missing tests
1083
},
Missing tests
1084
"type": "object"
1085 },
1086 "FlowRunFilterStateType": {
1087 "additionalProperties": false,
Missing tests
1088
"properties": {
1089 "any_": {
Missing tests
1090
"anyOf": [
1091 {
1092 "items": {
Missing tests
1093
"$ref": "#/components/schemas/StateType"
1094 },
Missing tests
1095
"type": "array"
1096 },
1097 {
Missing tests
1098
"type": "null"
1099 }
Missing tests
1100
],
1101 },
1102 "not_any_": {
Missing tests
1103
"anyOf": [
1104 {
1105 "items": {
Missing tests
1106
"$ref": "#/components/schemas/StateType"
1107 },
Missing tests
1108
"type": "array"
1109 },
1110 {
Missing tests
1111
"type": "null"
1112 }
Missing tests
1113
],
1114 }
Missing tests
1115
},
Missing tests
1116
"type": "object"
1117 },
1118 "FlowRunFilterTags": {
1119 "additionalProperties": false,
Missing negative tests
1120
"properties": {
1121 "all_": {
Missing negative tests
1122
"anyOf": [
1123 {
1124 "items": {
Missing negative tests
1125
"type": "string"
1126 },
Missing negative tests
1127
"type": "array"
1128 },
1129 {
Missing positive tests
1130
"type": "null"
1131 }
Missing negative tests
1132
],
1133 "examples": [
1134 [
1135 "tag-1",
1136 "tag-2"
1137 ]
1138 ],
1139 },
1140 "any_": {
Missing negative tests
1141
"anyOf": [
1142 {
1143 "items": {
Missing negative tests
1144
"type": "string"
1145 },
Missing negative tests
1146
"type": "array"
1147 },
1148 {
Missing positive tests
1149
"type": "null"
1150 }
Missing negative tests
1151
],
1152 "examples": [
1153 [
1154 "tag-1",
1155 "tag-2"
1156 ]
1157 ],
1158 },
1159 "is_null_": {
Missing tests
1160
"anyOf": [
1161 {
Missing tests
1162
"type": "boolean"
1163 },
1164 {
Missing tests
1165
"type": "null"
1166 }
Missing tests
1167
],
1168 },
1169 "operator": {
Missing tests
1170
"$ref": "#/components/schemas/Operator",
1171 }
Missing negative tests
1172
},
Missing negative tests
1173
"type": "object"
1174 },
1175 "FlowRunFilterWorkQueueName": {
1176 "additionalProperties": false,
Missing negative tests
1177
"properties": {
1178 "any_": {
Missing negative tests
1179
"anyOf": [
1180 {
1181 "items": {
Missing negative tests
1182
"type": "string"
1183 },
Missing negative tests
1184
"type": "array"
1185 },
1186 {
Missing positive tests
1187
"type": "null"
1188 }
Missing negative tests
1189
],
1190 "examples": [
1191 [
1192 "work_queue_1",
1193 "work_queue_2"
1194 ]
1195 ],
1196 },
1197 "is_null_": {
Missing tests
1198
"anyOf": [
1199 {
Missing tests
1200
"type": "boolean"
1201 },
1202 {
Missing tests
1203
"type": "null"
1204 }
Missing tests
1205
],
1206 },
1207 "operator": {
Missing tests
1208
"$ref": "#/components/schemas/Operator",
1209 }
Missing negative tests
1210
},
Missing negative tests
1211
"type": "object"
1212 },
1213 "Operator": {
1214 "enum": [
1215 "and_",
1216 "or_"
1217 ],
1218 "type": "string"
1219 },
1220 "StateType": {
Missing tests
1221
"enum": [
1222 "SCHEDULED",
1223 "PENDING",
1224 "RUNNING",
1225 "COMPLETED",
1226 "FAILED",
1227 "CANCELLED",
1228 "CRASHED",
1229 "PAUSED",
1230 "CANCELLING"
Missing tests
1231
],
Missing tests
1232
"type": "string"
1233 },
1234 "TaskRunFilter": {
1235 "additionalProperties": false,
Missing negative tests
1236
"properties": {
1237 "expected_start_time": {
Missing tests
1238
"anyOf": [
1239 {
Missing tests
1240
"$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1241 },
1242 {
Missing tests
1243
"type": "null"
1244 }
Missing tests
1245
],
1246 },
1247 "flow_run_id": {
Missing tests
1248
"anyOf": [
1249 {
Missing tests
1250
"$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1251 },
1252 {
Missing tests
1253
"type": "null"
1254 }
Missing tests
1255
],
1256 },
1257 "id": {
Missing tests
1258
"anyOf": [
1259 {
Missing tests
1260
"$ref": "#/components/schemas/TaskRunFilterId"
1261 },
1262 {
Missing tests
1263
"type": "null"
1264 }
Missing tests
1265
],
1266 },
1267 "name": {
Missing negative tests
1268
"anyOf": [
1269 {
Missing negative tests
1270
"$ref": "#/components/schemas/TaskRunFilterName"
1271 },
1272 {
Missing positive tests
1273
"type": "null"
1274 }
Missing negative tests
1275
],
1276 },
1277 "operator": {
Missing tests
1278
"$ref": "#/components/schemas/Operator",
1279 },
1280 "start_time": {
Missing tests
1281
"anyOf": [
1282 {
Missing tests
1283
"$ref": "#/components/schemas/TaskRunFilterStartTime"
1284 },
1285 {
Missing tests
1286
"type": "null"
1287 }
Missing tests
1288
],
1289 },
1290 "state": {
Missing tests
1291
"anyOf": [
1292 {
Missing tests
1293
"$ref": "#/components/schemas/TaskRunFilterState"
1294 },
1295 {
Missing tests
1296
"type": "null"
1297 }
Missing tests
1298
],
1299 },
1300 "subflow_runs": {
Missing tests
1301
"anyOf": [
1302 {
Missing tests
1303
"$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1304 },
1305 {
Missing tests
1306
"type": "null"
1307 }
Missing tests
1308
],
1309 },
1310 "tags": {
Missing negative tests
1311
"anyOf": [
1312 {
Missing negative tests
1313
"$ref": "#/components/schemas/TaskRunFilterTags"
1314 },
1315 {
Missing positive tests
1316
"type": "null"
1317 }
Missing negative tests
1318
],
1319 }
Missing negative tests
1320
},
Missing negative tests
1321
"type": "object"
1322 },
1323 "TaskRunFilterExpectedStartTime": {
1324 "additionalProperties": false,
Missing tests
1325
"properties": {
1326 "after_": {
Missing tests
1327
"anyOf": [
1328 {
Missing tests
1329
"format": "date-time",
Missing tests
1330
"type": "string"
1331 },
1332 {
Missing tests
1333
"type": "null"
1334 }
Missing tests
1335
],
1336 },
1337 "before_": {
Missing tests
1338
"anyOf": [
1339 {
Missing tests
1340
"format": "date-time",
Missing tests
1341
"type": "string"
1342 },
1343 {
Missing tests
1344
"type": "null"
1345 }
Missing tests
1346
],
1347 }
Missing tests
1348
},
Missing tests
1349
"type": "object"
1350 },
1351 "TaskRunFilterFlowRunId": {
1352 "additionalProperties": false,
Missing tests
1353
"properties": {
1354 "any_": {
Missing tests
1355
"anyOf": [
1356 {
1357 "items": {
Missing tests
1358
"format": "uuid",
Missing tests
1359
"type": "string"
1360 },
Missing tests
1361
"type": "array"
1362 },
1363 {
Missing tests
1364
"type": "null"
1365 }
Missing tests
1366
],
1367 },
1368 "is_null_": {
Missing tests
1369
"anyOf": [
1370 {
Missing tests
1371
"type": "boolean"
1372 },
1373 {
Missing tests
1374
"type": "null"
1375 }
Missing tests
1376
],
1377 },
1378 "operator": {
Missing tests
1379
"$ref": "#/components/schemas/Operator",
1380 }
Missing tests
1381
},
Missing tests
1382
"type": "object"
1383 },
1384 "TaskRunFilterId": {
1385 "additionalProperties": false,
Missing tests
1386
"properties": {
1387 "any_": {
Missing tests
1388
"anyOf": [
1389 {
1390 "items": {
Missing tests
1391
"format": "uuid",
Missing tests
1392
"type": "string"
1393 },
Missing tests
1394
"type": "array"
1395 },
1396 {
Missing tests
1397
"type": "null"
1398 }
Missing tests
1399
],
1400 }
Missing tests
1401
},
Missing tests
1402
"type": "object"
1403 },
1404 "TaskRunFilterName": {
1405 "additionalProperties": false,
Missing negative tests
1406
"properties": {
1407 "any_": {
Missing negative tests
1408
"anyOf": [
1409 {
1410 "items": {
Missing negative tests
1411
"type": "string"
1412 },
Missing negative tests
1413
"type": "array"
1414 },
1415 {
Missing positive tests
1416
"type": "null"
1417 }
Missing negative tests
1418
],
1419 "examples": [
1420 [
1421 "my-task-run-1",
1422 "my-task-run-2"
1423 ]
1424 ],
1425 },
1426 "like_": {
Missing negative tests
1427
"anyOf": [
1428 {
Missing negative tests
1429
"type": "string"
1430 },
1431 {
Missing positive tests
1432
"type": "null"
1433 }
Missing negative tests
1434
],
1435 "examples": [
1436 "marvin"
1437 ],
1438 }
Missing negative tests
1439
},
Missing negative tests
1440
"type": "object"
1441 },
1442 "TaskRunFilterStartTime": {
1443 "additionalProperties": false,
Missing tests
1444
"properties": {
1445 "after_": {
Missing tests
1446
"anyOf": [
1447 {
Missing tests
1448
"format": "date-time",
Missing tests
1449
"type": "string"
1450 },
1451 {
Missing tests
1452
"type": "null"
1453 }
Missing tests
1454
],
1455 },
1456 "before_": {
Missing tests
1457
"anyOf": [
1458 {
Missing tests
1459
"format": "date-time",
Missing tests
1460
"type": "string"
1461 },
1462 {
Missing tests
1463
"type": "null"
1464 }
Missing tests
1465
],
1466 },
1467 "is_null_": {
Missing tests
1468
"anyOf": [
1469 {
Missing tests
1470
"type": "boolean"
1471 },
1472 {
Missing tests
1473
"type": "null"
1474 }
Missing tests
1475
],
1476 }
Missing tests
1477
},
Missing tests
1478
"type": "object"
1479 },
1480 "TaskRunFilterState": {
1481 "additionalProperties": false,
Missing tests
1482
"properties": {
1483 "name": {
Missing tests
1484
"anyOf": [
1485 {
Missing tests
1486
"$ref": "#/components/schemas/TaskRunFilterStateName"
1487 },
1488 {
Missing tests
1489
"type": "null"
1490 }
Missing tests
1491
],
1492 },
1493 "operator": {
Missing tests
1494
"$ref": "#/components/schemas/Operator",
1495 },
1496 "type": {
Missing tests
1497
"anyOf": [
1498 {
Missing tests
1499
"$ref": "#/components/schemas/TaskRunFilterStateType"
1500 },
1501 {
Missing tests
1502
"type": "null"
1503 }
Missing tests
1504
],
1505 }
Missing tests
1506
},
Missing tests
1507
"type": "object"
1508 },
1509 "TaskRunFilterStateName": {
1510 "additionalProperties": false,
Missing tests
1511
"properties": {
1512 "any_": {
Missing tests
1513
"anyOf": [
1514 {
1515 "items": {
Missing tests
1516
"type": "string"
1517 },
Missing tests
1518
"type": "array"
1519 },
1520 {
Missing tests
1521
"type": "null"
1522 }
Missing tests
1523
],
1524 }
Missing tests
1525
},
Missing tests
1526
"type": "object"
1527 },
1528 "TaskRunFilterStateType": {
1529 "additionalProperties": false,
Missing tests
1530
"properties": {
1531 "any_": {
Missing tests
1532
"anyOf": [
1533 {
1534 "items": {
Missing tests
1535
"$ref": "#/components/schemas/StateType"
1536 },
Missing tests
1537
"type": "array"
1538 },
1539 {
Missing tests
1540
"type": "null"
1541 }
Missing tests
1542
],
1543 }
Missing tests
1544
},
Missing tests
1545
"type": "object"
1546 },
1547 "TaskRunFilterSubFlowRuns": {
1548 "additionalProperties": false,
Missing tests
1549
"properties": {
1550 "exists_": {
Missing tests
1551
"anyOf": [
1552 {
Missing tests
1553
"type": "boolean"
1554 },
1555 {
Missing tests
1556
"type": "null"
1557 }
Missing tests
1558
],
1559 }
Missing tests
1560
},
Missing tests
1561
"type": "object"
1562 },
1563 "TaskRunFilterTags": {
1564 "additionalProperties": false,
Missing negative tests
1565
"properties": {
1566 "all_": {
Missing negative tests
1567
"anyOf": [
1568 {
1569 "items": {
Missing negative tests
1570
"type": "string"
1571 },
Missing negative tests
1572
"type": "array"
1573 },
1574 {
Missing positive tests
1575
"type": "null"
1576 }
Missing negative tests
1577
],
1578 "examples": [
1579 [
1580 "tag-1",
1581 "tag-2"
1582 ]
1583 ],
1584 },
1585 "is_null_": {
Missing tests
1586
"anyOf": [
1587 {
Missing tests
1588
"type": "boolean"
1589 },
1590 {
Missing tests
1591
"type": "null"
1592 }
Missing tests
1593
],
1594 },
1595 "operator": {
Missing tests
1596
"$ref": "#/components/schemas/Operator",
1597 }
Missing negative tests
1598
},
Missing negative tests
1599
"type": "object"
1600 },
1601 "WorkPoolFilter": {
1602 "additionalProperties": false,
1603 "properties": {
1604 "id": {
1605 "anyOf": [
1606 {
1607 "$ref": "#/components/schemas/WorkPoolFilterId"
1608 },
1609 {
Missing positive tests
1610
"type": "null"
1611 }
1612 ],
1613 },
1614 "name": {
1615 "anyOf": [
1616 {
1617 "$ref": "#/components/schemas/WorkPoolFilterName"
1618 },
1619 {
Missing positive tests
1620
"type": "null"
1621 }
1622 ],
1623 },
1624 "operator": {
1625 "$ref": "#/components/schemas/Operator",
1626 },
1627 "type": {
1628 "anyOf": [
1629 {
1630 "$ref": "#/components/schemas/WorkPoolFilterType"
1631 },
1632 {
Missing positive tests
1633
"type": "null"
1634 }
1635 ],
1636 }
1637 },
1638 "type": "object"
1639 },
1640 "WorkPoolFilterId": {
1641 "additionalProperties": false,
1642 "properties": {
1643 "any_": {
1644 "anyOf": [
1645 {
1646 "items": {
Missing positive tests
1647
"format": "uuid",
1648 "type": "string"
1649 },
1650 "type": "array"
1651 },
1652 {
1653 "type": "null"
1654 }
1655 ],
1656 }
1657 },
1658 "type": "object"
1659 },
1660 "WorkPoolFilterName": {
1661 "additionalProperties": false,
1662 "properties": {
1663 "any_": {
1664 "anyOf": [
1665 {
1666 "items": {
Missing positive tests
1667
"type": "string"
1668 },
1669 "type": "array"
1670 },
1671 {
1672 "type": "null"
1673 }
1674 ],
1675 }
1676 },
1677 "type": "object"
1678 },
1679 "WorkPoolFilterType": {
1680 "additionalProperties": false,
1681 "properties": {
1682 "any_": {
1683 "anyOf": [
1684 {
1685 "items": {
Missing positive tests
1686
"type": "string"
1687 },
1688 "type": "array"
1689 },
1690 {
1691 "type": "null"
1692 }
1693 ],
1694 }
1695 },
1696 "type": "object"
1697 },
1698 "WorkQueueFilter": {
1699 "additionalProperties": false,
1700 "properties": {
1701 "id": {
1702 "anyOf": [
1703 {
1704 "$ref": "#/components/schemas/WorkQueueFilterId"
1705 },
1706 {
Missing positive tests
1707
"type": "null"
1708 }
1709 ],
1710 },
1711 "name": {
1712 "anyOf": [
1713 {
1714 "$ref": "#/components/schemas/WorkQueueFilterName"
1715 },
1716 {
Missing positive tests
1717
"type": "null"
1718 }
1719 ],
1720 },
1721 "operator": {
1722 "$ref": "#/components/schemas/Operator",
1723 }
1724 },
1725 "type": "object"
1726 },
1727 "WorkQueueFilterId": {
1728 "additionalProperties": false,
1729 "properties": {
1730 "any_": {
1731 "anyOf": [
1732 {
1733 "items": {
Missing positive tests
1734
"format": "uuid",
1735 "type": "string"
1736 },
1737 "type": "array"
1738 },
1739 {
1740 "type": "null"
1741 }
1742 ],
1743 }
1744 },
1745 "type": "object"
1746 },
1747 "WorkQueueFilterName": {
1748 "additionalProperties": false,
1749 "properties": {
1750 "any_": {
1751 "anyOf": [
1752 {
1753 "items": {
1754 "type": "string"
1755 },
1756 "type": "array"
1757 },
1758 {
Missing positive tests
1759
"type": "null"
1760 }
1761 ],
1762 "examples": [
1763 [
1764 "wq-1",
1765 "wq-2"
1766 ]
1767 ],
1768 },
1769 "startswith_": {
1770 "anyOf": [
1771 {
1772 "items": {
1773 "type": "string"
1774 },
1775 "type": "array"
1776 },
1777 {
Missing positive tests
1778
"type": "null"
1779 }
1780 ],
1781 "examples": [
1782 [
1783 "marvin",
1784 "Marvin-robot"
1785 ]
1786 ],
1787 }
1788 },
1789 "type": "object"
1790 }
1791 }
1792 }
1793}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
131 1.70ms
default
Default
0 -
Examples
3 of 19 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
3 4.15ms
422
Validation Error
0 -
default
Default
6 2.15ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json6 of 15 keywords covered
1{
2 "$ref": "#/components/schemas/ConcurrencyLimitV2Create",
3 "components": {
4 "schemas": {
5 "ConcurrencyLimitV2Create": {
6 "additionalProperties": false,
7 "properties": {
8 "active": {
Missing negative tests
9
"type": "boolean"
10 },
11 "active_slots": {
Missing negative tests
12
"minimum": 0.0,
Missing negative tests
13
"type": "integer"
14 },
15 "denied_slots": {
Missing negative tests
16
"minimum": 0.0,
Missing negative tests
17
"type": "integer"
18 },
19 "limit": {
Missing negative tests
20
"minimum": 0.0,
Missing negative tests
21
"type": "integer"
22 },
23 "name": {
Missing negative tests
24
"pattern": "^[^/%&><]+$",
Missing negative tests
25
"type": "string"
26 },
27 "slot_decay_per_second": {
28 "minimum": 0.0,
29 "type": "number"
30 }
31 },
32 "required": [
33 "name",
34 "limit"
35 ],
36 "type": "object"
37 }
38 }
39 }
40}
Responses
seen average

201
Successful Response
1 3.31ms
422
Validation Error
13 1.41ms
default
Default
1 15.41ms
Examples
4 of 4 covered

Body: application/json
denied_slots.default
 
0
 
active_slots.default
 
0
 
slot_decay_per_second.default
 
0
 
active.default
 
true
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json0 of 13 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/Body_bulk_decrement_active_slots_v2_concurrency_limits_decrement_post",
3 "components": {
4 "schemas": {
5 "Body_bulk_decrement_active_slots_v2_concurrency_limits_decrement_post": {
Missing negative tests
6
"properties": {
7 "create_if_missing": {
8 "deprecated": true,
Missing tests
9
"type": "boolean"
10 },
11 "names": {
12 "items": {
Missing tests
13
"type": "string"
14 },
15 "min_items": 1,
Missing negative tests
16
"type": "array"
17 },
18 "occupancy_seconds": {
Missing tests
19
"anyOf": [
20 {
Missing tests
21
"exclusiveMinimum": 0.0,
Missing tests
22
"type": "number"
23 },
24 {
Missing tests
25
"type": "null"
26 }
Missing tests
27
],
28 },
29 "slots": {
Missing negative tests
30
"exclusiveMinimum": 0.0,
Missing negative tests
31
"type": "integer"
32 }
Missing negative tests
33
},
Missing negative tests
34
"required": [
35 "slots",
36 "names"
Missing negative tests
37
],
Missing negative tests
38
"type": "object"
39 }
40 }
41 }
42}
Responses
seen average

200
Successful Response
2 2.56ms
422
Validation Error
0 -
default
Default
1 1.19ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json0 of 6 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/Body_bulk_decrement_active_slots_with_lease_v2_concurrency_limits_decrement_with_lease_post",
3 "components": {
4 "schemas": {
5 "Body_bulk_decrement_active_slots_with_lease_v2_concurrency_limits_decrement_with_lease_post": {
Missing negative tests
6
"properties": {
7 "lease_id": {
Missing negative tests
8
"format": "uuid",
Missing negative tests
9
"type": "string"
10 }
Missing negative tests
11
},
Missing negative tests
12
"required": [
13 "lease_id"
Missing negative tests
14
],
Missing negative tests
15
"type": "object"
16 }
17 }
18 }
19}
Responses
seen average

204
Successful Response
4 1.06ms
422
Validation Error
0 -
default
Default
1 0.43ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json0 of 6 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/Body_read_all_concurrency_limits_v2_v2_concurrency_limits_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_all_concurrency_limits_v2_v2_concurrency_limits_filter_post": {
Missing negative tests
6
"properties": {
7 "limit": {
Missing negative tests
8
"type": "integer"
9 },
10 "offset": {
Missing tests
11
"minimum": 0.0,
Missing tests
12
"type": "integer"
13 }
Missing negative tests
14
},
Missing negative tests
15
"type": "object"
16 }
17 }
18 }
19}
Responses
seen average

200
Successful Response
10 2.22ms
422
Validation Error
1 0.95ms
default
Default
0 -
Examples
0 of 1 covered

Body: application/json
offset.default
 
0
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json0 of 13 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/Body_bulk_increment_active_slots_v2_concurrency_limits_increment_post",
3 "components": {
4 "schemas": {
5 "Body_bulk_increment_active_slots_v2_concurrency_limits_increment_post": {
Missing negative tests
6
"properties": {
7 "create_if_missing": {
Missing negative tests
8
"anyOf": [
9 {
Missing positive tests
10
"type": "boolean"
11 },
12 {
Missing negative tests
13
"type": "null"
14 }
Missing negative tests
15
],
16 "deprecated": true,
17 },
18 "mode": {
Missing negative tests
19
"enum": [
20 "concurrency",
21 "rate_limit"
Missing negative tests
22
],
Missing negative tests
23
"type": "string"
24 },
25 "names": {
26 "items": {
Missing negative tests
27
"type": "string"
28 },
29 "min_items": 1,
Missing negative tests
30
"type": "array"
31 },
32 "slots": {
Missing negative tests
33
"exclusiveMinimum": 0.0,
Missing negative tests
34
"type": "integer"
35 }
Missing negative tests
36
},
Missing negative tests
37
"required": [
38 "slots",
39 "names"
Missing negative tests
40
],
Missing negative tests
41
"type": "object"
42 }
43 }
44 }
45}
Responses
seen average

200
Successful Response
2 4.73ms
422
Validation Error
0 -
default
Default
1 5.81ms
Examples
1 of 1 covered

Body: application/json
mode.default
 
"concurrency"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json3 of 23 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/Body_bulk_increment_active_slots_with_lease_v2_concurrency_limits_increment_with_lease_post",
3 "components": {
4 "schemas": {
5 "Body_bulk_increment_active_slots_with_lease_v2_concurrency_limits_increment_with_lease_post": {
Missing negative tests
6
"properties": {
7 "holder": {
Missing negative tests
8
"anyOf": [
9 {
10 "$ref": "#/components/schemas/ConcurrencyLeaseHolder"
11 },
12 {
13 "type": "null"
14 }
Missing negative tests
15
],
16 },
17 "lease_duration": {
Missing negative tests
18
"maximum": 86400.0,
Missing negative tests
19
"minimum": 60.0,
Missing negative tests
20
"type": "number"
21 },
22 "mode": {
Missing negative tests
23
"enum": [
24 "concurrency",
25 "rate_limit"
Missing negative tests
26
],
Missing negative tests
27
"type": "string"
28 },
29 "names": {
30 "items": {
Missing negative tests
31
"type": "string"
32 },
33 "min_items": 1,
Missing negative tests
34
"type": "array"
35 },
36 "slots": {
Missing negative tests
37
"exclusiveMinimum": 0.0,
Missing negative tests
38
"type": "integer"
39 }
Missing negative tests
40
},
Missing negative tests
41
"required": [
42 "slots",
43 "names"
Missing negative tests
44
],
Missing negative tests
45
"type": "object"
46 },
47 "ConcurrencyLeaseHolder": {
48 "additionalProperties": false,
Missing negative tests
49
"properties": {
50 "id": {
Missing negative tests
51
"format": "uuid",
Missing negative tests
52
"type": "string"
53 },
54 "type": {
Missing negative tests
55
"enum": [
56 "flow_run",
57 "task_run",
58 "deployment"
Missing negative tests
59
],
Missing negative tests
60
"type": "string"
61 }
Missing negative tests
62
},
Missing negative tests
63
"required": [
64 "type",
65 "id"
Missing negative tests
66
],
67 "type": "object"
68 }
69 }
70 }
71}
Responses
seen average

200
Successful Response
31 3.75ms
422
Validation Error
0 -
default
Default
1 1.77ms
Examples
1 of 2 covered

Body: application/json
mode.default
 
"concurrency"
 
lease_duration.default
 
300
 
Path Parameters

lease_id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 6 keywords covered
1{
2 "$ref": "#/components/schemas/Body_renew_concurrency_lease_v2_concurrency_limits_leases__lease_id__renew_post",
3 "components": {
4 "schemas": {
5 "Body_renew_concurrency_lease_v2_concurrency_limits_leases__lease_id__renew_post": {
Missing negative tests
6
"properties": {
7 "lease_duration": {
Missing negative tests
8
"maximum": 86400.0,
Missing negative tests
9
"minimum": 60.0,
Missing negative tests
10
"type": "number"
11 }
Missing negative tests
12
},
13 "type": "object"
14 }
15 }
16 }
17}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
7 1.12ms
default
Default
2 1.00ms
Examples
1 of 1 covered

Body: application/json
lease_duration.default
 
300
 
Path Parameters

id_or_name4 of 4 keywords covered
1{
Negative tests not applicable
2
"anyOf": [
3 {
4 "format": "uuid",
Negative tests not applicable
5
"type": "string"
6 },
7 {
Negative tests not applicable
8
"type": "string"
9 }
Negative tests not applicable
10
],
11}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 2.46ms
Path Parameters

id_or_name4 of 4 keywords covered
1{
Negative tests not applicable
2
"anyOf": [
3 {
4 "format": "uuid",
Negative tests not applicable
5
"type": "string"
6 },
7 {
Negative tests not applicable
8
"type": "string"
9 }
Negative tests not applicable
10
],
11}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 2.35ms
Path Parameters

id_or_name4 of 4 keywords covered
1{
Negative tests not applicable
2
"anyOf": [
3 {
4 "format": "uuid",
Negative tests not applicable
5
"type": "string"
6 },
7 {
Negative tests not applicable
8
"type": "string"
9 }
Negative tests not applicable
10
],
11}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json0 of 26 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/ConcurrencyLimitV2Update",
3 "components": {
4 "schemas": {
5 "ConcurrencyLimitV2Update": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "active": {
Missing negative tests
9
"anyOf": [
10 {
Missing positive tests
11
"type": "boolean"
12 },
13 {
Missing negative tests
14
"type": "null"
15 }
Missing negative tests
16
],
17 },
18 "active_slots": {
Missing negative tests
19
"anyOf": [
20 {
Missing tests
21
"minimum": 0.0,
Missing positive tests
22
"type": "integer"
23 },
24 {
Missing negative tests
25
"type": "null"
26 }
Missing negative tests
27
],
28 },
29 "denied_slots": {
Missing negative tests
30
"anyOf": [
31 {
Missing tests
32
"minimum": 0.0,
Missing positive tests
33
"type": "integer"
34 },
35 {
Missing negative tests
36
"type": "null"
37 }
Missing negative tests
38
],
39 },
40 "limit": {
Missing negative tests
41
"anyOf": [
42 {
Missing tests
43
"minimum": 0.0,
Missing positive tests
44
"type": "integer"
45 },
46 {
Missing negative tests
47
"type": "null"
48 }
Missing negative tests
49
],
50 },
51 "name": {
Missing negative tests
52
"anyOf": [
53 {
Missing tests
54
"pattern": "^[^/%&><]+$",
Missing positive tests
55
"type": "string"
56 },
57 {
Missing negative tests
58
"type": "null"
59 }
Missing negative tests
60
],
61 },
62 "slot_decay_per_second": {
Missing negative tests
63
"anyOf": [
64 {
Missing tests
65
"minimum": 0.0,
Missing positive tests
66
"type": "number"
67 },
68 {
Missing negative tests
69
"type": "null"
70 }
Missing negative tests
71
],
72 }
Missing negative tests
73
},
Missing negative tests
74
"type": "object"
75 }
76 }
77 }
78}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 2.82ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json16 of 17 keywords covered
1{
2 "$ref": "#/components/schemas/VariableCreate",
3 "components": {
4 "schemas": {
5 "VariableCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "name": {
9 "examples": [
10 "my_variable"
11 ],
12 "maxLength": 255,
13 "type": "string"
14 },
15 "tags": {
16 "examples": [
17 [
18 "tag-1",
19 "tag-2"
20 ]
21 ],
22 "items": {
23 "type": "string"
24 },
25 "type": "array"
26 },
27 "value": {
Missing negative tests
28
"anyOf": [
29 {
30 "type": "string"
31 },
32 {
33 "type": "integer"
34 },
35 {
36 "type": "boolean"
37 },
38 {
39 "type": "number"
40 },
41 {
Negative tests not applicable
42
"additionalProperties": true,
43 "type": "object"
44 },
45 {
46 "items": {},
47 "type": "array"
48 },
49 {
50 "type": "null"
51 }
Missing negative tests
52
],
53 "examples": [
54 "my-value"
55 ],
56 }
57 },
58 "required": [
59 "name",
60 "value"
61 ],
62 "type": "object"
63 }
64 }
65 }
66}
Responses
seen average

201
Successful Response
15 3.07ms
422
Validation Error
217 2.37ms
default
Default
90 1.91ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 46 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_variables_variables_count_post",
3 "components": {
4 "schemas": {
5 "Body_count_variables_variables_count_post": {
Missing negative tests
6
"properties": {
7 "variables": {
Missing negative tests
8
"anyOf": [
9 {
Missing negative tests
10
"$ref": "#/components/schemas/VariableFilter"
11 },
12 {
Missing positive tests
13
"type": "null"
14 }
Missing negative tests
15
]
16 }
Missing negative tests
17
},
18 "type": "object"
19 },
20 "Operator": {
Missing tests
21
"enum": [
22 "and_",
23 "or_"
Missing tests
24
],
Missing tests
25
"type": "string"
26 },
27 "VariableFilter": {
28 "additionalProperties": false,
Missing negative tests
29
"properties": {
30 "id": {
Missing tests
31
"anyOf": [
32 {
Missing tests
33
"$ref": "#/components/schemas/VariableFilterId"
34 },
35 {
Missing tests
36
"type": "null"
37 }
Missing tests
38
],
39 },
40 "name": {
Missing negative tests
41
"anyOf": [
42 {
Missing negative tests
43
"$ref": "#/components/schemas/VariableFilterName"
44 },
45 {
Missing positive tests
46
"type": "null"
47 }
Missing negative tests
48
],
49 },
50 "operator": {
Missing tests
51
"$ref": "#/components/schemas/Operator",
52 },
53 "tags": {
Missing negative tests
54
"anyOf": [
55 {
Missing negative tests
56
"$ref": "#/components/schemas/VariableFilterTags"
57 },
58 {
Missing positive tests
59
"type": "null"
60 }
Missing negative tests
61
],
62 }
Missing negative tests
63
},
Missing negative tests
64
"type": "object"
65 },
66 "VariableFilterId": {
67 "additionalProperties": false,
Missing tests
68
"properties": {
69 "any_": {
Missing tests
70
"anyOf": [
71 {
72 "items": {
Missing tests
73
"format": "uuid",
Missing tests
74
"type": "string"
75 },
Missing tests
76
"type": "array"
77 },
78 {
Missing tests
79
"type": "null"
80 }
Missing tests
81
],
82 }
Missing tests
83
},
Missing tests
84
"type": "object"
85 },
86 "VariableFilterName": {
87 "additionalProperties": false,
Missing negative tests
88
"properties": {
89 "any_": {
Missing tests
90
"anyOf": [
91 {
92 "items": {
Missing tests
93
"type": "string"
94 },
Missing tests
95
"type": "array"
96 },
97 {
Missing tests
98
"type": "null"
99 }
Missing tests
100
],
101 },
102 "like_": {
Missing negative tests
103
"anyOf": [
104 {
Missing negative tests
105
"type": "string"
106 },
107 {
Missing positive tests
108
"type": "null"
109 }
Missing negative tests
110
],
111 "examples": [
112 "my_variable_%"
113 ],
114 }
Missing negative tests
115
},
Missing negative tests
116
"type": "object"
117 },
118 "VariableFilterTags": {
119 "additionalProperties": false,
Missing negative tests
120
"properties": {
121 "all_": {
Missing negative tests
122
"anyOf": [
123 {
124 "items": {
Missing negative tests
125
"type": "string"
126 },
Missing negative tests
127
"type": "array"
128 },
129 {
Missing positive tests
130
"type": "null"
131 }
Missing negative tests
132
],
133 "examples": [
134 [
135 "tag-1",
136 "tag-2"
137 ]
138 ],
139 },
140 "is_null_": {
Missing tests
141
"anyOf": [
142 {
Missing tests
143
"type": "boolean"
144 },
145 {
Missing tests
146
"type": "null"
147 }
Missing tests
148
],
149 },
150 "operator": {
Missing tests
151
"$ref": "#/components/schemas/Operator",
152 }
Missing negative tests
153
},
Missing negative tests
154
"type": "object"
155 }
156 }
157 }
158}
Responses
seen average

200
Successful Response
9 2.66ms
422
Validation Error
2 1.83ms
default
Default
1 1.92ms
Examples
0 of 2 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json22 of 52 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_variables_variables_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_variables_variables_filter_post": {
Missing negative tests
6
"properties": {
7 "limit": {
Missing negative tests
8
"type": "integer"
9 },
10 "offset": {
Missing negative tests
11
"minimum": 0.0,
Missing negative tests
12
"type": "integer"
13 },
14 "sort": {
Missing negative tests
15
"$ref": "#/components/schemas/VariableSort",
16 },
17 "variables": {
Missing negative tests
18
"anyOf": [
19 {
20 "$ref": "#/components/schemas/VariableFilter"
21 },
22 {
23 "type": "null"
24 }
Missing negative tests
25
]
26 }
Missing negative tests
27
},
28 "type": "object"
29 },
30 "Operator": {
Missing negative tests
31
"enum": [
32 "and_",
33 "or_"
Missing negative tests
34
],
Missing negative tests
35
"type": "string"
36 },
37 "VariableFilter": {
38 "additionalProperties": false,
Missing negative tests
39
"properties": {
40 "id": {
Missing negative tests
41
"anyOf": [
42 {
43 "$ref": "#/components/schemas/VariableFilterId"
44 },
45 {
46 "type": "null"
47 }
Missing negative tests
48
],
49 },
50 "name": {
Missing negative tests
51
"anyOf": [
52 {
53 "$ref": "#/components/schemas/VariableFilterName"
54 },
55 {
56 "type": "null"
57 }
Missing negative tests
58
],
59 },
60 "operator": {
Missing negative tests
61
"$ref": "#/components/schemas/Operator",
62 },
63 "tags": {
Missing negative tests
64
"anyOf": [
65 {
66 "$ref": "#/components/schemas/VariableFilterTags"
67 },
68 {
69 "type": "null"
70 }
Missing negative tests
71
],
72 }
Missing negative tests
73
},
74 "type": "object"
75 },
76 "VariableFilterId": {
77 "additionalProperties": false,
Missing negative tests
78
"properties": {
79 "any_": {
Missing negative tests
80
"anyOf": [
81 {
82 "items": {
Missing negative tests
83
"format": "uuid",
Missing negative tests
84
"type": "string"
85 },
86 "type": "array"
87 },
88 {
89 "type": "null"
90 }
Missing negative tests
91
],
92 }
Missing negative tests
93
},
94 "type": "object"
95 },
96 "VariableFilterName": {
97 "additionalProperties": false,
Missing negative tests
98
"properties": {
99 "any_": {
Missing negative tests
100
"anyOf": [
101 {
102 "items": {
Missing negative tests
103
"type": "string"
104 },
105 "type": "array"
106 },
107 {
108 "type": "null"
109 }
Missing negative tests
110
],
111 },
112 "like_": {
Missing negative tests
113
"anyOf": [
114 {
115 "type": "string"
116 },
117 {
118 "type": "null"
119 }
Missing negative tests
120
],
121 "examples": [
122 "my_variable_%"
123 ],
124 }
Missing negative tests
125
},
126 "type": "object"
127 },
128 "VariableFilterTags": {
129 "additionalProperties": false,
Missing negative tests
130
"properties": {
131 "all_": {
Missing negative tests
132
"anyOf": [
133 {
134 "items": {
Missing negative tests
135
"type": "string"
136 },
137 "type": "array"
138 },
139 {
140 "type": "null"
141 }
Missing negative tests
142
],
143 "examples": [
144 [
145 "tag-1",
146 "tag-2"
147 ]
148 ],
149 },
150 "is_null_": {
Missing negative tests
151
"anyOf": [
152 {
Missing positive tests
153
"type": "boolean"
154 },
155 {
Missing negative tests
156
"type": "null"
157 }
Missing negative tests
158
],
159 },
160 "operator": {
Missing negative tests
161
"$ref": "#/components/schemas/Operator",
162 }
Missing negative tests
163
},
164 "type": "object"
165 },
166 "VariableSort": {
Missing negative tests
167
"enum": [
168 "CREATED_DESC",
169 "UPDATED_DESC",
170 "NAME_DESC",
171 "NAME_ASC"
Missing negative tests
172
],
Missing negative tests
173
"type": "string"
174 }
175 }
176 }
177}
Responses
seen average

200
Successful Response
155 3.28ms
422
Validation Error
46 1.39ms
default
Default
70 1.72ms
Examples
4 of 4 covered

Body: application/json
sort.default
 
"NAME_ASC"
 
operator.default
 
"and_"
 
offset.default
 
0
 
operator.default
 
"and_"
 
Path Parameters

name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 2.36ms
Path Parameters

name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 2.35ms
Path Parameters

name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json11 of 20 keywords covered
1{
2 "$ref": "#/components/schemas/VariableUpdate",
3 "components": {
4 "schemas": {
5 "VariableUpdate": {
6 "additionalProperties": false,
7 "properties": {
8 "name": {
9 "anyOf": [
10 {
11 "examples": [
12 "my_variable"
13 ],
14 "maxLength": 255,
15 "type": "string"
16 },
17 {
18 "type": "null"
19 }
20 ],
21 },
22 "tags": {
23 "anyOf": [
24 {
25 "items": {
26 "type": "string"
27 },
28 "type": "array"
29 },
30 {
31 "type": "null"
32 }
33 ],
34 "examples": [
35 [
36 "tag-1",
37 "tag-2"
38 ]
39 ],
40 },
41 "value": {
Missing negative tests
42
"anyOf": [
43 {
Missing negative tests
44
"type": "string"
45 },
46 {
Missing positive tests
47
"type": "integer"
48 },
49 {
Missing positive tests
50
"type": "boolean"
51 },
52 {
Missing positive tests
53
"type": "number"
54 },
55 {
Missing positive tests - negative not applicable
56
"additionalProperties": true,
Missing positive tests
57
"type": "object"
58 },
59 {
60 "items": {},
Missing positive tests
61
"type": "array"
62 },
63 {
Missing positive tests
64
"type": "null"
65 }
Missing negative tests
66
],
67 "examples": [
68 "my-value"
69 ],
70 }
71 },
72 "type": "object"
73 }
74 }
75 }
76}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
21 1.26ms
default
Default
3 4.03ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
2 3.41ms
422
Validation Error
0 -
default
Default
4 1.66ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
5 2.70ms
422
Validation Error
0 -
default
Default
6 1.50ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json5 of 20 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/VariableUpdate",
3 "components": {
4 "schemas": {
5 "VariableUpdate": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "name": {
Missing negative tests
9
"anyOf": [
10 {
11 "examples": [
12 "my_variable"
13 ],
Missing negative tests
14
"maxLength": 255,
15 "type": "string"
16 },
17 {
18 "type": "null"
19 }
Missing negative tests
20
],
21 },
22 "tags": {
Missing negative tests
23
"anyOf": [
24 {
25 "items": {
Missing negative tests
26
"type": "string"
27 },
Missing negative tests
28
"type": "array"
29 },
30 {
Missing positive tests
31
"type": "null"
32 }
Missing negative tests
33
],
34 "examples": [
35 [
36 "tag-1",
37 "tag-2"
38 ]
39 ],
40 },
41 "value": {
Missing negative tests
42
"anyOf": [
43 {
44 "type": "string"
45 },
46 {
47 "type": "integer"
48 },
49 {
Missing positive tests
50
"type": "boolean"
51 },
52 {
53 "type": "number"
54 },
55 {
Missing positive tests - negative not applicable
56
"additionalProperties": true,
Missing positive tests
57
"type": "object"
58 },
59 {
60 "items": {},
Missing positive tests
61
"type": "array"
62 },
63 {
Missing positive tests
64
"type": "null"
65 }
Missing negative tests
66
],
67 "examples": [
68 "my-value"
69 ],
70 }
Missing negative tests
71
},
Missing negative tests
72
"type": "object"
73 }
74 }
75 }
76}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
6 2.35ms
default
Default
15 2.98ms
Responses
seen average

200
Successful Response
2 0.63ms
default
Default
0 -
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json18 of 32 keywords covered
1{
2 "$ref": "#/components/schemas/WorkPoolCreate",
3 "components": {
4 "schemas": {
5 "WorkPoolCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "base_job_template": {
Negative tests not applicable
9
"additionalProperties": true,
Missing negative tests
10
"type": "object"
11 },
12 "concurrency_limit": {
13 "anyOf": [
14 {
Missing positive tests
15
"minimum": 0.0,
16 "type": "integer"
17 },
18 {
19 "type": "null"
20 }
21 ],
22 },
23 "description": {
Missing negative tests
24
"anyOf": [
25 {
Missing positive tests
26
"type": "string"
27 },
28 {
Missing negative tests
29
"type": "null"
30 }
Missing negative tests
31
],
32 },
33 "is_paused": {
Missing negative tests
34
"type": "boolean"
35 },
36 "name": {
Missing negative tests
37
"pattern": "^[^/%&><]+$",
Missing negative tests
38
"type": "string"
39 },
40 "storage_configuration": {
41 "$ref": "#/components/schemas/WorkPoolStorageConfiguration",
42 },
43 "type": {
Missing negative tests
44
"type": "string"
45 }
46 },
47 "required": [
48 "name"
49 ],
50 "type": "object"
51 },
52 "WorkPoolStorageConfiguration": {
53 "additionalProperties": false,
54 "properties": {
55 "bundle_execution_step": {
56 "anyOf": [
57 {
Missing positive tests - negative not applicable
58
"additionalProperties": true,
Missing positive tests
59
"type": "object"
60 },
61 {
62 "type": "null"
63 }
64 ],
65 },
66 "bundle_upload_step": {
67 "anyOf": [
68 {
Missing positive tests - negative not applicable
69
"additionalProperties": true,
Missing positive tests
70
"type": "object"
71 },
72 {
73 "type": "null"
74 }
75 ],
76 },
77 "default_result_storage_block_id": {
78 "anyOf": [
79 {
Missing positive tests
80
"format": "uuid",
81 "type": "string"
82 },
83 {
84 "type": "null"
85 }
86 ],
87 }
88 },
89 "type": "object"
90 }
91 }
92 }
93}
Responses
seen average

201
Successful Response
2 12.46ms
422
Validation Error
30 1.56ms
default
Default
1 2.74ms
Examples
2 of 2 covered

Body: application/json
is_paused.default
 
false
 
type.default
 
"prefect-agent"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json0 of 39 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/Body_count_work_pools_work_pools_count_post",
3 "components": {
4 "schemas": {
5 "Body_count_work_pools_work_pools_count_post": {
Missing tests
6
"properties": {
7 "work_pools": {
Missing tests
8
"anyOf": [
9 {
Missing tests
10
"$ref": "#/components/schemas/WorkPoolFilter"
11 },
12 {
Missing tests
13
"type": "null"
14 }
Missing tests
15
]
16 }
Missing tests
17
},
Missing negative tests
18
"type": "object"
19 },
20 "Operator": {
Missing tests
21
"enum": [
22 "and_",
23 "or_"
Missing tests
24
],
Missing tests
25
"type": "string"
26 },
27 "WorkPoolFilter": {
28 "additionalProperties": false,
Missing tests
29
"properties": {
30 "id": {
Missing tests
31
"anyOf": [
32 {
Missing tests
33
"$ref": "#/components/schemas/WorkPoolFilterId"
34 },
35 {
Missing tests
36
"type": "null"
37 }
Missing tests
38
],
39 },
40 "name": {
Missing tests
41
"anyOf": [
42 {
Missing tests
43
"$ref": "#/components/schemas/WorkPoolFilterName"
44 },
45 {
Missing tests
46
"type": "null"
47 }
Missing tests
48
],
49 },
50 "operator": {
Missing tests
51
"$ref": "#/components/schemas/Operator",
52 },
53 "type": {
Missing tests
54
"anyOf": [
55 {
Missing tests
56
"$ref": "#/components/schemas/WorkPoolFilterType"
57 },
58 {
Missing tests
59
"type": "null"
60 }
Missing tests
61
],
62 }
Missing tests
63
},
Missing tests
64
"type": "object"
65 },
66 "WorkPoolFilterId": {
67 "additionalProperties": false,
Missing tests
68
"properties": {
69 "any_": {
Missing tests
70
"anyOf": [
71 {
72 "items": {
Missing tests
73
"format": "uuid",
Missing tests
74
"type": "string"
75 },
Missing tests
76
"type": "array"
77 },
78 {
Missing tests
79
"type": "null"
80 }
Missing tests
81
],
82 }
Missing tests
83
},
Missing tests
84
"type": "object"
85 },
86 "WorkPoolFilterName": {
87 "additionalProperties": false,
Missing tests
88
"properties": {
89 "any_": {
Missing tests
90
"anyOf": [
91 {
92 "items": {
Missing tests
93
"type": "string"
94 },
Missing tests
95
"type": "array"
96 },
97 {
Missing tests
98
"type": "null"
99 }
Missing tests
100
],
101 }
Missing tests
102
},
Missing tests
103
"type": "object"
104 },
105 "WorkPoolFilterType": {
106 "additionalProperties": false,
Missing tests
107
"properties": {
108 "any_": {
Missing tests
109
"anyOf": [
110 {
111 "items": {
Missing tests
112
"type": "string"
113 },
Missing tests
114
"type": "array"
115 },
116 {
Missing tests
117
"type": "null"
118 }
Missing tests
119
],
120 }
Missing tests
121
},
Missing tests
122
"type": "object"
123 }
124 }
125 }
126}
Responses
seen average

200
Successful Response
7 2.51ms
422
Validation Error
0 -
default
Default
1 2.02ms
Examples
0 of 1 covered

Body: application/json
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json0 of 42 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/Body_read_work_pools_work_pools_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_work_pools_work_pools_filter_post": {
Missing negative tests
6
"properties": {
7 "limit": {
Missing tests
8
"type": "integer"
9 },
10 "offset": {
Missing negative tests
11
"minimum": 0.0,
Missing negative tests
12
"type": "integer"
13 },
14 "work_pools": {
Missing negative tests
15
"anyOf": [
16 {
Missing negative tests
17
"$ref": "#/components/schemas/WorkPoolFilter"
18 },
19 {
Missing positive tests
20
"type": "null"
21 }
Missing negative tests
22
]
23 }
Missing negative tests
24
},
Missing negative tests
25
"type": "object"
26 },
27 "Operator": {
Missing tests
28
"enum": [
29 "and_",
30 "or_"
Missing tests
31
],
Missing tests
32
"type": "string"
33 },
34 "WorkPoolFilter": {
35 "additionalProperties": false,
Missing tests
36
"properties": {
37 "id": {
Missing tests
38
"anyOf": [
39 {
Missing tests
40
"$ref": "#/components/schemas/WorkPoolFilterId"
41 },
42 {
Missing tests
43
"type": "null"
44 }
Missing tests
45
],
46 },
47 "name": {
Missing tests
48
"anyOf": [
49 {
Missing tests
50
"$ref": "#/components/schemas/WorkPoolFilterName"
51 },
52 {
Missing tests
53
"type": "null"
54 }
Missing tests
55
],
56 },
57 "operator": {
Missing tests
58
"$ref": "#/components/schemas/Operator",
59 },
60 "type": {
Missing tests
61
"anyOf": [
62 {
Missing tests
63
"$ref": "#/components/schemas/WorkPoolFilterType"
64 },
65 {
Missing tests
66
"type": "null"
67 }
Missing tests
68
],
69 }
Missing tests
70
},
Missing negative tests
71
"type": "object"
72 },
73 "WorkPoolFilterId": {
74 "additionalProperties": false,
Missing tests
75
"properties": {
76 "any_": {
Missing tests
77
"anyOf": [
78 {
79 "items": {
Missing tests
80
"format": "uuid",
Missing tests
81
"type": "string"
82 },
Missing tests
83
"type": "array"
84 },
85 {
Missing tests
86
"type": "null"
87 }
Missing tests
88
],
89 }
Missing tests
90
},
Missing tests
91
"type": "object"
92 },
93 "WorkPoolFilterName": {
94 "additionalProperties": false,
Missing tests
95
"properties": {
96 "any_": {
Missing tests
97
"anyOf": [
98 {
99 "items": {
Missing tests
100
"type": "string"
101 },
Missing tests
102
"type": "array"
103 },
104 {
Missing tests
105
"type": "null"
106 }
Missing tests
107
],
108 }
Missing tests
109
},
Missing tests
110
"type": "object"
111 },
112 "WorkPoolFilterType": {
113 "additionalProperties": false,
Missing tests
114
"properties": {
115 "any_": {
Missing tests
116
"anyOf": [
117 {
118 "items": {
Missing tests
119
"type": "string"
120 },
Missing tests
121
"type": "array"
122 },
123 {
Missing tests
124
"type": "null"
125 }
Missing tests
126
],
127 }
Missing tests
128
},
Missing tests
129
"type": "object"
130 }
131 }
132 }
133}
Responses
seen average

200
Successful Response
6 3.09ms
422
Validation Error
0 -
default
Default
1 1.22ms
Examples
0 of 2 covered

Body: application/json
offset.default
 
0
 
operator.default
 
"and_"
 
Path Parameters

name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
1 2.89ms
422
Validation Error
0 -
default
Default
2 2.44ms
Path Parameters

name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 2.71ms
Path Parameters

name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 34 keywords covered
1{
2 "$ref": "#/components/schemas/WorkPoolUpdate",
3 "components": {
4 "schemas": {
5 "WorkPoolStorageConfiguration": {
6 "additionalProperties": false,
Missing tests
7
"properties": {
8 "bundle_execution_step": {
Missing tests
9
"anyOf": [
10 {
Missing positive tests - negative not applicable
11
"additionalProperties": true,
Missing tests
12
"type": "object"
13 },
14 {
Missing tests
15
"type": "null"
16 }
Missing tests
17
],
18 },
19 "bundle_upload_step": {
Missing tests
20
"anyOf": [
21 {
Missing positive tests - negative not applicable
22
"additionalProperties": true,
Missing tests
23
"type": "object"
24 },
25 {
Missing tests
26
"type": "null"
27 }
Missing tests
28
],
29 },
30 "default_result_storage_block_id": {
Missing tests
31
"anyOf": [
32 {
Missing tests
33
"format": "uuid",
Missing tests
34
"type": "string"
35 },
36 {
Missing tests
37
"type": "null"
38 }
Missing tests
39
],
40 }
Missing tests
41
},
Missing negative tests
42
"type": "object"
43 },
44 "WorkPoolUpdate": {
45 "additionalProperties": false,
Missing negative tests
46
"properties": {
47 "base_job_template": {
Missing negative tests
48
"anyOf": [
49 {
Missing positive tests - negative not applicable
50
"additionalProperties": true,
Missing positive tests
51
"type": "object"
52 },
53 {
Missing negative tests
54
"type": "null"
55 }
Missing negative tests
56
],
57 },
58 "concurrency_limit": {
Missing negative tests
59
"anyOf": [
60 {
Missing tests
61
"minimum": 0.0,
Missing positive tests
62
"type": "integer"
63 },
64 {
Missing negative tests
65
"type": "null"
66 }
Missing negative tests
67
],
68 },
69 "description": {
Missing negative tests
70
"anyOf": [
71 {
Missing positive tests
72
"type": "string"
73 },
74 {
Missing negative tests
75
"type": "null"
76 }
Missing negative tests
77
],
78 },
79 "is_paused": {
Missing negative tests
80
"anyOf": [
81 {
Missing positive tests
82
"type": "boolean"
83 },
84 {
Missing negative tests
85
"type": "null"
86 }
Missing negative tests
87
],
88 },
89 "storage_configuration": {
Missing negative tests
90
"anyOf": [
91 {
Missing negative tests
92
"$ref": "#/components/schemas/WorkPoolStorageConfiguration"
93 },
94 {
Missing positive tests
95
"type": "null"
96 }
Missing negative tests
97
],
98 }
Missing negative tests
99
},
100 "type": "object"
101 }
102 }
103 }
104}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
5 1.32ms
default
Default
2 7.79ms
Path Parameters

name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 10 keywords covered
1{
2 "$ref": "#/components/schemas/Body_get_scheduled_flow_runs_work_pools__name__get_scheduled_flow_runs_post",
3 "components": {
4 "schemas": {
5 "Body_get_scheduled_flow_runs_work_pools__name__get_scheduled_flow_runs_post": {
Missing tests
6
"properties": {
7 "limit": {
Missing tests
8
"type": "integer"
9 },
10 "scheduled_after": {
Missing tests
11
"format": "date-time",
Missing tests
12
"type": "string"
13 },
14 "scheduled_before": {
Missing tests
15
"format": "date-time",
Missing tests
16
"type": "string"
17 },
18 "work_queue_names": {
19 "items": {
Missing tests
20
"type": "string"
21 },
Missing tests
22
"type": "array"
23 }
Missing tests
24
},
25 "type": "object"
26 }
27 }
28 }
29}
Responses
seen average

200
Successful Response
2 16.54ms
422
Validation Error
2 2.79ms
default
Default
1 2.38ms
Path Parameters

work_pool_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json21 of 32 keywords covered
1{
2 "$ref": "#/components/schemas/WorkQueueCreate",
3 "components": {
4 "schemas": {
5 "QueueFilter": {
Missing positive tests
6
"properties": {
7 "deployment_ids": {
8 "anyOf": [
9 {
10 "items": {
Missing positive tests
11
"format": "uuid",
12 "type": "string"
13 },
14 "type": "array"
15 },
16 {
17 "type": "null"
18 }
19 ],
20 },
21 "tags": {
22 "anyOf": [
23 {
24 "items": {
Missing positive tests
25
"type": "string"
26 },
27 "type": "array"
28 },
29 {
30 "type": "null"
31 }
32 ],
33 }
Missing positive tests
34
},
35 "type": "object"
36 },
37 "WorkQueueCreate": {
38 "additionalProperties": false,
39 "properties": {
40 "concurrency_limit": {
41 "anyOf": [
42 {
Missing positive tests
43
"minimum": 0.0,
44 "type": "integer"
45 },
46 {
47 "type": "null"
48 }
49 ],
50 },
51 "description": {
Missing negative tests
52
"anyOf": [
53 {
Missing negative tests
54
"type": "string"
55 },
56 {
Missing positive tests
57
"type": "null"
58 }
Missing negative tests
59
],
60 },
61 "filter": {
62 "anyOf": [
63 {
Missing positive tests
64
"$ref": "#/components/schemas/QueueFilter"
65 },
66 {
67 "type": "null"
68 }
69 ],
70 "deprecated": true,
71 },
72 "is_paused": {
Missing negative tests
73
"type": "boolean"
74 },
75 "name": {
Missing negative tests
76
"pattern": "^[^/%&><]+$",
Missing negative tests
77
"type": "string"
78 },
79 "priority": {
80 "anyOf": [
81 {
82 "exclusiveMinimum": 0.0,
83 "type": "integer"
84 },
85 {
86 "type": "null"
87 }
88 ],
89 }
90 },
91 "required": [
92 "name"
93 ],
94 "type": "object"
95 }
96 }
97 }
98}
Responses
seen average

201
Successful Response
2 5.84ms
422
Validation Error
43 1.50ms
default
Default
1 2.54ms
Examples
2 of 2 covered

Body: application/json
description.default
 
""
 
is_paused.default
 
false
 
Path Parameters

work_pool_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version0 of 1 keywords covered
1{
Missing positive tests - negative not applicable
2
"type": "string"
3}
Body

application/json0 of 35 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/Body_read_work_queues_work_pools__work_pool_name__queues_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_work_queues_work_pools__work_pool_name__queues_filter_post": {
Missing negative tests
6
"properties": {
7 "limit": {
Missing tests
8
"type": "integer"
9 },
10 "offset": {
Missing tests
11
"minimum": 0.0,
Missing tests
12
"type": "integer"
13 },
14 "work_queues": {
Missing negative tests
15
"$ref": "#/components/schemas/WorkQueueFilter"
16 }
Missing negative tests
17
},
Missing negative tests
18
"type": "object"
19 },
20 "Operator": {
Missing tests
21
"enum": [
22 "and_",
23 "or_"
Missing tests
24
],
Missing tests
25
"type": "string"
26 },
27 "WorkQueueFilter": {
28 "additionalProperties": false,
Missing negative tests
29
"properties": {
30 "id": {
Missing tests
31
"anyOf": [
32 {
Missing tests
33
"$ref": "#/components/schemas/WorkQueueFilterId"
34 },
35 {
Missing tests
36
"type": "null"
37 }
Missing tests
38
],
39 },
40 "name": {
Missing negative tests
41
"anyOf": [
42 {
Missing negative tests
43
"$ref": "#/components/schemas/WorkQueueFilterName"
44 },
45 {
Missing positive tests
46
"type": "null"
47 }
Missing negative tests
48
],
49 },
50 "operator": {
Missing tests
51
"$ref": "#/components/schemas/Operator",
52 }
Missing negative tests
53
},
Missing negative tests
54
"type": "object"
55 },
56 "WorkQueueFilterId": {
57 "additionalProperties": false,
Missing tests
58
"properties": {
59 "any_": {
Missing tests
60
"anyOf": [
61 {
62 "items": {
Missing tests
63
"format": "uuid",
Missing tests
64
"type": "string"
65 },
Missing tests
66
"type": "array"
67 },
68 {
Missing tests
69
"type": "null"
70 }
Missing tests
71
],
72 }
Missing tests
73
},
Missing tests
74
"type": "object"
75 },
76 "WorkQueueFilterName": {
77 "additionalProperties": false,
Missing negative tests
78
"properties": {
79 "any_": {
Missing negative tests
80
"anyOf": [
81 {
82 "items": {
Missing negative tests
83
"type": "string"
84 },
Missing negative tests
85
"type": "array"
86 },
87 {
Missing positive tests
88
"type": "null"
89 }
Missing negative tests
90
],
91 "examples": [
92 [
93 "wq-1",
94 "wq-2"
95 ]
96 ],
97 },
98 "startswith_": {
Missing negative tests
99
"anyOf": [
100 {
101 "items": {
Missing negative tests
102
"type": "string"
103 },
Missing negative tests
104
"type": "array"
105 },
106 {
Missing positive tests
107
"type": "null"
108 }
Missing negative tests
109
],
110 "examples": [
111 [
112 "marvin",
113 "Marvin-robot"
114 ]
115 ],
116 }
Missing negative tests
117
},
Missing negative tests
118
"type": "object"
119 }
120 }
121 }
122}
Responses
seen average

200
Successful Response
1 7.24ms
422
Validation Error
0 -
default
Default
2 3.19ms
Examples
0 of 2 covered

Body: application/json
offset.default
 
0
 
operator.default
 
"and_"
 
Path Parameters

work_pool_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 3.00ms
Path Parameters

work_pool_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 3.28ms
Path Parameters

work_pool_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json16 of 36 keywords covered
1{
2 "$ref": "#/components/schemas/WorkQueueUpdate",
3 "components": {
4 "schemas": {
5 "QueueFilter": {
Missing positive tests
6
"properties": {
7 "deployment_ids": {
8 "anyOf": [
9 {
10 "items": {
Missing positive tests
11
"format": "uuid",
12 "type": "string"
13 },
14 "type": "array"
15 },
16 {
17 "type": "null"
18 }
19 ],
20 },
21 "tags": {
22 "anyOf": [
23 {
24 "items": {
Missing positive tests
25
"type": "string"
26 },
27 "type": "array"
28 },
29 {
30 "type": "null"
31 }
32 ],
33 }
Missing positive tests
34
},
35 "type": "object"
36 },
37 "WorkQueueUpdate": {
38 "additionalProperties": false,
39 "properties": {
40 "concurrency_limit": {
Missing negative tests
41
"anyOf": [
42 {
Missing tests
43
"minimum": 0.0,
Missing positive tests
44
"type": "integer"
45 },
46 {
Missing negative tests
47
"type": "null"
48 }
Missing negative tests
49
],
50 },
51 "description": {
Missing negative tests
52
"anyOf": [
53 {
Missing positive tests
54
"type": "string"
55 },
56 {
Missing negative tests
57
"type": "null"
58 }
Missing negative tests
59
],
60 },
61 "filter": {
62 "anyOf": [
63 {
Missing positive tests
64
"$ref": "#/components/schemas/QueueFilter"
65 },
66 {
67 "type": "null"
68 }
69 ],
70 "deprecated": true,
71 },
72 "is_paused": {
Missing negative tests
73
"type": "boolean"
74 },
75 "last_polled": {
76 "anyOf": [
77 {
Missing positive tests
78
"format": "date-time",
79 "type": "string"
80 },
81 {
82 "type": "null"
83 }
84 ],
85 },
86 "name": {
Missing negative tests
87
"anyOf": [
88 {
Missing positive tests
89
"type": "string"
90 },
91 {
Missing negative tests
92
"type": "null"
93 }
Missing negative tests
94
],
95 },
96 "priority": {
Missing negative tests
97
"anyOf": [
98 {
Missing tests
99
"exclusiveMinimum": 0.0,
Missing positive tests
100
"type": "integer"
101 },
102 {
Missing negative tests
103
"type": "null"
104 }
Missing negative tests
105
],
106 }
107 },
108 "type": "object"
109 }
110 }
111 }
112}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
35 1.52ms
default
Default
2 2.96ms
Examples
1 of 1 covered

Body: application/json
is_paused.default
 
false
 
Path Parameters

work_pool_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version0 of 1 keywords covered
1{
Missing positive tests - negative not applicable
2
"type": "string"
3}
Body

application/json0 of 42 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/Body_read_workers_work_pools__work_pool_name__workers_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_workers_work_pools__work_pool_name__workers_filter_post": {
Missing tests
6
"properties": {
7 "limit": {
Missing tests
8
"type": "integer"
9 },
10 "offset": {
Missing tests
11
"minimum": 0.0,
Missing tests
12
"type": "integer"
13 },
14 "workers": {
Missing tests
15
"anyOf": [
16 {
Missing tests
17
"$ref": "#/components/schemas/WorkerFilter"
18 },
19 {
Missing tests
20
"type": "null"
21 }
Missing tests
22
]
23 }
Missing tests
24
},
Missing negative tests
25
"type": "object"
26 },
27 "Operator": {
Missing tests
28
"enum": [
29 "and_",
30 "or_"
Missing tests
31
],
Missing tests
32
"type": "string"
33 },
34 "WorkerFilter": {
35 "additionalProperties": false,
Missing tests
36
"properties": {
37 "last_heartbeat_time": {
Missing tests
38
"anyOf": [
39 {
Missing tests
40
"$ref": "#/components/schemas/WorkerFilterLastHeartbeatTime"
41 },
42 {
Missing tests
43
"type": "null"
44 }
Missing tests
45
],
46 },
47 "operator": {
Missing tests
48
"$ref": "#/components/schemas/Operator",
49 },
50 "status": {
Missing tests
51
"anyOf": [
52 {
Missing tests
53
"$ref": "#/components/schemas/WorkerFilterStatus"
54 },
55 {
Missing tests
56
"type": "null"
57 }
Missing tests
58
],
59 }
Missing tests
60
},
Missing tests
61
"type": "object"
62 },
63 "WorkerFilterLastHeartbeatTime": {
64 "additionalProperties": false,
Missing tests
65
"properties": {
66 "after_": {
Missing tests
67
"anyOf": [
68 {
Missing tests
69
"format": "date-time",
Missing tests
70
"type": "string"
71 },
72 {
Missing tests
73
"type": "null"
74 }
Missing tests
75
],
76 },
77 "before_": {
Missing tests
78
"anyOf": [
79 {
Missing tests
80
"format": "date-time",
Missing tests
81
"type": "string"
82 },
83 {
Missing tests
84
"type": "null"
85 }
Missing tests
86
],
87 }
Missing tests
88
},
Missing tests
89
"type": "object"
90 },
91 "WorkerFilterStatus": {
92 "additionalProperties": false,
Missing tests
93
"properties": {
94 "any_": {
Missing tests
95
"anyOf": [
96 {
97 "items": {
Missing tests
98
"$ref": "#/components/schemas/WorkerStatus"
99 },
Missing tests
100
"type": "array"
101 },
102 {
Missing tests
103
"type": "null"
104 }
Missing tests
105
],
106 },
107 "not_any_": {
Missing tests
108
"anyOf": [
109 {
110 "items": {
Missing tests
111
"$ref": "#/components/schemas/WorkerStatus"
112 },
Missing tests
113
"type": "array"
114 },
115 {
Missing tests
116
"type": "null"
117 }
Missing tests
118
],
119 }
Missing tests
120
},
Missing tests
121
"type": "object"
122 },
123 "WorkerStatus": {
Missing tests
124
"enum": [
125 "ONLINE",
126 "OFFLINE"
Missing tests
127
],
Missing tests
128
"type": "string"
129 }
130 }
131 }
132}
Responses
seen average

200
Successful Response
1 9.72ms
422
Validation Error
0 -
default
Default
1 2.62ms
Examples
0 of 2 covered

Body: application/json
offset.default
 
0
 
operator.default
 
"and_"
 
Path Parameters

work_pool_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version0 of 1 keywords covered
1{
Missing positive tests - negative not applicable
2
"type": "string"
3}
Body

application/json0 of 8 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/Body_worker_heartbeat_work_pools__work_pool_name__workers_heartbeat_post",
3 "components": {
4 "schemas": {
5 "Body_worker_heartbeat_work_pools__work_pool_name__workers_heartbeat_post": {
Missing negative tests
6
"properties": {
7 "heartbeat_interval_seconds": {
Missing tests
8
"anyOf": [
9 {
Missing tests
10
"type": "integer"
11 },
12 {
Missing tests
13
"type": "null"
14 }
Missing tests
15
],
16 },
17 "name": {
Missing negative tests
18
"type": "string"
19 }
Missing negative tests
20
},
Missing negative tests
21
"required": [
22 "name"
Missing negative tests
23
],
Missing negative tests
24
"type": "object"
25 }
26 }
27 }
28}
Responses
seen average

204
Successful Response
1 7.05ms
422
Validation Error
0 -
default
Default
1 2.37ms
Path Parameters

work_pool_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 2.81ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json21 of 32 keywords covered
1{
2 "$ref": "#/components/schemas/WorkQueueCreate",
3 "components": {
4 "schemas": {
5 "QueueFilter": {
Missing positive tests
6
"properties": {
7 "deployment_ids": {
8 "anyOf": [
9 {
10 "items": {
Missing positive tests
11
"format": "uuid",
12 "type": "string"
13 },
14 "type": "array"
15 },
16 {
17 "type": "null"
18 }
19 ],
20 },
21 "tags": {
22 "anyOf": [
23 {
24 "items": {
Missing positive tests
25
"type": "string"
26 },
27 "type": "array"
28 },
29 {
30 "type": "null"
31 }
32 ],
33 }
Missing positive tests
34
},
35 "type": "object"
36 },
37 "WorkQueueCreate": {
38 "additionalProperties": false,
39 "properties": {
40 "concurrency_limit": {
41 "anyOf": [
42 {
Missing positive tests
43
"minimum": 0.0,
44 "type": "integer"
45 },
46 {
47 "type": "null"
48 }
49 ],
50 },
51 "description": {
Missing negative tests
52
"anyOf": [
53 {
Missing negative tests
54
"type": "string"
55 },
56 {
Missing positive tests
57
"type": "null"
58 }
Missing negative tests
59
],
60 },
61 "filter": {
62 "anyOf": [
63 {
Missing positive tests
64
"$ref": "#/components/schemas/QueueFilter"
65 },
66 {
67 "type": "null"
68 }
69 ],
70 "deprecated": true,
71 },
72 "is_paused": {
Missing negative tests
73
"type": "boolean"
74 },
75 "name": {
Missing negative tests
76
"pattern": "^[^/%&><]+$",
Missing negative tests
77
"type": "string"
78 },
79 "priority": {
80 "anyOf": [
81 {
82 "exclusiveMinimum": 0.0,
83 "type": "integer"
84 },
85 {
86 "type": "null"
87 }
88 ],
89 }
90 },
91 "required": [
92 "name"
93 ],
94 "type": "object"
95 }
96 }
97 }
98}
Responses
seen average

201
Successful Response
1 7.08ms
422
Validation Error
43 1.44ms
default
Default
1 3.60ms
Examples
2 of 2 covered

Body: application/json
description.default
 
""
 
is_paused.default
 
false
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 37 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_work_queues_work_queues_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_work_queues_work_queues_filter_post": {
Missing negative tests
6
"properties": {
7 "limit": {
Missing tests
8
"type": "integer"
9 },
10 "offset": {
Missing negative tests
11
"minimum": 0.0,
Missing negative tests
12
"type": "integer"
13 },
14 "work_queues": {
Missing negative tests
15
"anyOf": [
16 {
Missing negative tests
17
"$ref": "#/components/schemas/WorkQueueFilter"
18 },
19 {
Missing positive tests
20
"type": "null"
21 }
Missing negative tests
22
]
23 }
Missing negative tests
24
},
25 "type": "object"
26 },
27 "Operator": {
Missing tests
28
"enum": [
29 "and_",
30 "or_"
Missing tests
31
],
Missing tests
32
"type": "string"
33 },
34 "WorkQueueFilter": {
35 "additionalProperties": false,
Missing negative tests
36
"properties": {
37 "id": {
Missing tests
38
"anyOf": [
39 {
Missing tests
40
"$ref": "#/components/schemas/WorkQueueFilterId"
41 },
42 {
Missing tests
43
"type": "null"
44 }
Missing tests
45
],
46 },
47 "name": {
Missing negative tests
48
"anyOf": [
49 {
Missing negative tests
50
"$ref": "#/components/schemas/WorkQueueFilterName"
51 },
52 {
Missing positive tests
53
"type": "null"
54 }
Missing negative tests
55
],
56 },
57 "operator": {
Missing tests
58
"$ref": "#/components/schemas/Operator",
59 }
Missing negative tests
60
},
Missing negative tests
61
"type": "object"
62 },
63 "WorkQueueFilterId": {
64 "additionalProperties": false,
Missing tests
65
"properties": {
66 "any_": {
Missing tests
67
"anyOf": [
68 {
69 "items": {
Missing tests
70
"format": "uuid",
Missing tests
71
"type": "string"
72 },
Missing tests
73
"type": "array"
74 },
75 {
Missing tests
76
"type": "null"
77 }
Missing tests
78
],
79 }
Missing tests
80
},
Missing tests
81
"type": "object"
82 },
83 "WorkQueueFilterName": {
84 "additionalProperties": false,
Missing negative tests
85
"properties": {
86 "any_": {
Missing negative tests
87
"anyOf": [
88 {
89 "items": {
Missing negative tests
90
"type": "string"
91 },
Missing negative tests
92
"type": "array"
93 },
94 {
Missing positive tests
95
"type": "null"
96 }
Missing negative tests
97
],
98 "examples": [
99 [
100 "wq-1",
101 "wq-2"
102 ]
103 ],
104 },
105 "startswith_": {
Missing negative tests
106
"anyOf": [
107 {
108 "items": {
Missing negative tests
109
"type": "string"
110 },
Missing negative tests
111
"type": "array"
112 },
113 {
Missing positive tests
114
"type": "null"
115 }
Missing negative tests
116
],
117 "examples": [
118 [
119 "marvin",
120 "Marvin-robot"
121 ]
122 ],
123 }
Missing negative tests
124
},
Missing negative tests
125
"type": "object"
126 }
127 }
128 }
129}
Responses
seen average

200
Successful Response
8 3.20ms
422
Validation Error
2 1.56ms
default
Default
1 1.24ms
Examples
0 of 2 covered

Body: application/json
offset.default
 
0
 
operator.default
 
"and_"
 
Path Parameters

name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
1 4.70ms
422
Validation Error
0 -
default
Default
2 3.78ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 1.39ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 1.28ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json0 of 36 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/WorkQueueUpdate",
3 "components": {
4 "schemas": {
5 "QueueFilter": {
Missing tests
6
"properties": {
7 "deployment_ids": {
Missing tests
8
"anyOf": [
9 {
10 "items": {
Missing tests
11
"format": "uuid",
Missing tests
12
"type": "string"
13 },
Missing tests
14
"type": "array"
15 },
16 {
Missing tests
17
"type": "null"
18 }
Missing tests
19
],
20 },
21 "tags": {
Missing tests
22
"anyOf": [
23 {
24 "items": {
Missing tests
25
"type": "string"
26 },
Missing tests
27
"type": "array"
28 },
29 {
Missing tests
30
"type": "null"
31 }
Missing tests
32
],
33 }
Missing tests
34
},
Missing positive tests
35
"type": "object"
36 },
37 "WorkQueueUpdate": {
38 "additionalProperties": false,
Missing negative tests
39
"properties": {
40 "concurrency_limit": {
Missing negative tests
41
"anyOf": [
42 {
Missing tests
43
"minimum": 0.0,
Missing positive tests
44
"type": "integer"
45 },
46 {
Missing negative tests
47
"type": "null"
48 }
Missing negative tests
49
],
50 },
51 "description": {
Missing negative tests
52
"anyOf": [
53 {
Missing positive tests
54
"type": "string"
55 },
56 {
Missing negative tests
57
"type": "null"
58 }
Missing negative tests
59
],
60 },
61 "filter": {
Missing negative tests
62
"anyOf": [
63 {
Missing positive tests
64
"$ref": "#/components/schemas/QueueFilter"
65 },
66 {
Missing negative tests
67
"type": "null"
68 }
Missing negative tests
69
],
70 "deprecated": true,
71 },
72 "is_paused": {
Missing negative tests
73
"type": "boolean"
74 },
75 "last_polled": {
Missing negative tests
76
"anyOf": [
77 {
Missing tests
78
"format": "date-time",
Missing positive tests
79
"type": "string"
80 },
81 {
Missing negative tests
82
"type": "null"
83 }
Missing negative tests
84
],
85 },
86 "name": {
Missing negative tests
87
"anyOf": [
88 {
Missing positive tests
89
"type": "string"
90 },
91 {
Missing negative tests
92
"type": "null"
93 }
Missing negative tests
94
],
95 },
96 "priority": {
Missing negative tests
97
"anyOf": [
98 {
Missing tests
99
"exclusiveMinimum": 0.0,
Missing positive tests
100
"type": "integer"
101 },
102 {
Missing negative tests
103
"type": "null"
104 }
Missing negative tests
105
],
106 }
Missing negative tests
107
},
Missing negative tests
108
"type": "object"
109 }
110 }
111 }
112}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 1.78ms
Examples
1 of 1 covered

Body: application/json
is_paused.default
 
false
 
Path Parameters

id1 of 2 keywords covered
1{
Missing negative tests
2
"format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-ui2 of 3 keywords covered
1{
2 "anyOf": [
3 {
4 "type": "boolean"
5 },
6 {
Missing positive tests
7
"type": "null"
8 }
9 ],
10}
x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json0 of 6 keywords covered
1{
Missing negative tests
2
"$ref": "#/components/schemas/Body_read_work_queue_runs_work_queues__id__get_runs_post",
3 "components": {
4 "schemas": {
5 "Body_read_work_queue_runs_work_queues__id__get_runs_post": {
Missing negative tests
6
"properties": {
7 "limit": {
Missing negative tests
8
"type": "integer"
9 },
10 "scheduled_before": {
Missing negative tests
11
"format": "date-time",
Missing negative tests
12
"type": "string"
13 }
Missing negative tests
14
},
Missing negative tests
15
"type": "object"
16 }
17 }
18 }
19}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
34 1.54ms
default
Default
72 2.94ms
Examples
1 of 1 covered

Header
x-prefect-ui
 
false
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
2 1.22ms