X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fextension.schema.v1.json;h=7e4203587df8d9037d0f795e38bf2020d428e529;hb=382cda4f0c0317426c7dc4d55636c98d2be2c950;hp=e6ec971e51064e8d33ee4b5a88011d7df9435782;hpb=e2e9117a51f5c08e32817f474e1c7b2882307785;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.v1.json b/docs/extension.schema.v1.json index e6ec971e51..7e4203587d 100644 --- a/docs/extension.schema.v1.json +++ b/docs/extension.schema.v1.json @@ -71,6 +71,13 @@ "type": "string", "description": "Version constraint string against PHP." } + }, + "patternProprties": { + "^ext-": { + "type": "string", + "description": "Required PHP extension.", + "const": "*" + } } }, "extensions": { @@ -686,6 +693,14 @@ "type": "string" } }, + "ReauthenticateTime": { + "type": "object", + "patternProperties": { + ".*": { + "type": "integer" + } + } + }, "callback": { "type": [ "array",