json-schema
Here are 1,420 public repositories matching this topic...
-
Updated
May 13, 2022 - TypeScript
-
Updated
May 14, 2022 - Python
-
Updated
May 15, 2022 - TypeScript
-
Updated
May 13, 2022 - Python
-
Updated
May 11, 2022 - Java
-
Updated
May 13, 2022 - JavaScript
-
Updated
May 8, 2022 - Python
Maybe someone started working at this? Need it badly and have no Idea how to make it happen. As it's not just HTML+css, but components that need to be rendered :/
-
Updated
May 4, 2022
-
Updated
May 11, 2022 - Makefile
-
Updated
Mar 11, 2022 - JavaScript
-
Updated
Nov 15, 2019 - JavaScript
-
Updated
May 15, 2022 - TypeScript
Hi,
I've noticed what seems like a bug with the generated types when the required keyword is used in a property which references a definition using allOf
Here's an example schema:
{
"title": "Example Schema",
"type": "object",
"properties": {
"reference": {
"allOf": [{ "$ref": "#/definitions/defined" }],
"required": ["subproperty"]
}
},
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
May 10, 2022 - 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
May 3, 2022 - TypeScript
-
Updated
Mar 19, 2022 - Python
-
Updated
Oct 1, 2021 - Go
-
Updated
Apr 26, 2022 - JavaScript
-
Updated
May 7, 2022 - JavaScript
Is your feature request related to a problem? Please describe.
As per this discussion in the forum: Delete item confirmation in List rendered
At present the default (table) renderer for an array and the array layout render are inconsistent as the former has a delete confirmation dialog and the latter simp
In addition to schema references as strings and namespaced keywords, it would be very useful to refer to schemas via UUID.
-
Updated
May 12, 2022 - Python
Document features
add documents include examples on each feature.
-
Updated
Mar 30, 2022 - TypeScript
-
Updated
May 13, 2022 - JavaScript
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."


I get this warning when committing: