json-schema
Here are 1,458 public repositories matching this topic...
reproduce:
- try a schema without "properties" keyword in the playground
- and a initial-formData of type object ...
=> make sure the formData is a string to have it fixed
Warning: Failed prop type: Invalid prop `value` supplied to `TextWidget`.
in TextWidget
in Unknown (created by StringField)
in StringField (created by SchemaField)
in div (created by WrapI
-
Updated
Aug 5, 2022 - TypeScript
-
Updated
Aug 8, 2022 - Python
-
Updated
Jun 24, 2022 - Python
{
"$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 7, 2022 - TypeScript
-
Updated
Aug 4, 2022 - Python
-
Updated
Aug 8, 2022 - Java
-
Updated
Aug 8, 2022 - JavaScript
-
Updated
Aug 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
Aug 5, 2022 - Makefile
-
Updated
Aug 2, 2022 - JavaScript
-
Updated
Nov 15, 2019 - JavaScript
-
Updated
Aug 4, 2022 - TypeScript
Currently, the generator defaults to type { [k: string]: unknown; } if JSON Schema type is not a valid type. It would be helpful to have an option to make this fail the generation, i.e. throw an error instead of using this default value.
-
Updated
Jul 20, 2022 - Python
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
Aug 8, 2022 - TypeScript
I still think this is a sensible (opinionated, admittedly) addition to the spectral:oas ruleset.
IMHO if you define properties in an OAS schema ("struct" data) you probably never want to accept data as valid that doesn't even have these properties/attributes.
(I confusingly added that to #2136 so that kind of got mixed up with this separate JSON schema related issue, sorry)
Here goes, again
-
Updated
Mar 19, 2022 - Python
-
Updated
Aug 7, 2022 - JavaScript
-
Updated
Oct 1, 2021 - Go
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
-
Updated
Jul 21, 2022 - JavaScript
Document features
add documents include examples on each feature.
In addition to schema references as strings and namespaced keywords, it would be very useful to refer to schemas via UUID.
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