*/ public static function sync(): array { return [ 'props' => ['sometimes', 'array'], 'props.*' => ['nullable'], ]; } }