{
  "$schema" : "https://json-schema.org/draft/2019-09/schema",
  "type" : "object",
  "properties" : {
    "Name" : {
      "type" : "string",
      "description" : "The name of the cluster.\nIt is used to find and communicate with other nodes of the same cluster.\nMultiple clusters located in the same network must have different cluster names.\nOtherwise the nodes of both clusters find each other and build one cluster instead of two.\n[restart required]",
      "default" : "IvyCluster"
    },
    "NodeName" : {
      "type" : "string",
      "description" : "The name of this node.\nIf not configured, a random name is generated.\nThe name of a node is also used as jvm route identifier that is used by some load balancers to provide sticky sessions.\nhttps://developer.axonivy.com/doc/11.4/engine-guide/integration/cluster\n[restart required]"
    }
  },
  "additionalProperties" : false
}
