What problem does it solve?
JSON:API v1.1 compliance is a standard for API responses and errors; this skill ensures DRF endpoints adhere to the spec, reducing inconsistencies and drift.
Core Features & Use Cases
- Enforces MUST/MUST NOT rules from the JSON:API specification at the API layer.
- Validates response shapes, error objects, and resource linkage to ensure consistent, spec-compliant outputs.
- Guides DRF implementation with reference patterns and best practices for serializers, views, and error handling.
- Use Case: when creating or updating endpoints, perform a compliance review to catch violations before deployment.
Quick Start
Use the jsonapi skill to validate the current DRF project against the latest JSON:API v1.1 spec. After enabling the skill, invoke the compliance checks during endpoint design or modification to receive a report of violations and recommended fixes.