summaryrefslogtreecommitdiff
path: root/app/node_modules/okschema/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-09 01:07:37 -0400
committerJules Laplace <jules@okfoc.us>2015-04-09 01:07:37 -0400
commit587c9f7d3f4ac9efbd8851dad1c2f62b9e7e6e61 (patch)
treec9db157ec956e9aaabf5924577034270b1a19940 /app/node_modules/okschema/index.js
parent9578d5d394ddb66dc4f2fd5ea2aaf66fa76ec270 (diff)
stub in video field
Diffstat (limited to 'app/node_modules/okschema/index.js')
-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 4e8ea73..6c7cf96 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) {