Skip to content

Commit 4197e43

Browse files
authored
Update README.md
1 parent 6c30c57 commit 4197e43

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

README.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ This repository contains the [JSON2Schema Tool](https://niebert.github.io/JSON2S
55
### Backup JSON2Schema on GitLab
66
Access to JSON2Schema on GitLab to repository as backup - URL: https://www.gitlab.com/niehausbert/JSON2Schema
77

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+
827
### JSON2Schema on GitLab
928
The [current version of JSON2Schema tool seems to be not available GitLab](https://niehausbert.gitlab.io/JSON2Schema). It generates
1029
* JSON schema from a give JSON,
@@ -15,12 +34,6 @@ The [current version of JSON2Schema tool seems to be not available GitLab](https
1534
### JSON2Schema
1635
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
1736

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)
2437

2538
## JSON Schema
2639
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

Comments
 (0)