['required', 'string', 'max:255'], 'content' => ['required', 'string', 'max:12000'], 'note' => ['nullable', 'string', 'max:12000'], 'allowed_actions' => ['nullable', 'array'], 'allowed_actions.*' => ['string', Rule::in(['domain_inf'])], ]; } }