Skip to content

Commit d083254

Browse files
committed
add clarity-name schema
1 parent 5e83010 commit d083254

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type: string
2+
pattern: "^([a-zA-Z0-9_]|[-!?+<>=/*]){1,128}$"
3+
minLength: 1
4+
maxLength: 128

0 commit comments

Comments
 (0)