基于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
May 31, 2021 - JavaScript
{{ message }}
基于Vue/Vue3,Json Schema 和 ElementUi/antd/iview3 等生成 HTML Form 表单,用于活动编辑器、h5编辑器、cms等数据配置;支持可视化生成表单Schema 。 Generate a form using Vue/Vue3, Json Schema and ElementUi/antdv/iview3
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
JSONSchema (draft04, draft06, draft07) Validation using Go
jsonmodels is library to make it easier for you to deal with structures that are converted to, or read from JSON.
Robot Framework library for RESTful JSON APIs
@typeofweb/schema: Lightweight validator with 100% TypeScript support and sane coercion rules.
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]
...Koa Router, based on OpenAPI, Swagger and Json Schema.
Aother ui implement for react-jsonschema-form
Converts JS objects to JSON Schema
Compress json-data based on its json-schema while still having valid json
Convert Json schema (jsons) to XML schema (XSD)
留贴为证
Convert between JSON Schema, TypeScript, GraphQL, Open API and SureType
Types for CloudEvents issued by Google
Generate Cloud Firestore helper functions for schema validation using JSON Schema.
Right now the default/docs version of the public consumer just prints out all of each message to stdout. This is nice, but it would be nice if there was something like fedmsg --terse where it just prints out a small subset to give you an idea of the message. This way you can see a lot more info, and can actually run it to watch what all is going on in fedora.
~ fedmsg-tail-3 --terse
[2019-04-1
Flexibile and extendable form builder with constructor
Laravel Nova field for displaying JSON schema data
sample project building an api using flask
Starter notebooks and directories in JupyterLab
redux-form field library using reactstrap
Python tools for working with MDS Provider data
schema package for HTTPArchive (HAR)
A react module for maintaining json schema. Built with Chakra-UI
Add a description, image, and links to the jsonschema topic page so that developers can more easily learn about it.
To associate your repository with the jsonschema topic, visit your repo's landing page and select "manage topics."
When a validation error is reported, it contains only
instance_paththat points to the erroneous part of the input, but there is no information about what part of the schema caused this error.The gist of the implementation is to keep a stack of strings while the input schema is compiled. The stack should be convertible to
paths::JSONPointer.The process for regular, non-composite valida