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,15 @@
{
"name": "api-schema-validator",
"description": "Validate API schemas with JSON Schema, Joi, Yup, or Zod",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}