resources: App\Entity\CommandTaskSchedule: processor: App\State\Processor\CommandTaskScheduleProcessor input: App\Dto\Input\CommandTaskScheduleInput output: App\Dto\Output\CommandTaskScheduleOutput normalizationContext: groups: ['default', 'command-task-schedule:read'] denormalizationContext: groups: ['command-task-schedule:write'] operations: ApiPlatform\Metadata\GetCollection: provider: App\State\Provider\CommandTaskScheduleProvider filters: - 'api_platform.filter.command_task_schedule.order' - 'api_platform.filter.command_task_schedule.search' - 'api_platform.filter.command_task_schedule.boolean' ApiPlatform\Metadata\Get: provider: App\State\Provider\CommandTaskScheduleProvider ApiPlatform\Metadata\Put: provider: App\State\Provider\CommandTaskScheduleProvider ApiPlatform\Metadata\Patch: provider: App\State\Provider\CommandTaskScheduleProvider ApiPlatform\Metadata\Post: ~ ApiPlatform\Metadata\Delete: ~ properties: App\Entity\CommandTaskSchedule: id: identifier: false uuid: identifier: true