Files
gh-jeremylongshore-claude-c…/skills/skill-adapter/references/README.md
2025-11-29 18:52:38 +08:00

10 lines
537 B
Markdown

# 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.