Updated JSON Schema to allow multible digits in y position of pointer#start if defined with a string comprised of an X, Y position

This commit is contained in:
2024-10-08 11:13:29 +02:00
parent fefd82f71f
commit 1589226f81

View File

@@ -43,7 +43,7 @@
},
{
"type": "string",
"pattern": "^\\([0-9]+,( )?[0-9]\\)+$",
"pattern": "^\\([0-9]+,( )?[0-9]+\\)+$",
"description": "Starting position of the pointer"
},
{