json-schema-editor
json-schema-editor copied to clipboard
JSON Schema Editor is an intuitive editor for JSON schema. It provides a tree view to present the structure of schema, and a property inspector to edit the properties of schema element. Develop with V...
For a key/value map structure, like `{"web":8000,"api":8001}`, I can't find how to apply a schema to the values regardless of key. Ideally a full `object` schema could be applied to...
For those who aren't expert with Node.js, it would be lovely if you provided a Docker image so that we could install the editor w/o having to install all of...
Given I add a "definitions" section with reusable schemas to the main schema Then the "definitions" are not rendered in the right panel And the "definitions" are not saved and...
It would be nice if you could add a title to a property. https://json-schema.org/draft/2020-12/json-schema-validation.html#rfc.section.9.1
Support for const keyword would be nice to have . For example : ``` "type": "object", "additionalProperties": true, "properties": { "RequestTypeId": { "type": "number", "const": 4 }, ```
I have made several schemas and saved them on the website. After logging out and logging back in, they are not listed. If I upload from file or try to...
It appears that something as simple as the following isn't supported: ``` { "$id": "https:/com.foo.test.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "aType": { "$id": "#aType", "description": "A Type", "type": "object", "allOf": [...
I'm wondering if there are any plans to expand the app to plug in other DB solutions (Postgres, Mongo, etc). It would be great to DBs outside of Firebase when...
When a required property is deleted, it is not being excluded from the required list.