Skip to content

Commit d68edc4

Browse files
committed
Remove What's Included section
1 parent d79aebb commit d68edc4

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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

8874
Use `$ref` to create reusable schema definitions and reference them throughout your schema:

0 commit comments

Comments
 (0)