JSON Schema

The vocabulary that lets an agent validate request and response bodies against typed contracts. Published JSON Schemas (independent of, or embedded in, an OpenAPI) are a strong agent-readiness signal because they let agents self-correct payloads before sending.

API entry from apis.yml

apis.yml Raw ↑
aid: agent-readiness:json-schema
name: JSON Schema
tags:
- Schema
- Validation
- Agent Readiness
- Standards
humanURL: https://json-schema.org
baseURL: https://json-schema.org
properties:
- url: https://json-schema.org/specification.html
  type: Documentation
- url: https://github.com/json-schema-org/json-schema-spec
  type: GitHubRepository
description: The vocabulary that lets an agent validate request and response bodies against typed contracts.
  Published JSON Schemas (independent of, or embedded in, an OpenAPI) are a strong agent-readiness signal
  because they let agents self-correct payloads before sending.