{
    "title": "hostPortParam",
    "id": "schemas/jobscheduler/urlParam",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.jobscheduler.HostPortParameter",
    "type": "object",
    "properties": {
        "jobschedulerId": {
            "type": "string"
        },
        "host": {
            "type": "string"
        },
        "port": {
            "id": "schemas/common/port",
            "type": "integer",
            "minimum": 0,
            "maximum": 65535
        },
        "filename": {
            "type": "string"
        },
        "auditLog": {
            "id": "schemas/common/auditParams",
            "javaType": "com.sos.joc.model.audit.AuditParams",
            "type": "object",
            "properties": {
                "comment": {
                    "type": "string"
                },
                "timeSpent": {
                    "id": "schemas/common/nonNegativeInteger",
                    "type": "integer",
                    "minimum": 0
                },
                "ticketLink": {
                    "type": "string"
                }
            }
        }
    }
}