From e3f945c0793dbee22b32516bcdb9642f477035ba Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Fri, 20 Nov 2015 14:34:07 +0100 Subject: [PATCH] Minor fixes. --- src/schemas/log.js | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/schemas/log.js b/src/schemas/log.js index 1d8b8498c..1d8c96382 100644 --- a/src/schemas/log.js +++ b/src/schemas/log.js @@ -8,7 +8,7 @@ export default { }, time: { type: 'string', - description: 'timestamp (in miliseconds) of this log' + description: 'timestamp (in milliseconds) of this log' }, message: { type: 'string', @@ -18,14 +18,7 @@ export default { type: 'string', description: 'space to store logs' }, - data: { - oneOf: [ - { '$ref': 'log/jobStart.js' }, - { '$ref': 'log/jobEnd.js' }, - { '$ref': 'log/jobCallStart.js' }, - { '$ref': 'log/jobCallEnd.js' } - ] - } + data: {} }, required: [ 'id',