Skip to content

api-evangelist/json-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Schema (json-schema)

JSON Schema is a vocabulary for annotating and validating JSON documents, widely used for defining API request and response shapes across REST APIs. The current stable specification is Draft 2020-12. JSON Schema differentiates between the instance being validated and the schema document containing the validation rules, and supports URI-based references for recursive and cross-document definitions.

URL: Visit APIs.json URL

Scope

  • Type: Index
  • Position: Consuming
  • Access: 3rd-Party

Tags

  • API Design, Specification Language, JSON, Validation, Schema

Timestamps

  • Created: 2026-03-25
  • Modified: 2026-04-28

APIs

JSON Schema

JSON Schema is a vocabulary for annotating and validating JSON documents, widely used for defining API request and response shapes across REST APIs. Current spec version is Draft 2020-12. Supports validation, code generation, API documentation, UI generation, and JSON data processing.

Human URL: https://json-schema.org

Tags

  • API Design, Specification Language, Validation

Properties

Common Properties

Property URL
Website https://json-schema.org
Documentation https://json-schema.org/learn/getting-started-step-by-step
Specification https://json-schema.org/draft/2020-12/release-notes
GitHub Organization https://github.com/json-schema-org

Maintainers

FN: Kin Lane

Email: kin@apievangelist.com

About

JSON Schema is a vocabulary for annotating and validating JSON documents, widely used for defining API request and response shapes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors