Merge "htmlform: Move HTMLSelectLanguageField into includes/htmlform/fields"
[lhc/web/wiklou.git] / docs / extension.schema.v2.json
index 8ade991..9da636f 100644 (file)
@@ -73,7 +73,7 @@
                                                        "description": "Version constraint string against PHP."
                                                }
                                        },
-                                       "patternProprties": {
+                                       "patternProperties": {
                                                "^ext-": {
                                                        "type": "string",
                                                        "description": "Required PHP extension.",
                                "type": "string"
                        }
                },
+               "ReauthenticateTime": {
+                       "type": "object",
+                       "patternProperties": {
+                               ".*": {
+                                       "type": "integer"
+                               }
+                       }
+               },
                "callback": {
                        "type": [
                                "array",