{
    "title": "joc cockpit uri",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "javaType": "com.sos.joc.model.joc.CockpitURI",
    "required": [
        "url"
    ],
    "properties": {
        "instanceId": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "url": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255,
            "minLength": 1
        }
    },
    "additionalProperties": false
}