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 @@
# Scripts
Bundled resources for api-schema-validator skill
- [ ] validate_schema.py: Script to validate a given schema against a data file or API endpoint.
- [ ] generate_schema.py: Script to generate a basic schema from a data file or API endpoint response.
- [ ] convert_schema.py: Script to convert between different schema formats (e.g., JSON Schema to Yup).