json-schema
Here are 1,156 public repositories matching this topic...
-
Updated
Feb 4, 2021 - TypeScript
-
Updated
Feb 3, 2021 - 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
Jan 6, 2021 - Java
-
Updated
Feb 2, 2021 - Python
-
Updated
Feb 3, 2021 - Python
-
Updated
Feb 2, 2021 - TypeScript
-
Updated
Nov 15, 2019 - JavaScript
-
Updated
Jan 17, 2021
-
Updated
Dec 22, 2020 - JavaScript
-
Updated
Feb 1, 2021 - Makefile
-
Updated
Jan 31, 2021 - TypeScript
I'm seeing an issue where the formatting doesn't follow the standard Prettier rules, in this instance regarding line length.
I have an enum that looks something like this, as part of a larger schema:
"state": {
"type": "string",
"enum": [
"processing",
"success",
"error",
"cancelled",
"failure",
"skipped"
]
},
Everything builds fine, but t
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
Feb 3, 2021 - Python
rs / rest-layer
-
Updated
Dec 5, 2019 - Go
-
Updated
Jan 10, 2021 - JavaScript
-
Updated
Dec 19, 2020 - Python
While not technically in violation of the OpenAPI specification, including a query parameter in a path should be flagged as an error in Spectral:
A path has specific meaning in HTTP as a part of a URL that comes after the host name and before the query string or fragment. A "path item" key must be only a path, it cannot have a query string or a fragment.
For example, the following when def
-
Updated
Jan 25, 2021 - Python
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Jan 9, 2019 - Go
-
Updated
Feb 4, 2021 - TypeScript
-
Updated
Feb 4, 2021 - Clojure
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Jan 27, 2021 - TypeScript
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