json-schema
Here are 1,120 public repositories matching this topic...
-
Updated
Dec 1, 2020 - TypeScript
-
Updated
Nov 29, 2020 - TypeScript
{
"$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
-
Updated
Nov 27, 2020 - Java
-
Updated
Dec 1, 2020 - Python
-
Updated
Nov 26, 2020 - Python
-
Updated
Nov 26, 2020 - TypeScript
-
Updated
Nov 15, 2019 - JavaScript
-
Updated
Oct 21, 2020
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Nov 30, 2020 - Makefile
-
Updated
Dec 1, 2020 - TypeScript
Forgive me if this is a duplicate of bcherny/json-schema-to-typescript#132 or another issue; I searched by didn't find anything.
I was hoping to be able to have both a comment about a property and
Input
{
"title": "App",
"type": "object",
"properties": {
"version": {
"description": "A version identifier for your code.",
"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
-
Updated
Oct 1, 2020 - Python
rs / rest-layer
-
Updated
Dec 5, 2019 - Go
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 9, 2020 - Python
-
Updated
Jan 9, 2019 - Go
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Nov 20, 2020 - TypeScript
-
Updated
Nov 29, 2020 - Clojure
-
Updated
Nov 23, 2020 - JavaScript
-
Updated
Nov 20, 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