{
  "$schema": "http://json-schema.org/schema#", 
  "type": "object", 
  "description": "SessionAffinityConfig represents the configurations of session affinity.", 
  "properties": {
    "clientIP": {
      "description": "clientIP contains the configurations of Client IP based session affinity.", 
      "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ClientIPConfig"
    }
  }
}