Merge "Revert "Unwrap HTML loaded from parser cache""
[lhc/web/wiklou.git] / docs / extension.schema.v1.json
index e6ec971..f6f3b21 100644 (file)
                                                        "type": "string",
                                                        "description": "Version constraint string against PHP."
                                                }
+                                       },
+                                       "patternProprties": {
+                                               "^ext-": {
+                                                       "type": "string",
+                                                       "description": "Required PHP extension.",
+                                                       "const": "*"
+                                               }
                                        }
                                },
                                "extensions": {