|
|
@ -231,7 +231,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
from_type: { type: "string" },
|
|
|
|
from_type: { type: "string" },
|
|
|
|
to_type: { type: "string" },
|
|
|
|
to_type: { type: "string" },
|
|
|
|
action: { type: "string" },
|
|
|
|
action: { type: "string" },
|
|
|
|
percentage: { type: "string" },
|
|
|
|
percentage: { type: "string",default: "100" },
|
|
|
|
startTime:{ type: "string" },
|
|
|
|
startTime:{ type: "string" },
|
|
|
|
stopTime:{ type: "string" },
|
|
|
|
stopTime:{ type: "string" },
|
|
|
|
},
|
|
|
|
},
|
|
|
|