{
  "productInfo" : {
    "company" : "HighByte",
    "product" : "IntelligenceHub",
    "version" : "4.2.5",
    "build" : "2026.1.5.1",
    "stage" : "Release"
  },
  "project" : {
    "version" : 11,
    "connections" : [ ],
    "conditions" : [ ],
    "inputs" : [ ],
    "outputs" : [ ],
    "modeling" : {
      "models" : [ {
        "name" : "Example",
        "tags" : [ ],
        "attributes" : [ {
          "attributeType" : "Internal",
          "name" : "a",
          "nullable" : false,
          "required" : false,
          "array" : false,
          "internalType" : "Any"
        }, {
          "attributeType" : "Internal",
          "name" : "b",
          "nullable" : false,
          "required" : false,
          "array" : false,
          "internalType" : "Any"
        }, {
          "attributeType" : "Internal",
          "name" : "c",
          "nullable" : false,
          "required" : false,
          "array" : false,
          "internalType" : "Any"
        } ]
      } ],
      "instances" : [ {
        "name" : "ExampleIn",
        "tags" : [ ],
        "model" : "Example",
        "rootValueAs" : "Object",
        "template" : {
          "type" : "Off"
        },
        "executeMode" : "V4",
        "initExpression" : "",
        "attributes" : [ {
          "name" : "a",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Input",
              "name" : "example",
              "params" : { },
              "path" : "[0].a",
              "connectionName" : "sqlite"
            }
          }
        }, {
          "name" : "b",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Input",
              "name" : "example",
              "params" : { },
              "path" : "[0].b",
              "connectionName" : "sqlite"
            }
          }
        }, {
          "name" : "c",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Input",
              "name" : "example",
              "params" : { },
              "path" : "[0].c",
              "connectionName" : "sqlite"
            }
          }
        } ],
        "parameters" : {
          "type" : "EmptyParameters"
        }
      }, {
        "name" : "ExampleOut",
        "tags" : [ ],
        "model" : "Example",
        "rootValueAs" : "Object",
        "template" : {
          "type" : "Off"
        },
        "executeMode" : "V4",
        "initExpression" : "",
        "attributes" : [ {
          "name" : "a",
          "expression" : {
            "type" : "JavaScript",
            "expression" : "return \"a_value\";"
          }
        }, {
          "name" : "b",
          "expression" : {
            "type" : "JavaScript",
            "expression" : "return \"b_value\";"
          }
        }, {
          "name" : "c",
          "expression" : {
            "type" : "JavaScript",
            "expression" : "return \"c_value\";"
          }
        } ],
        "parameters" : {
          "type" : "EmptyParameters"
        }
      } ]
    },
    "pipelines" : [ ],
    "tags" : [ ],
    "functions" : [ ],
    "namespace" : [ ]
  },
  "network" : {
    "version" : 0,
    "groups" : [ ],
    "hubs" : [ ]
  },
  "accessControl" : {
    "apiKeys" : [ ],
    "version" : 0,
    "roles" : [ {
      "name" : "admin",
      "policyVersion" : 1,
      "claims" : [ {
        "resources" : [ "*" ],
        "actions" : [ "*" ]
      } ]
    }, {
      "name" : "default",
      "policyVersion" : 1,
      "claims" : [ {
        "resources" : [ "*" ],
        "actions" : [ "read" ]
      }, {
        "resources" : [ "connection", "instance", "pipeline" ],
        "actions" : [ "*" ]
      } ]
    } ],
    "users" : [ {
      "name" : "administrator",
      "credentials" : {
        "salt" : "k4NjZk0Lsepv2kqD8QL9Wg==",
        "hashedPassword" : "P6hOVBUb3UwXrPqeFABda0gqBzU4TAid3awmkj74fyHyukLPVYpzrHdhskJwCfRaLrYhexiy0aOvQSMZNpAeaA=="
      },
      "policyVersion" : 1,
      "roles" : [ "admin" ],
      "claims" : [ ]
    } ]
  },
  "system" : {
    "version" : 0,
    "variables" : [ ],
    "secrets" : [ ],
    "certificates" : [ ],
    "settings" : {
      "version" : 0,
      "directories" : { },
      "api" : {
        "sessionTimeout" : {
          "duration" : 8,
          "units" : "Hours"
        }
      },
      "configuration" : {
        "scheme" : "http",
        "schemeCertificate" : "ssl-certificate-private-key",
        "port" : 45245,
        "centralConfig" : false,
        "autoSaveIntervalSeconds" : 60,
        "backupCopies" : 50
      },
      "hbMqttBroker" : {
        "enabled" : false,
        "allowAnonymous" : true,
        "endpoints" : [ {
          "hostname" : "0.0.0.0",
          "port" : 1885,
          "useSSL" : false,
          "certificateKeyAlias" : "",
          "protocol" : "mqtt.tcp"
        }, {
          "hostname" : "0.0.0.0",
          "port" : 1886,
          "useSSL" : false,
          "certificateKeyAlias" : "",
          "protocol" : "mqtt.ws"
        } ]
      },
      "restDataServer" : {
        "enabled" : false,
        "hostname" : "0.0.0.0",
        "port" : 8885,
        "useHttps" : false,
        "schemeCertificate" : "",
        "allowAnonymous" : false,
        "authenticationModes" : [ "API_KEY" ],
        "mcpServerEnabled" : false,
        "mcpServerPort" : 45345
      },
      "log" : {
        "debugLogging" : "NONE",
        "fileSizeMB" : 100,
        "logAuditEvents" : false
      },
      "redundancy" : {
        "backup" : {
          "enabled" : false,
          "primary" : {
            "uri" : "",
            "pingIntervalSeconds" : 10,
            "pingAttempts" : 1
          }
        }
      },
      "expressionEngine" : {
        "allowExpressionEval" : false,
        "allowEnvironmentVariables" : false,
        "expressionEngineTimeoutSeconds" : 10,
        "hubBindingName" : "hub",
        "allowExpressionImports" : false
      },
      "backup" : {
        "mode" : "disabled",
        "cronSchedule" : "0 3 * * *",
        "repo" : {
          "type" : "git",
          "name" : "HubBackup",
          "uri" : "",
          "author" : "HighByte IntelligenceHub",
          "email" : "<>",
          "auth" : {
            "type" : "none"
          }
        },
        "branch" : "highbyte-backup",
        "deployFile" : "intelligencehub-deployment.json"
      }
    }
  },
  "identityProviders" : { }
}