Merge "Mark protected IndexPager properties also as protected in subclasses"
[lhc/web/wiklou.git] / docs / extension.schema.v2.json
index 8ade991..c5c3b5d 100644 (file)
                                "type": "string"
                        }
                },
+               "ReauthenticateTime": {
+                       "type": "object",
+                       "patternProperties": {
+                               ".*": {
+                                       "type": "integer"
+                               }
+                       }
+               },
                "callback": {
                        "type": [
                                "array",