From 258e2cd91eadeab8f37df10ce24138997122c1af Mon Sep 17 00:00:00 2001 From: leplan73 Date: Wed, 8 Sep 2021 17:20:13 +0200 Subject: [PATCH] #31983 Changed regexp (#38642) --- docs/sources/developers/plugins/plugin.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/developers/plugins/plugin.schema.json b/docs/sources/developers/plugins/plugin.schema.json index f478c070201..3e79178b666 100644 --- a/docs/sources/developers/plugins/plugin.schema.json +++ b/docs/sources/developers/plugins/plugin.schema.json @@ -303,7 +303,7 @@ "version": { "type": "string", "description": "Project version of this commit, e.g. `6.7.x`.", - "pattern": "^([0-9x]+\\.[0-9x]+\\.*[0-9x]*$|\\%VERSION\\%)" + "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*$|\\%VERSION\\%)" } } },