← All plugins
api-schema-validator
v1.24.0Validate API schemas with JSON Schema, Joi, Yup, or Zod
Claude Code1 skill
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/api-schema-validator/ inside the repository.
Layout
plugins/api-development/api-schema-validator/
├── .claude-plugin/plugin.json└── skills/validating-api-schemas/SKILL.md
Skills1
validating-api-schemasskills/validating-api-schemas/SKILL.md
Validate API schemas against OpenAPI, JSON Schema, and GraphQL specifications. Use when validating API schemas and contracts. Trigger with phrases like "validate API schema", "check OpenAPI spec", or "verify schema".
Manifests1
plugins/api-development/api-schema-validator/.claude-plugin/plugin.json
{
"name": "api-schema-validator",
"version": "1.24.0",
"description": "Validate API schemas with JSON Schema, Joi, Yup, or Zod",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"schema",
"validation",
"json-schema",
"joi",
"zod"
]
}