-
Updated
Jun 2, 2022 - Python
#
jsonschema
Here are 207 public repositories matching this topic...
An implementation of the JSON Schema specification for Python
基于Vue/Vue3,Json Schema 和 ElementUi/antd/iview3/naiveUi 等生成 HTML Form 表单,用于活动编辑器、h5编辑器、cms等数据配置;支持可视化生成表单Schema 。 Generate a form using Vue/Vue3, Json Schema and ElementUi/antdv/iview3/naiveUi
-
Updated
May 22, 2022 - JavaScript
3
A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
json
csv
cpp
json-serialization
cbor
json-parser
messagepack
json-pointer
json-patch
json-diff
bson
ubjson
json-parsing
jsonpath
jmespath
csv-parser
csv-reader
jsonschema
json-construction
streaming-json-read
-
Updated
May 28, 2022 - C++
基于React和JSONSchema的动态表单解决方案
-
Updated
Jun 1, 2022 - TypeScript
JSONSchema (draft 2020-12, draft 2019-09, draft-7, draft-6, draft-4) Validation using Go
go
golang
json
validation
json-schema
validator
golang-library
jsonschema
draft4
draft6
draft7
draft2019-09
draft2020-12
-
Updated
Mar 30, 2022 - Go
jsonmodels is library to make it easier for you to deal with structures that are converted to, or read from JSON.
-
Updated
Apr 4, 2022 - Python
-
Updated
Dec 1, 2017 - Python
Robot Framework library for RESTful JSON APIs
-
Updated
Feb 3, 2022 - Python
Convert between JSON Schema, TypeScript, GraphQL, Open API and SureType
-
Updated
Oct 20, 2021 - TypeScript
s-knibbs
commented
Jun 30, 2019
It seems that the typing module doesn't flatten nested literal type definitions, so the following does not currently work:
SuccessStatus = Literal[200, 201, 204]
ClientError = Literal[404, 401, 403, 409, 400]
ServerError = Literal[500, 504, 503]
@dataclass
class HttpResponse(JsonSchemaMixin):
status: Literal[SuccessStatus, ClientError, ServerError]
...@typeofweb/schema: Lightweight validator with 100% TypeScript support and sane coercion rules.
typescript
schema
validation
functional-programming
ts
validations
hacktoberfest
jsonschema
validation-library
-
Updated
Apr 29, 2022 - TypeScript
Koa Router, based on OpenAPI, Swagger and Json Schema.
-
Updated
Apr 12, 2022 - JavaScript
Aother ui implement for react-jsonschema-form
-
Updated
Sep 26, 2017 - JavaScript
Converts JS objects to JSON Schema
-
Updated
Feb 11, 2022 - JavaScript
Compress json-data based on its json-schema while still having valid json
-
Updated
Jun 4, 2022 - TypeScript
Types for CloudEvents issued by Google
-
Updated
Jun 2, 2022 - JavaScript
Highly configurable converter from JSON-schema to XML-schema (XSD).
-
Updated
Jun 3, 2021 - Java
Open
first issue
3
nick121212
commented
May 31, 2018
留贴为证
k6 extension to load test Apache Kafka with support for Avro messages, SASL authentication and compression
-
Updated
Jun 4, 2022 - Go
sample project building an api using flask
python
heroku
api
docker
dockerfile
flask
sqlalchemy
sqlite
gunicorn
pytest
cicd
restful-api
jsonschema
pipenv
github-actions
-
Updated
Jan 12, 2022 - Python
Generate Cloud Firestore helper functions for schema validation using JSON Schema.
-
Updated
Feb 11, 2022 - TypeScript
abompard
commented
Apr 22, 2022
Message schema maintainers can currently use the usernames property to declare that an event affects a list of usernames. It should be possible to do the same for groups, so that group members can be notified of events related to a group.
Open
--terse support
4
A lightweight event collection system.
mysql
elasticsearch
streaming
kafka
snowplow
webhook
honeypot
postgresql
pubsub
kinesis
kinesis-firehose
materialize
jsonschema
webhook-server
webhook-receiver
cloudevents
redpanda
kowl
-
Updated
Jun 1, 2022 - Go
A react module for maintaining json schema. Built with Chakra-UI
-
Updated
Jun 3, 2021 - TypeScript
Starter notebooks and directories in JupyterLab
-
Updated
Apr 9, 2022 - Python
Laravel Nova field for displaying JSON schema data
-
Updated
Sep 27, 2018 - Vue
Flexibile and extendable form builder with constructor
-
Updated
Aug 11, 2020 - TypeScript
Improve this page
Add a description, image, and links to the jsonschema topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jsonschema topic, visit your repo's landing page and select "manage topics."
Is there anyway through configuration that you can have the report directory cleared before each run?