JSON Schema

JSON Schema is a vocabulary for annotating and validating JSON documents. It is the foundation of OpenAPI 3.1 schema definitions and used across the API ecosystem for request/response validation, code generation, and data contract enforcement.

API entry from apis.yml

apis.yml Raw ↑
aid: specification:json-schema
name: JSON Schema
tags:
- Data Validation
- JSON
- JSON Schema
- Standards
humanURL: https://json-schema.org/
properties:
- url: https://json-schema.org/
  type: Website
- url: https://json-schema.org/specification
  type: Specification
- url: https://github.com/json-schema-org/json-schema-spec
  type: GitHubRepo
description: JSON Schema is a vocabulary for annotating and validating JSON documents. It is the foundation
  of OpenAPI 3.1 schema definitions and used across the API ecosystem for request/response validation,
  code generation, and data contract enforcement.