if (isset($this->$keyOneOf)) {
            if (empty($this->$keyOneOf) || !is_array($this->$keyOneOf)) {
                return $context->setValidationError(\SwaggerValidator\Common\Context::VALIDATION_TYPE_SWAGGER_ERROR, $keyOneOf . ' Combined Object Type cannot be empty !', __METHOD__, __LINE__);
            }