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,8 @@
# References
Bundled resources for api-response-validator skill
- [ ] json_schema_example.json: Example JSON schema for API response validation.
- [ ] openapi_example.yaml: Example OpenAPI specification for API response validation.
- [ ] custom_rules_example.yaml: Example custom rules configuration file.
- [ ] api_response_validation_best_practices.md: Best practices for API response validation.