[ 'required', 'string', Rule::in($this->user()->domainOptions()) ], 'description' => 'nullable|max:100', 'format' => 'nullable|in:uuid,random_words' ]; } }