<?php
/**
* @OA\Schema(
* schema="BulkAction",
* type="array",
* @OA\Items(
* type="integer",
* example="[0,1,2,3,]"
* ),
* )
*/