summaryrefslogtreecommitdiff
path: root/app/node_modules/okschema
diff options
context:
space:
mode:
Diffstat (limited to 'app/node_modules/okschema')
-rw-r--r--app/node_modules/okschema/index.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/node_modules/okschema/index.js b/app/node_modules/okschema/index.js
index 0544c79..355a2ee 100644
--- a/app/node_modules/okschema/index.js
+++ b/app/node_modules/okschema/index.js
@@ -21,6 +21,11 @@ var types = {
// Let parent handle validation
assertValid: function(spec, value) {}
},
+ 'video': {
+ parent: {type: 'string'},
+ // Let parent handle validation
+ assertValid: function(spec, value) {}
+ },
'enum': {
parent: {type: 'string'},
assertValid: function(spec, value) {