json-schema

Solid

JSON Schema validation and API contract design.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
34
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# JSON Schema Skill Expert assistance for JSON Schema validation. ## Capabilities - Write JSON Schemas - Validate data - Design API contracts - Generate documentation - Handle complex types ## Schema Example ```json { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "name": { "type": "string", "minLength": 1 }, "email": { "type": "string", "format": "email" }, "age": { "type": "integer", "minimum": 0 } }, "required": ["id", "name", "email"], "additionalProperties": false } ``` ## Target Processes - api-contract-design - validation-setup - documentation

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills