Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:35 +08:00
commit a469bf5db5
16 changed files with 1216 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for api-response-validator skill
- [ ] validate_json_schema.py: Script to validate API responses against a JSON schema.
- [ ] validate_openapi.py: Script to validate API responses against an OpenAPI specification.
- [ ] validate_custom_rules.py: Script to validate API responses against custom rules defined in a configuration file.