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 c30363a commit aea89cbCopy full SHA for aea89cb
src/routes/(v2)/v2/arktype/schema.ts
@@ -1,6 +1,6 @@
1
import { type } from 'arktype';
2
3
export const schema = type({
4
- name: 'string>=2',
+ name: 'string>=2 = "Hello world!"',
5
email: 'string.email'
6
});
0 commit comments