registration: Fix validation of ext-foo values
[lhc/web/wiklou.git] / docs / extension.schema.v1.json
index 36e2fe2..32946d3 100644 (file)
@@ -81,7 +81,7 @@
                                                "^ext-": {
                                                        "type": "string",
                                                        "description": "Required PHP extension.",
-                                                       "const": "*"
+                                                       "enum": ["*"]
                                                }
                                        }
                                },