{ "$id": "http://ziti-edge.netfoundry.io/schemas/cas.patch.json", "type": "object", "additionalProperties": true, "properties": { "name": { "$ref": "definitions.all.json#/definitions/name-null" }, "isAutoCaEnrollmentEnabled": { "type": [ "boolean", "null" ] }, "isOttCaEnrollmentEnabled": { "type": [ "boolean", "null" ] }, "isAuthEnabled": { "type": [ "boolean", "null" ] }, "identityRoles": { "default": null, "$ref": "definitions.all.json#/definitions/arrayOfString-null" }, "tags": { "$ref": "definitions.all.json#/definitions/tags-null" } } }