JSON Schema Specification

JSON Schema is a vocabulary that allows you to annotate and validate JSON documents. It is the foundation for defining request and response body schemas in OpenAPI specifications and is used across many API tooling platforms for validation, documentation, and code generation.

API entry from apis.yml

apis.yml Raw ↑
name: JSON Schema Specification
description: JSON Schema is a vocabulary that allows you to annotate and validate JSON documents. It is
  the foundation for defining request and response body schemas in OpenAPI specifications and is used
  across many API tooling platforms for validation, documentation, and code generation.
humanURL: https://json-schema.org
baseURL: https://json-schema.org
tags:
- JSON Schema
- Validation
- Specification
properties:
- type: Documentation
  url: https://json-schema.org/learn/
- type: Reference
  url: https://json-schema.org/specification