Minor fixes.
This commit is contained in:
parent
04239c57fe
commit
e3f945c079
@ -8,7 +8,7 @@ export default {
|
|||||||
},
|
},
|
||||||
time: {
|
time: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: 'timestamp (in miliseconds) of this log'
|
description: 'timestamp (in milliseconds) of this log'
|
||||||
},
|
},
|
||||||
message: {
|
message: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
@ -18,14 +18,7 @@ export default {
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
description: 'space to store logs'
|
description: 'space to store logs'
|
||||||
},
|
},
|
||||||
data: {
|
data: {}
|
||||||
oneOf: [
|
|
||||||
{ '$ref': 'log/jobStart.js' },
|
|
||||||
{ '$ref': 'log/jobEnd.js' },
|
|
||||||
{ '$ref': 'log/jobCallStart.js' },
|
|
||||||
{ '$ref': 'log/jobCallEnd.js' }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
required: [
|
required: [
|
||||||
'id',
|
'id',
|
||||||
|
Loading…
Reference in New Issue
Block a user