File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -69,20 +69,6 @@ object({
6969})
7070```
7171
72- ## 📦 What's Included
73-
74- | Function | Example |
75- | ---------------------- | --------------------------------- |
76- | ` string(props?) ` | ` string({ pattern: '^[A-Z]+$' }) ` |
77- | ` number(props?) ` | ` number({ minimum: 0 }) ` |
78- | ` integer(props?) ` | ` integer({ minimum: 1 }) ` |
79- | ` boolean(props?) ` | ` boolean() ` |
80- | ` object(props, opts?) ` | ` object({ name: string() }) ` |
81- | ` array(items, props?) ` | ` array(string()) ` |
82- | ` nullable(schema) ` | ` nullable(string()) ` |
83- | ` $ref(name) ` | ` $ref('person') ` |
84- | ` anyOf(schemas) ` | ` anyOf([string(), number()]) ` |
85-
8672## 🔗 Using References
8773
8874Use ` $ref ` to create reusable schema definitions and reference them throughout your schema:
You can’t perform that action at this time.
0 commit comments