diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-09 01:07:37 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-09 01:07:37 -0400 |
| commit | 587c9f7d3f4ac9efbd8851dad1c2f62b9e7e6e61 (patch) | |
| tree | c9db157ec956e9aaabf5924577034270b1a19940 /app | |
| parent | 9578d5d394ddb66dc4f2fd5ea2aaf66fa76ec270 (diff) | |
stub in video field
Diffstat (limited to 'app')
| -rw-r--r-- | app/node_modules/okschema/index.js | 5 |
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) { |
