json-schema
Here are 1,365 public repositories matching this topic...
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.
The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)
-
Updated
Jan 28, 2022 - TypeScript
Data parsing and validation using Python type hints
-
Updated
Jan 27, 2022 - Python
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
-
Updated
Jan 12, 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
SQL databases in Python, designed for simplicity, compatibility, and robustness.
-
Updated
Jan 20, 2022 - Python
Alibaba Group Unified Form Solution -- Support React/ReactNative/Vue2/Vue3
-
Updated
Jan 26, 2022 - TypeScript
Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc
-
Updated
Jan 27, 2022 - Java
-
Updated
Jan 27, 2022 - JavaScript
An implementation of the JSON Schema specification for Python
-
Updated
Jan 27, 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
Jan 11, 2022
The JSON Schema I-D sources
-
Updated
Jan 18, 2022 - Makefile
Generate forms from a JSON schema, with AngularJS!
-
Updated
Nov 15, 2019 - JavaScript
Build forms from JSON Schema. Easily template-able. Compatible with Bootstrap 3 out of the box.
-
Updated
Nov 29, 2021 - JavaScript
JSON powered / Dynamic forms for Angular
-
Updated
Jan 27, 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
Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python 3.6 and above with performance auto-tuning. Optionally with Alpine Linux.
-
Updated
Jan 25, 2022 - Python
A website aiming to provide more accessible documentation for JSON schema.
-
Updated
Jan 24, 2022 - Python
JSON Schema Type Builder with Static Type Resolution for TypeScript
-
Updated
Jan 28, 2022 - TypeScript
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
REST Layer, Go (golang) REST API framework
-
Updated
Oct 1, 2021 - Go
-
Updated
Jan 13, 2022 - JavaScript
基于Vue/Vue3,Json Schema 和 ElementUi/antd/iview3 等生成 HTML Form 表单,用于活动编辑器、h5编辑器、cms等数据配置;支持可视化生成表单Schema 。 Generate a form using Vue/Vue3, Json Schema and ElementUi/antdv/iview3
-
Updated
Dec 14, 2021 - JavaScript
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
-
Updated
Jan 17, 2022 - Python
In addition to schema references as strings and namespaced keywords, it would be very useful to refer to schemas via UUID.
Is your feature request related to a problem? Please describe.
Users should be informed that they need to update to Material UI v5 with JSON Forms 3.0
Describe the solution you'd like
Add a section in the migration guide for React Material users that we updated to Material UI v5. Link to Material Ui's migration guide.
Describe alternatives you've considered
No alternatives
Fr
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