File tree Expand file tree Collapse file tree 1 file changed +4
-92
lines changed Expand file tree Collapse file tree 1 file changed +4
-92
lines changed Original file line number Diff line number Diff line change 25912591 "in" : " query" ,
25922592 "description" : " Filter the resources by status." ,
25932593 "schema" : {
2594- "type" : " string"
2595- },
2596- "example" : 1
2594+ "$ref" : " #\/ components\/ schemas\/ ScheduleStatusEnum"
2595+ }
25972596 },
25982597 {
25992598 "name" : " per_page" ,
26172616 ],
26182617 "responses" : {
26192618 "200" : {
2620- "description" : " Paginated set of `Schedule` " ,
2619+ "description" : " " ,
26212620 "content" : {
26222621 "application\/ json" : {
26232622 "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"
27122624 }
27132625 }
27142626 }
You can’t perform that action at this time.
0 commit comments