You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,25 @@ This repository contains the [JSON2Schema Tool](https://niebert.github.io/JSON2S
5
5
### Backup JSON2Schema on GitLab
6
6
Access to JSON2Schema on GitLab to repository as backup - URL: https://www.gitlab.com/niehausbert/JSON2Schema
7
7
8
+
### Offline or Offline Use of JSON2Schema
9
+
10
+
#### Online Demo JSON2Schema
11
+
You can check the JSON2Schema tool with the following URL:
12
+
13
+
*https://niebert.github.io/JSON2Schema on GitHub
14
+
*https://niehausbert.gitlab.io/JSON2Schema on GitLab
15
+
* Copy a JSON of your choice into the JSON2Schema tool and
16
+
* create a raw JSON schema that works in the [JSON editor](https://www.github.com/json-editor/json-editor) see also [repository of Jeremy Dorn](https://github.com/jdorn/json-editor)
17
+
18
+
19
+
#### Offine Demo JSON2Schema
20
+
* clone repository or download ZIP of repsository and start the `docs/index.html` in your browser (e.g. firefox).
21
+
* start `doc/index.html` contains the HTML5 tool.
22
+
* Copy a JSON of your choice into the JSON2Schema tool and
23
+
* create a raw JSON schema that works in the [JSON editor](https://www.github.com/json-editor/json-editor) see also [repository of Jeremy Dorn](https://github.com/jdorn/json-editor)
24
+
25
+
If online use on GitLab
26
+
8
27
### JSON2Schema on GitLab
9
28
The [current version of JSON2Schema tool seems to be not available GitLab](https://niehausbert.gitlab.io/JSON2Schema). It generates
10
29
* JSON schema from a give JSON,
@@ -15,12 +34,6 @@ The [current version of JSON2Schema tool seems to be not available GitLab](https
15
34
### JSON2Schema
16
35
JSON2Schema is a small WebApp running totally in your browser, that supports developers in creating a JSON Schema for the JSON Editor [originally developed by Jeremy Dorn](https://github.com/jdorn/json-editor) and is now available and maintained as `json-editor` package in https://www.github.com/json-editor/json-editor
17
36
18
-
## Online Demo JSON2Schema
19
-
You can check the JSON2Schema tool with the following URL:
20
-
21
-
https://niebert.github.io/JSON2Schema
22
-
23
-
Copy a JSON of your choice into the JSON2Schema tool and create a raw JSON schema, that [works in the JSON editor](https://www.github.com/json-editor/json-editor)
24
37
25
38
## JSON Schema
26
39
A JSON Schema is a basically a file, that defines the layout of the input and chosen editor elements for each key-value pair in given JSON for the [JSON Editor of Jeremy Dorn](https://www.github.com/json-editor/json-editor), i.e. it defines if the user of the JSON editor:
0 commit comments