JSON Schema topic

While JSON is probably the most popular format for exchanging data, JSON Schema is the vocabulary that enables JSON data consistency, validity, and interoperability at scale.

List JSON Schema repositories

awesome-api-devtools

3.5k
Stars
513
Forks
Watchers

:books: A collection of useful resources for building RESTful HTTP+JSON APIs.

another-json-schema

48
Stars
7
Forks
Watchers

Another JSON Schema validator, simple & flexible & intuitive.

nvelope

65
Stars
1
Forks
Watchers

Define your JSON schema as Python dataclasses

jsonschema

51
Stars
0
Forks
Watchers

A node package based on jsonschema-rs for performing JSON schema validation

go-jsonschema

523
Stars
83
Forks
Watchers

A tool to generate Go data types from JSON Schema definitions.

JBOL

66
Stars
5
Forks
Watchers

JBOL is a collection of modules for the JQ language.

sql-ddl-to-json-schema

203
Stars
39
Forks
Watchers

SQL DDL to JSON Schema Converter

fastapi

85.7k
Stars
7.4k
Forks
720
Watchers

FastAPI framework, high performance, easy to learn, fast to code, ready for production

full-stack-fastapi-template

36.5k
Stars
6.9k
Forks
293
Watchers

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.

react-jsonschema-form

13.8k
Stars
2.2k
Forks
Watchers

A React component for building Web forms from JSON Schema.