X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=blobdiff_plain;f=docs%2Fextension.schema.v2.json;h=9da636f4fd8e1ab740dd4ae86014370b7a200e44;hb=f7ead5d3ca0e1ae673752f6c6118297bf47e1c88;hp=8ade991d4d7c46d72610375ee8a9413dcab4abe5;hpb=95bb2a6f0b669797afa4d1e557221048b7fb2c11;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.v2.json b/docs/extension.schema.v2.json index 8ade991d4d..9da636f4fd 100644 --- a/docs/extension.schema.v2.json +++ b/docs/extension.schema.v2.json @@ -73,7 +73,7 @@ "description": "Version constraint string against PHP." } }, - "patternProprties": { + "patternProperties": { "^ext-": { "type": "string", "description": "Required PHP extension.", @@ -715,6 +715,14 @@ "type": "string" } }, + "ReauthenticateTime": { + "type": "object", + "patternProperties": { + ".*": { + "type": "integer" + } + } + }, "callback": { "type": [ "array",