registration: Fix validation of ext-foo values
[lhc/web/wiklou.git] / docs / extension.schema.v2.json
index ed903f8..42b34b7 100644 (file)
@@ -88,7 +88,7 @@
                                                "^ext-": {
                                                        "type": "string",
                                                        "description": "Required PHP extension.",
-                                                       "const": "*"
+                                                       "enum": ["*"]
                                                }
                                        }
                                },