{
    "title": "switch joc cluster node",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.cluster.ClusterSwitchMember",
    "type": "object",
    "required": [
        "memberId"
    ],
    "properties": {
        "memberId": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        }
    }
}