Skip to content

Commit ee22088

Browse files
change(ci): Allow numbers in ccc ids (finos#795)
1 parent 5450942 commit ee22088

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schemas/capabilities-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"properties": {
3232
"id": {
3333
"type": "string",
34-
"pattern": "^CCC\\.[A-Za-z]+\\.F\\d{2,8}$",
34+
"pattern": "^CCC\\.[A-Za-z0-9]+\\.F\\d{2,8}$",
3535
"description": "Capability ID (e.g., CCC.ObjStor.F01)"
3636
},
3737
"title": {

schemas/controls-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"properties": {
4545
"id": {
4646
"type": "string",
47-
"pattern": "^CCC\\.[A-Za-z]+\\.C\\d{2,8}$",
47+
"pattern": "^CCC\\.[A-Za-z0-9]+\\.C\\d{2,8}$",
4848
"description": "Full control ID (e.g., CCC.ObjStor.C01)"
4949
},
5050
"title": {

0 commit comments

Comments
 (0)