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,7 @@
# Assets
Bundled resources for api-schema-validator skill
- [ ] example_schemas/: A directory containing example schemas in various formats (JSON Schema, Joi, Yup, Zod).
- [ ] test_data/: A directory containing example data files to validate against the schemas.
- [ ] schema_templates/: Templates for creating new schemas in different formats.