JSON Schema

JSON Schema provides a vocabulary for annotating and validating JSON documents. Used extensively as the payload specification layer in test specifications, JSON Schema enables both human-readable documentation and machine-executable validation of API request and response bodies.

API entry from apis.yml

apis.yml Raw ↑
name: JSON Schema
description: JSON Schema provides a vocabulary for annotating and validating JSON documents. Used extensively
  as the payload specification layer in test specifications, JSON Schema enables both human-readable documentation
  and machine-executable validation of API request and response bodies.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://json-schema.org/
baseURL: https://json-schema.org/
tags:
- JSON
- Schema Validation
- Specification
properties:
- type: Documentation
  url: https://json-schema.org/learn/getting-started-step-by-step
- type: GitHubOrg
  url: https://github.com/json-schema-org/json-schema-spec