plugins marketplace
← All plugins

api-response-validator

v1.24.0

Validate API responses against schemas and contracts

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/api-response-validator/ inside the repository.

Layout

plugins/api-development/api-response-validator/
├── .claude-plugin/plugin.json
└── skills/validating-api-responses/SKILL.md

Skills1

validating-api-responsesskills/validating-api-responses/SKILL.md

Validate API responses against schemas to ensure contract compliance and data integrity. Use when ensuring API response correctness. Trigger with phrases like "validate responses", "check API responses", or "verify response format".

Manifests1

plugins/api-development/api-response-validator/.claude-plugin/plugin.json
{
  "name": "api-response-validator",
  "version": "1.24.0",
  "description": "Validate API responses against schemas and contracts",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "validation",
    "schema",
    "testing",
    "api"
  ]
}