Skip to content
Snippets Groups Projects
Commit e109c7b5 authored by Alf Eaton's avatar Alf Eaton
Browse files

Fix validations

parent 1a9b7b37
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ module.exports = {
validations: {
collection: { // project
declarations: Joi.object(),
events: Joi.object,
events: Joi.object(),
files: Joi.object(),
metadata: Joi.object(),
roles: Joi.object(),
......@@ -54,7 +54,7 @@ module.exports = {
fragment: { // snapshot
comments: Joi.object(), // wax
declarations: Joi.object(),
events: Joi.object,
events: Joi.object(),
files: Joi.object(),
lock: Joi.object().allow(null), // wax
metadata: Joi.object(),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment