mirror of https://gitee.com/bigwinds/arangodb
Fixed hilarious bug (sorry).
This commit is contained in:
parent
2148e695f4
commit
a41ccfa835
|
@ -66,7 +66,7 @@ function toJSONSchema(id, schema) {
|
|||
return jsonSchema;
|
||||
}
|
||||
|
||||
_.each(schema.children, function (attributeDescription, attributeName) {
|
||||
_.each(description.children, function (attributeDescription, attributeName) {
|
||||
var attributeSchema = {type: attributeDescription.type},
|
||||
rules = attributeDescription.rules,
|
||||
flags = attributeDescription.flags;
|
||||
|
|
Loading…
Reference in New Issue