json-schema
Here are 1,104 public repositories matching this topic...
-
Updated
Nov 5, 2020 - TypeScript
The fastest JSON Schema Validator. Supports draft-04/06/07
-
Updated
Nov 5, 2020 - JavaScript
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$ref": "#/definitions/foo",
"definitions": {
"foo": {
"type": "object",
"properties": {
"bar": {
"$ref": "bar.json#"
},
},
"required": [
"bar"
],
},
"title": "foo"
}
}
Running quicktype CLI with this Schema produces
Error
Generate Java types from JSON or JSON Schema and annotates those types for data-binding with Jackson, Gson, etc
-
Updated
Oct 23, 2020 - Java
Data parsing and validation using Python type hints
-
Updated
Nov 5, 2020 - Python
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
-
Updated
Oct 9, 2020 - Python
Alibaba Group Unified Form Solution.
-
Updated
Oct 26, 2020 - TypeScript
Generate forms from a JSON schema, with AngularJS!
-
Updated
Nov 15, 2019 - JavaScript
-
Updated
Oct 21, 2020
Build forms from JSON Schema. Easily template-able. Compatible with Bootstrap 3 out of the box.
-
Updated
Sep 15, 2020 - JavaScript
The JSON Schema I-D sources
-
Updated
Nov 4, 2020 - Makefile
JSON powered / Dynamic forms for Angular
-
Updated
Nov 1, 2020 - TypeScript
The member of type name is restricted to only english letters (and some symbol)
Typescript now allows unicode characters (doc link)
So, modify this function to a
The title might seem a bit vague but I don't know how to describe it any better tbh :-)
Anyway this is what happened: I got some 500 responses from the schema registry and all I could see in the logs was :
[2020-04-02 16:03:35,048] INFO 100.96.14.58 - - [02/Apr/2020:16:03:34 +0000] "PUT /config/some-topic-value HTTP/1.1" 500 69 502 (io.confluent.rest-utils.requests)
The logs di
A website aiming to provide more accessible documentation for JSON schema.
-
Updated
Oct 1, 2020 - Python
rs / rest-layer
REST Layer, Go (golang) REST API framework
-
Updated
Dec 5, 2019 - Go
-
Updated
Sep 11, 2020 - JavaScript
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
-
Updated
Nov 3, 2020 - Python
Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python 3.6 and above with performance auto-tuning. Optionally with Alpine Linux.
-
Updated
Nov 4, 2020 - Python
Expressive end-to-end HTTP API testing made easy in Go
-
Updated
Jan 9, 2019 - Go
Swagger 2.0 and OpenAPI 3.0 parser/validator
-
Updated
Sep 7, 2020 - JavaScript
Simple config handling for your app or module
-
Updated
Sep 30, 2020 - TypeScript
Data-Driven Schemas for Clojure/Script.
-
Updated
Nov 3, 2020 - Clojure
JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided
-
Updated
May 29, 2020 - JavaScript
Clojure(Script) tools for clojure.spec
-
Updated
Oct 26, 2020 - Clojure
Improve this page
Add a description, image, and links to the json-schema topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the json-schema topic, visit your repo's landing page and select "manage topics."


First check