['numeric'], 'title' => ['not_empty', 'not_null', 'not_false', 'max:255'], 'cardId' => ['numeric'], 'stackId' => ['numeric'], 'boardId' => ['numeric'], 'labelId' => ['numeric'], 'type' => ['not_empty', 'not_null', 'not_false', 'max:64'], 'order' => ['numeric'], 'owner' => ['not_empty', 'not_null', 'not_false', 'max:64'], ]; } }