{
  "$schema" : "https://json-schema.org/draft/2019-09/schema",
  "type" : "object",
  "properties" : {
    "IvyContextName" : {
      "description" : "Name of the Ivy servlet context. Use a simple name without any special characters.\n[restart required]",
      "additionalProperties" : false,
      "type" : "string",
      "examples" : [ "ivy", "workflow" ]
    }
  },
  "additionalProperties" : false
}
