diff --git a/app/Models/Egg.php b/app/Models/Egg.php index dd133380a..ce2b52c0c 100644 --- a/app/Models/Egg.php +++ b/app/Models/Egg.php @@ -111,7 +111,7 @@ class Egg extends Model 'uuid' => 'required|string|size:36', 'name' => 'required|string|max:191', 'description' => 'string|nullable', - 'features' => 'json|nullable', + 'features' => 'array|nullable', 'author' => 'required|string|email', 'docker_image' => 'required|string|max:191', 'startup' => 'required|nullable|string',