json-schema
Here are 1,060 public repositories matching this topic...
-
Updated
Sep 16, 2020 - TypeScript
-
Updated
Sep 15, 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
-
Updated
Aug 8, 2020 - Java
-
Updated
Sep 14, 2020 - Python
-
Updated
Sep 15, 2020 - Python
-
Updated
Sep 9, 2020 - TypeScript
-
Updated
Nov 15, 2019 - JavaScript
-
Updated
Sep 16, 2020
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Sep 6, 2020 - Makefile
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Sep 15, 2020 - JavaScript
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
-
Updated
Jul 14, 2020 - Python
rs / rest-layer
-
Updated
Dec 5, 2019 - Go
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 6, 2020 - Python
User story.
As a custom rule developer I'd like to implement rules in such a way that check are performed if there is a marker field is absent in document, and skipped otherwise
Is your feature request related to a problem?
I have special schemas that are not subject to say info-contact
check and they are marked by info:skip-contact: true
field.
the core rule is quite simple
-
Updated
Jan 9, 2019 - Go
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Aug 22, 2020 - TypeScript
-
Updated
Jun 6, 2020 - Python
-
Updated
May 29, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Sep 2, 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