json-schema
Here are 1,251 public repositories matching this topic...
-
Updated
Jul 5, 2021 - TypeScript
I get this warning when committing:
@rjsf/core: ⚠ Some of your tasks use `git add` command. Please remove it from the config since all modifications made by tasks will be automatically added to the git commit index.
-
Updated
Jul 5, 2021 - TypeScript
-
Updated
Jul 1, 2021 - 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
Jun 29, 2021 - Python
-
Updated
Jul 3, 2021 - Java
-
Updated
Jul 5, 2021 - TypeScript
-
Updated
Jul 2, 2021 - JavaScript
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
Nov 15, 2019 - JavaScript
-
Updated
Apr 21, 2021
-
Updated
Jun 30, 2021 - JavaScript
-
Updated
Jun 4, 2021 - Makefile
-
Updated
Jul 5, 2021 - TypeScript
If I use the following schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"title": "Condition",
"properties": {
"conditions": {
"type": "object",
"additionalProperties": {
"type": "object",
"items": {
"oneOf": [
{
"$ref": "#/definitions/conditionA"
},
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 1, 2021 - Python
-
Updated
Jun 27, 2021 - Python
rs / rest-layer
-
Updated
Dec 5, 2019 - Go
-
Updated
May 10, 2021 - JavaScript
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
Jul 2, 2021 - Python
-
Updated
Jul 5, 2021 - Clojure
-
Updated
Apr 21, 2021 - TypeScript
-
Updated
Jun 26, 2021 - JavaScript
-
Updated
Jan 9, 2019 - Go
Using the bundled material-ui renderers for rendering an Array gives the following error in the browsers console.
Material-UI: the ExpansionPanel component was renamed to Accordion to use a more common naming convention.
You should use `import { Accordion } from '@material-ui/core'`
or `import Accordion from '@material-ui/core/Accordion'`
The rendering still works fine! But thi
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