Reputation: 19201
Is there an existing program that helps forming a JSON Schema?
Upvotes: 6
Views: 6193
Reputation: 6003
You can do this in Liquid XML Studio, but its a commercial product
Upvotes: 1
Reputation: 1817
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.
Upvotes: 1
Reputation: 2371
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.
Upvotes: 6
Reputation: 62835
You can use Orderly. They have DSL for schema description and you can try it online.
Upvotes: 1
Reputation: 21349
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:
Upvotes: 1
Reputation: 3947
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/
Upvotes: 0