Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:38 +08:00
commit 19fda56570
14 changed files with 1024 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# References
Bundled resources for api-schema-validator skill
- [ ] json_schema_spec.md: A markdown file containing a summary of the JSON Schema specification.
- [ ] joi_documentation.md: A markdown file containing key excerpts from the Joi documentation.
- [ ] yup_documentation.md: A markdown file containing key excerpts from the Yup documentation.
- [ ] zod_documentation.md: A markdown file containing key excerpts from the Zod documentation.
- [ ] schema_best_practices.md: A guide to writing effective and maintainable schemas.