diff --git a/jsonschemax/.snapshots/TestListPaths-case=0.json b/jsonschemax/.snapshots/TestListPaths-case=0.json index 5e3cc642..f9ee1c46 100644 --- a/jsonschemax/.snapshots/TestListPaths-case=0.json +++ b/jsonschemax/.snapshots/TestListPaths-case=0.json @@ -2271,7 +2271,7 @@ "Type": "", "TypeHint": 1, "Format": "", - "Pattern": {}, + "Pattern": "^[0-9]+(ns|us|ms|s|m|h)$", "Enum": null, "Constant": null, "ReadOnly": false, @@ -3314,7 +3314,7 @@ "Type": "", "TypeHint": 1, "Format": "", - "Pattern": {}, + "Pattern": "^[0-9]+(ns|us|ms|s|m|h)$", "Enum": null, "Constant": null, "ReadOnly": false, @@ -3339,7 +3339,7 @@ "Type": "", "TypeHint": 1, "Format": "", - "Pattern": {}, + "Pattern": "^[0-9]+(ns|us|ms|s|m|h)$", "Enum": null, "Constant": null, "ReadOnly": false, @@ -3364,7 +3364,7 @@ "Type": "", "TypeHint": 1, "Format": "", - "Pattern": {}, + "Pattern": "^[0-9]+(ns|us|ms|s|m|h)$", "Enum": null, "Constant": null, "ReadOnly": false, diff --git a/jsonschemax/.snapshots/TestListPathsWithRecursion-case=0.json b/jsonschemax/.snapshots/TestListPathsWithRecursion-case=0.json index e430ad7d..3e460cbe 100644 --- a/jsonschemax/.snapshots/TestListPathsWithRecursion-case=0.json +++ b/jsonschemax/.snapshots/TestListPathsWithRecursion-case=0.json @@ -155,7 +155,7 @@ "Type": "", "TypeHint": 1, "Format": "email", - "Pattern": {}, + "Pattern": ".*", "Enum": null, "Constant": null, "ReadOnly": false, @@ -197,7 +197,7 @@ "Type": "", "TypeHint": 1, "Format": "email", - "Pattern": {}, + "Pattern": ".*", "Enum": null, "Constant": null, "ReadOnly": false,