{
  "title": "Identity Service Authentication Scheme",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaType": "com.sos.joc.model.security.IdentityServiceAuthenticationScheme",
  "type": "string",
  "enum": [
    "SINGLE-FACTOR",
    "TWO-FACTOR"
  ]
}
    