We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92c4d0 commit 44f40baCopy full SHA for 44f40ba
custom-attestation-types/approval-jira-schema.json
@@ -11,7 +11,7 @@
11
"accountId": {
12
"type": "string",
13
"minLength": 1,
14
- "pattern": "^[a-zA-Z0-9]+$"
+ "pattern": "^[a-zA-Z0-9]+$|^[0-9]{6}:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
15
},
16
"displayName": { "type": "string", "minLength": 1 },
17
"emailAddress": { "type": "string"},
0 commit comments