@saasquatch/json-schema-editor-visual

1.0.2 • Public • Published

SaaSquatch Json Schema Editor

Installing via NPM

npm install @saasquatch/json-schema-editor-visual

Getting Started

import "antd/dist/antd.css";
import "@saasquatch/json-schema-editor-visual/dist/index.css";
import createEditor from "@saasquatch/json-schema-editor-visual";

const SchemaEditor = createEditor();

const SchemaEditorView = () => {
  return (
    <>
      <SchemaEditor />
    </>
  );
};

The schema editor is designed to be compatible with JSON Schema version draft-06. Visit the JSON Schema Website to learn more.

Schema Editor Props

name type default description
data string null the data of editor
onChange function null the function triggered when changes to the editor's data occur

Acknowledgements

Forked from YMFE.

Readme

Keywords

none

Package Sidebar

Install

npm i @saasquatch/json-schema-editor-visual

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

1.72 MB

Total Files

28

Last publish

Collaborators

  • 00salmon
  • locrian
  • jayden-chan
  • zachharrison
  • logvol
  • lisq
  • johanventer
  • dereksiemens
  • squatch-noahwc
  • ianhitchcock