Skip to content

Commit decc964

Browse files
chore(typescript): sync thing model json schema from wot-thing-description.git
1 parent eb77b71 commit decc964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typescript/thing-model/schema/tm-json-schema-validation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,8 +1849,8 @@
18491849
{
18501850
"not": {
18511851
"type": "string",
1852-
"pattern": "(/)(.*\\1){2}",
1853-
"$comment": "regex tests available at https://regex101.com/r/Ytzd72/1"
1852+
"pattern": "(/)(.*/){2}",
1853+
"$comment": "regex tests available at https://regex101.com/r/r7vB0r/2"
18541854
}
18551855
}
18561856
]

0 commit comments

Comments
 (0)