diff --git a/src/schemas/json/openapi-overlay-1.X.json b/src/schemas/json/openapi-overlay-1.X.json index 7329c2f0802..e5a828802a4 100644 --- a/src/schemas/json/openapi-overlay-1.X.json +++ b/src/schemas/json/openapi-overlay-1.X.json @@ -6,7 +6,7 @@ "required": ["overlay"], "properties": { "overlay": { - "pattern": "^1\\.0\\.", + "pattern": "^1\\.(0|1)\\.", "type": "string" } },