File tree 1 file changed +4
-92
lines changed
1 file changed +4
-92
lines changed Original file line number Diff line number Diff line change 2591
2591
"in" : " query" ,
2592
2592
"description" : " Filter the resources by status." ,
2593
2593
"schema" : {
2594
- "type" : " string"
2595
- },
2596
- "example" : 1
2594
+ "$ref" : " #\/ components\/ schemas\/ ScheduleStatusEnum"
2595
+ }
2597
2596
},
2598
2597
{
2599
2598
"name" : " per_page" ,
2617
2616
],
2618
2617
"responses" : {
2619
2618
"200" : {
2620
- "description" : " Paginated set of `Schedule` " ,
2619
+ "description" : " " ,
2621
2620
"content" : {
2622
2621
"application\/ json" : {
2623
2622
"schema" : {
2624
- "type" : " object" ,
2625
- "properties" : {
2626
- "data" : {
2627
- "type" : " array" ,
2628
- "items" : {
2629
- "$ref" : " #\/ components\/ schemas\/ Schedule"
2630
- }
2631
- },
2632
- "meta" : {
2633
- "type" : " object" ,
2634
- "properties" : {
2635
- "current_page" : {
2636
- "type" : " integer"
2637
- },
2638
- "from" : {
2639
- "type" : [
2640
- " integer" ,
2641
- " null"
2642
- ]
2643
- },
2644
- "path" : {
2645
- "type" : [
2646
- " string" ,
2647
- " null"
2648
- ],
2649
- "description" : " Base path for paginator generated URLs."
2650
- },
2651
- "per_page" : {
2652
- "type" : " integer" ,
2653
- "description" : " Number of items shown per page."
2654
- },
2655
- "to" : {
2656
- "type" : [
2657
- " integer" ,
2658
- " null"
2659
- ],
2660
- "description" : " Number of the last item in the slice."
2661
- }
2662
- },
2663
- "required" : [
2664
- " current_page" ,
2665
- " from" ,
2666
- " path" ,
2667
- " per_page" ,
2668
- " to"
2669
- ]
2670
- },
2671
- "links" : {
2672
- "type" : " object" ,
2673
- "properties" : {
2674
- "first" : {
2675
- "type" : [
2676
- " string" ,
2677
- " null"
2678
- ]
2679
- },
2680
- "last" : {
2681
- "type" : [
2682
- " string" ,
2683
- " null"
2684
- ]
2685
- },
2686
- "prev" : {
2687
- "type" : [
2688
- " string" ,
2689
- " null"
2690
- ]
2691
- },
2692
- "next" : {
2693
- "type" : [
2694
- " string" ,
2695
- " null"
2696
- ]
2697
- }
2698
- },
2699
- "required" : [
2700
- " first" ,
2701
- " last" ,
2702
- " prev" ,
2703
- " next"
2704
- ]
2705
- }
2706
- },
2707
- "required" : [
2708
- " data" ,
2709
- " links" ,
2710
- " meta"
2711
- ]
2623
+ "type" : " object"
2712
2624
}
2713
2625
}
2714
2626
}
You can’t perform that action at this time.
0 commit comments