{
    "title": "ordering subagentclusters",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.agent.OrderingSubagentClusters",
    "type": "object",
    "required": [
        "subagentClusterId"
    ],
    "properties": {
        "subagentClusterId": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255,
            "minLength": 1
        },
        "predecessorSubagentClusterId": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        }
    },
    "additionalProperties": false
}