Skip to content

Commit c7859fd

Browse files
committed
Add link to anyOf documentation
1 parent e69df49 commit c7859fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ const contact = anyOf([
126126
])
127127
```
128128

129+
> Read more about `anyOf` in the [JSON Schema Documentation](https://json-schema.org/understanding-json-schema/reference/combining#anyOf)
130+
129131
## 🤔 "But what about Zod?"
130132

131133
Great question! Zod is a versatile and comprehensive library, spanning thousands of lines of code. However, it's not specifically built for generating JSON Schemas, which can lead to unexpected results during conversion. In contrast, JSON Schema Kit provides full control — all in under 100 lines of code.

0 commit comments

Comments
 (0)