Skip to content

Commit 405f9d2

Browse files
committed
add namespace pattern and update examples
1 parent f690df4 commit 405f9d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

data/schema/v2/Decision_Point_Value_Selection-2-0-0.schema.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88
"examples": [
99
"ssvc",
1010
"cisa",
11-
"certcc"
11+
"x_private-test",
12+
"ssvc/de-DE/reference-arch-1"
1213
],
14+
"maxLength": 1000,
1315
"minLength": 3,
16+
"pattern": "^(?=.{3,1000}$)(x_)?[a-z0-9]{3}([/.-]?[a-z0-9]+){0,997}$$",
1417
"title": "Namespace",
1518
"type": "string"
1619
},

0 commit comments

Comments
 (0)