{
    "title": "IdentityService Filter",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.security.IdentityServiceFilter",
    "type": "object",
    "properties": {
        "identityServiceName": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "disabled": {
            "description": "controls if the identity service is disabled",
            "type": "boolean",
            "default": false
        }
    }
}