Update wikimedia/password-blacklist to v0.1.4
[lhc/web/wiklou.git] / docs / extension.schema.v1.json
index e6ec971..7e42035 100644 (file)
                                                        "type": "string",
                                                        "description": "Version constraint string against PHP."
                                                }
+                                       },
+                                       "patternProprties": {
+                                               "^ext-": {
+                                                       "type": "string",
+                                                       "description": "Required PHP extension.",
+                                                       "const": "*"
+                                               }
                                        }
                                },
                                "extensions": {
                                "type": "string"
                        }
                },
+               "ReauthenticateTime": {
+                       "type": "object",
+                       "patternProperties": {
+                               ".*": {
+                                       "type": "integer"
+                               }
+                       }
+               },
                "callback": {
                        "type": [
                                "array",