|
|
@ -31,6 +31,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
type: "object",
|
|
|
|
type: "object",
|
|
|
|
properties: {
|
|
|
|
properties: {
|
|
|
|
inputConnections: { type: "string", default: null },
|
|
|
|
inputConnections: { type: "string", default: null },
|
|
|
|
|
|
|
|
input_type: { type: "string", default: null },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -41,6 +42,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
type: "object",
|
|
|
|
type: "object",
|
|
|
|
properties: {
|
|
|
|
properties: {
|
|
|
|
outputConnections: { type: "string", default: null },
|
|
|
|
outputConnections: { type: "string", default: null },
|
|
|
|
|
|
|
|
output_type: { type: "string", default: null },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -92,6 +94,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
type: "object",
|
|
|
|
type: "object",
|
|
|
|
properties: {
|
|
|
|
properties: {
|
|
|
|
inputConnections: { type: "string", default: null },
|
|
|
|
inputConnections: { type: "string", default: null },
|
|
|
|
|
|
|
|
type: { type: "string", default: null },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -102,6 +105,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
type: "object",
|
|
|
|
type: "object",
|
|
|
|
properties: {
|
|
|
|
properties: {
|
|
|
|
outputConnections: { type: "string", default: null },
|
|
|
|
outputConnections: { type: "string", default: null },
|
|
|
|
|
|
|
|
type: { type: "string", default: null },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|