Commit 4ec9a1c3 authored by Boris Kocherov's avatar Boris Kocherov

remove url http://json-schema.org/schema from demo

parent 0bcb2e57
...@@ -51,10 +51,9 @@ ...@@ -51,10 +51,9 @@
.ready(function (g) { .ready(function (g) {
g.props = {}; g.props = {};
g.props.schemas = [ g.props.schemas = [
"http://json-schema.org/schema", "http://json-schema.org/draft-07/schema",
"http://json-schema.org/draft-04/schema",
"http://json-schema.org/draft-06/schema", "http://json-schema.org/draft-06/schema",
"http://json-schema.org/draft-07/schema" "http://json-schema.org/draft-04/schema"
]; ];
return RSVP.Queue() return RSVP.Queue()
.push(function () { .push(function () {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment