summaryrefslogtreecommitdiff
path: root/app/node_modules/okschema/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/node_modules/okschema/index.js')
-rw-r--r--app/node_modules/okschema/index.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/node_modules/okschema/index.js b/app/node_modules/okschema/index.js
index 39845ea..e91caf7 100644
--- a/app/node_modules/okschema/index.js
+++ b/app/node_modules/okschema/index.js
@@ -23,7 +23,10 @@ var types = {
},
'video': {
parent: {type: 'string'},
- // Let parent handle validation
+ assertValid: function(spec, value) {}
+ },
+ 'file': {
+ parent: {type: 'string'},
assertValid: function(spec, value) {}
},
'enum': {