varun 2 years ago
commit 57f373493a

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

Loading…
Cancel
Save