type changes

master
bhaskar 2 years ago
parent b2570e75f3
commit 4596570b4f

@ -181,7 +181,7 @@ module.exports = function (fastify, opts, next) {
type: "object",
properties: {
inputConnections: { type: "string", default: null },
type: { type: "string", default: null },
input_type: { type: "string", default: null },
inputismotor: { type: "boolean"},
},
},
@ -193,7 +193,7 @@ module.exports = function (fastify, opts, next) {
type: "object",
properties: {
outputConnections: { type: "string", default: null },
type: { type: "string", default: null },
output_type: { type: "string", default: null },
outputismotor: { type: "boolean" },
},
},

Loading…
Cancel
Save