|
|
@ -16,7 +16,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
source: { type: "string" },
|
|
|
|
source: { type: "string" },
|
|
|
|
inputConnections: {
|
|
|
|
inputConnections: {
|
|
|
|
type: "array",
|
|
|
|
type: "array",
|
|
|
|
maxItems: 2,
|
|
|
|
maxItems: 2500,
|
|
|
|
items: {
|
|
|
|
items: {
|
|
|
|
type: "object",
|
|
|
|
type: "object",
|
|
|
|
properties: {
|
|
|
|
properties: {
|
|
|
@ -26,7 +26,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
outputConnections: {
|
|
|
|
outputConnections: {
|
|
|
|
type: "array",
|
|
|
|
type: "array",
|
|
|
|
maxItems: 2,
|
|
|
|
maxItems: 2500,
|
|
|
|
items: {
|
|
|
|
items: {
|
|
|
|
type: "object",
|
|
|
|
type: "object",
|
|
|
|
properties: {
|
|
|
|
properties: {
|
|
|
@ -76,7 +76,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
source: { type: "string" },
|
|
|
|
source: { type: "string" },
|
|
|
|
inputConnections: {
|
|
|
|
inputConnections: {
|
|
|
|
type: "array",
|
|
|
|
type: "array",
|
|
|
|
maxItems: 2,
|
|
|
|
maxItems: 2500,
|
|
|
|
items: {
|
|
|
|
items: {
|
|
|
|
type: "object",
|
|
|
|
type: "object",
|
|
|
|
properties: {
|
|
|
|
properties: {
|
|
|
@ -86,7 +86,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
outputConnections: {
|
|
|
|
outputConnections: {
|
|
|
|
type: "array",
|
|
|
|
type: "array",
|
|
|
|
maxItems: 2,
|
|
|
|
maxItems: 2500,
|
|
|
|
items: {
|
|
|
|
items: {
|
|
|
|
type: "object",
|
|
|
|
type: "object",
|
|
|
|
properties: {
|
|
|
|
properties: {
|
|
|
|