{
    "title": "ApprovalBase",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.security.foureyes.ApprovalBase",
    "type": "object",
    "properties": {
        "requestor": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255,
            "minLength": 1
        },
        "requestUrl": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255,
            "minLength": 1
        },
        "requestBody": {
            "type": "object",
            "javaType": "com.sos.joc.model.security.foureyes.RequestBody",
            "additionalProperties": true
        },
        "category": {
            "javaType": "com.sos.joc.model.audit.CategoryType",
            "type": "string",
            "enum": [
                "INVENTORY",
                "CONTROLLER",
                "DAILYPLAN",
                "OTHERS",
                "DEPLOYMENT",
                "DOCUMENTATIONS",
                "CERTIFICATES",
                "IDENTITY",
                "SETTINGS",
                "MONITORING",
                "UNKNOWN"
            ]
        }
    },
    "additionalProperties": false
}