We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e83010 commit d083254Copy full SHA for d083254
docs/rpc/components/schemas/clarity-name.schema.yaml
@@ -0,0 +1,4 @@
1
+type: string
2
+pattern: "^([a-zA-Z0-9_]|[-!?+<>=/*]){1,128}$"
3
+minLength: 1
4
+maxLength: 128
0 commit comments