6

Is there an existing program that helps forming a JSON Schema?

the_drow
  • 18,571
  • 25
  • 126
  • 193

6 Answers6

6

There's this great tool to get you started on generating a JSON Schema: http://www.jsonschema.net/ . Just feed a sample JSON files and out comes out a JSON Schema that you can then tweak.

huyz
  • 2,297
  • 3
  • 25
  • 34
1

You can use Orderly. They have DSL for schema description and you can try it online.

om-nom-nom
  • 62,329
  • 13
  • 183
  • 228
1

You could try this one (XML ValidatorBuddy) which is actually an XML editor but it also supports JSON and especially JSON Schema editing. The editor is a Windows desktop application and can do auto-completion and syntax-coloring for JSON schema files. You can also validate your JSON files against JSON schema.

Clemens
  • 1,744
  • 11
  • 20
1

You can do this in Liquid XML Studio, but its a commercial product

Liquid Json Schema Editor

Sprotty
  • 5,676
  • 3
  • 33
  • 52
1

Check this demo one. It is at an early stage but you can already edit jSON documents with a schema constraint as well as design a Schema itself.

And here is an official thread about Schema-based JSON editor:

Flavien Volken
  • 19,196
  • 12
  • 100
  • 133
0

This isn't exactly something that'll help you with a 'schema', per se, but it's a visual way to navigate and manage JSON data.

http://braincast.nl/samples/jsoneditor/

Hyperbole
  • 3,917
  • 4
  • 35
  • 54